Searched refs:nextView (Results 1 – 4 of 4) sorted by relevance
779 View nextView = root.focusSearch(direction); in focusSearchUiThread() local780 if (nextView != null) { in focusSearchUiThread()781 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
2829 View nextView = row.getChildAfterViewWhenDismissed(); in focusNextViewIfFocused() local2830 if (nextView == null) { in focusNextViewIfFocused()2832 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null in focusNextViewIfFocused()2836 if (nextView != null) { in focusNextViewIfFocused()2837 nextView.requestAccessibilityFocus(); in focusNextViewIfFocused()
8051 final View nextView = getChildAt(nextViewIndex); in run()8052 final int nextViewHeight = nextView.getHeight(); in run()8053 final int nextViewTop = nextView.getTop(); in run()
9722 final View nextView = focusSearch(direction); in hasEditorInFocusSearchDirection() local9723 return nextView != null && nextView.onCheckIsTextEditor(); in hasEditorInFocusSearchDirection()