Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DAccessibilityInteractionController.java626 View nextView = root.focusSearch(direction); in focusSearchUiThread() local
627 if (nextView != null) { in focusSearchUiThread()
628 next = nextView.createAccessibilityNodeInfo(); in focusSearchUiThread()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java2958 View nextView = row.getChildAfterViewWhenDismissed();
2959 if (nextView == null) {
2961 nextView = getFirstChildBelowTranlsationY(groupParentWhenDismissed != null
2965 if (nextView != null) {
2966 nextView.requestAccessibilityFocus();
/frameworks/base/core/java/android/widget/
DAbsListView.java7713 final View nextView = getChildAt(nextViewIndex); in run()
7714 final int nextViewHeight = nextView.getHeight(); in run()
7715 final int nextViewTop = nextView.getTop(); in run()