Home
last modified time | relevance | path

Searched defs:nextView (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/common/rotary/
H A DNumberPickerNudgeHandler.java51 View nextView = view.focusSearch(direction); in onKey() local
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuLayoutManager.java306 MenuRowView nextView = mMenuRowViews.get(position); in getViewLayouts() local
652 MenuRowView nextView = mMenuRowViews.get(nextPosition); in setSelectedPositionSmooth() local
666 MenuRowView nextView = mMenuRowViews.get(nextPosition); in setSelectedPositionSmooth() local
/aosp12/packages/apps/Car/tests/RotaryPlayground/src/com/android/car/rotaryplayground/
H A DRotaryDirectManipulationWidgets.java213 View nextView = view.focusSearch(direction); in onKey() local
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DFrameLayoutWithShadows.java428 ViewParent nextView = view.getParent(); in findParentShadowsView() local
/aosp12/frameworks/base/core/java/android/view/
H A DAccessibilityInteractionController.java694 View nextView = root.focusSearch(direction); in focusSearchUiThread() local
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayView.java1932 DayView nextView = (DayView) mViewSwitcher.getNextView(); in onDraw() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java2688 View nextView = row.getChildAfterViewWhenDismissed(); in focusNextViewIfFocused() local