Searched refs:nextView (Results 1 – 3 of 3) sorted by relevance
780 View nextView = root.focusSearch(direction); in focusSearchUiThread() local781 if (nextView != null) { in focusSearchUiThread()782 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
2820 View nextView = row.getChildAfterViewWhenDismissed(); in focusNextViewIfFocused() local2821 if (nextView == null) { in focusNextViewIfFocused()2823 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null in focusNextViewIfFocused()2827 if (nextView != null) { in focusNextViewIfFocused()2828 nextView.requestAccessibilityFocus(); in focusNextViewIfFocused()
8097 final View nextView = getChildAt(nextViewIndex); in run()8098 final int nextViewHeight = nextView.getHeight(); in run()8099 final int nextViewTop = nextView.getTop(); in run()