Home
last modified time | relevance | path

Searched defs:currentView (Results 1 – 15 of 15) sorted by relevance

/aosp12/frameworks/base/tests/BiDiTests/src/com/android/bidi/
H A DBiDiTestTextViewDrawablesLtr.java28 private View currentView; field in BiDiTestTextViewDrawablesLtr
H A DBiDiTestTextViewDrawablesRtl.java28 private View currentView; field in BiDiTestTextViewDrawablesRtl
H A DBiDiTestBasic.java33 private View currentView; field in BiDiTestBasic
H A DBiDiTestGridLayoutCodeLtr.java47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeLtr
H A DBiDiTestGridLayoutCodeRtl.java47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeRtl
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DRotationContextButton.java76 View currentView = getCurrentView(); in acceptRotationProposal() local
H A DButtonDispatcher.java311 public void setCurrentView(View currentView) { in setCurrentView()
/aosp12/packages/apps/Calendar/src/com/android/calendar/
H A DDayFragment.java175 DayView currentView = (DayView) mViewSwitcher.getCurrentView(); in goTo() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
H A DCursorAnchorInfoUtils.java54 View currentView = view; in isPositionVisible() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DNavigationBarTransitions.java105 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local
/aosp12/packages/apps/TV/src/com/android/tv/menu/
H A DMenuLayoutManager.java127 MenuRowView currentView = mMenuRowViews.get(mSelectedPosition); in layout() local
444 final MenuRowView currentView = mMenuRowViews.get(position); in setSelectedPositionSmooth() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
H A DStatePanelTrack.java346 public void setCurrentView(View currentView) { in setCurrentView()
/aosp12/packages/apps/Car/Notification/src/com/android/car/notification/
H A DCarNotificationView.java333 View currentView = dismissibleNotificationViews.get(i); in createDismissAnimation() local
/aosp12/frameworks/base/core/java/android/widget/
H A DDatePickerCalendarDelegate.java564 final int currentView = ss.getCurrentView(); in onRestoreInstanceState() local
H A DDatePicker.java720 long maxDate, int currentView, int listPosition, int listPositionOffset) { in SavedState()