Searched refs:isOffScreen (Results 1 – 4 of 4) sorted by relevance
1140 && isOffScreen(currentFocused)) { in arrowScroll()1158 private boolean isOffScreen(View descendant) { in isOffScreen() method in HorizontalScrollView1486 if (isOffScreen(nextFocus)) { in onRequestFocusInDescendants()
1154 && isOffScreen(currentFocused)) { in arrowScroll()1172 private boolean isOffScreen(View descendant) { in isOffScreen() method in ScrollView1513 if (isOffScreen(nextFocus)) { in onRequestFocusInDescendants()
1269 && isOffScreen(currentFocused)) { in arrowScroll()1287 private boolean isOffScreen(View descendant) { in isOffScreen() method in NestedScrollView1645 if (isOffScreen(nextFocus)) { in onRequestFocusInDescendants()
9520 HPLandroid/widget/ScrollView;->isOffScreen(Landroid/view/View;)Z