Krosxx / Android-Auto-Api

安卓无障碍服务Api, 为了简化无障碍服务使用,并使用 Kotlin 以提供简洁的Api。
Apache License 2.0
418 stars 72 forks source link

滚动查找 #23

Closed Wings-Looo closed 1 year ago

Wings-Looo commented 1 year ago

老哥有滚动查找的思路么

Krosxx commented 1 year ago

根据具体情况调整

while( listview.scrollForward() ) {
    delay(800)
    // do find
}