app
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
app
app
/
com.m8test.accessibility.api
/
AccessibilitySelector
/
bounds
bounds
abstract
fun
bounds
(
filter
:
(
Rect
)
->
Boolean
)
:
AccessibilitySelector
根据视图的边界 (Rect) 进行过滤。
Return
返回对象本身方便链式调用
Parameters
filter
接受一个 Rect 对象并返回 Boolean,表示是否匹配该边界。