Searched refs:nextView (Results 1 – 3 of 3) sorted by relevance
627 View nextView = root.focusSearch(direction); in focusSearchUiThread() local628 if (nextView != null) { in focusSearchUiThread()629 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
3095 View nextView = row.getChildAfterViewWhenDismissed();3096 if (nextView == null) {3098 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null3102 if (nextView != null) {3103 nextView.requestAccessibilityFocus();
7695 final View nextView = getChildAt(nextViewIndex); in run()7696 final int nextViewHeight = nextView.getHeight(); in run()7697 final int nextViewTop = nextView.getTop(); in run()