Searched refs:nextView (Results 1 – 4 of 4) sorted by relevance
727 View nextView = root.focusSearch(direction); in focusSearchUiThread() local728 if (nextView != null) { in focusSearchUiThread()729 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
2885 View nextView = row.getChildAfterViewWhenDismissed(); in focusNextViewIfFocused() local2886 if (nextView == null) { in focusNextViewIfFocused()2888 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null in focusNextViewIfFocused()2892 if (nextView != null) { in focusNextViewIfFocused()2893 nextView.requestAccessibilityFocus(); in focusNextViewIfFocused()
7942 final View nextView = getChildAt(nextViewIndex); in run()7943 final int nextViewHeight = nextView.getHeight(); in run()7944 final int nextViewTop = nextView.getTop(); in run()
8996 final View nextView = focusSearch(direction); in hasEditorInFocusSearchDirection() local8997 return nextView != null && nextView.onCheckIsTextEditor(); in hasEditorInFocusSearchDirection()