Searched refs:nextView (Results 1 – 3 of 3) sorted by relevance
626 View nextView = root.focusSearch(direction); in focusSearchUiThread() local627 if (nextView != null) { in focusSearchUiThread()628 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
2958 View nextView = row.getChildAfterViewWhenDismissed();2959 if (nextView == null) {2961 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null2965 if (nextView != null) {2966 nextView.requestAccessibilityFocus();
7713 final View nextView = getChildAt(nextViewIndex); in run()7714 final int nextViewHeight = nextView.getHeight(); in run()7715 final int nextViewTop = nextView.getTop(); in run()