app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.m8test.accessibility.api
/
AccessibilityNode
/
setSelection
set
Selection
abstract
fun
setSelection
(
start
:
Int
,
end
:
Int
)
:
Boolean
设置文本选择范围。
Return
设置成功则返回
true
,否则返回
false
。
Parameters
start
选择区域的起始位置。
end
选择区域的结束位置。