Home
last modified time | relevance | path

Searched refs:nextView (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java727 View nextView = root.focusSearch(direction); in focusSearchUiThread() local
728 if (nextView != null) { in focusSearchUiThread()
729 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2885 View nextView = row.getChildAfterViewWhenDismissed(); in focusNextViewIfFocused() local
2886 if (nextView == null) { in focusNextViewIfFocused()
2888 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null in focusNextViewIfFocused()
2892 if (nextView != null) { in focusNextViewIfFocused()
2893 nextView.requestAccessibilityFocus(); in focusNextViewIfFocused()
/frameworks/base/core/java/android/widget/
DAbsListView.java7942 final View nextView = getChildAt(nextViewIndex); in run()
7943 final int nextViewHeight = nextView.getHeight(); in run()
7944 final int nextViewTop = nextView.getTop(); in run()
DTextView.java8996 final View nextView = focusSearch(direction); in hasEditorInFocusSearchDirection() local
8997 return nextView != null && nextView.onCheckIsTextEditor(); in hasEditorInFocusSearchDirection()