Home
last modified time | relevance | path

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

/frameworks/base/tests/BiDiTests/src/com/android/bidi/
DBiDiTestTextViewDrawablesRtl.java28 private View currentView; field in BiDiTestTextViewDrawablesRtl
DBiDiTestTextViewDrawablesLtr.java28 private View currentView; field in BiDiTestTextViewDrawablesLtr
DBiDiTestBasic.java33 private View currentView; field in BiDiTestBasic
DBiDiTestGridLayoutCodeRtl.java47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeRtl
DBiDiTestGridLayoutCodeLtr.java47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeLtr
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
DRotationContextButton.java76 View currentView = getCurrentView(); in acceptRotationProposal() local
DButtonDispatcher.java311 public void setCurrentView(View currentView) { in setCurrentView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarTransitions.java88 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local
94 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local
/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DButtonDispatcher.java285 public void setCurrentView(View currentView) { in setCurrentView()
/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java565 final int currentView = ss.getCurrentView(); in onRestoreInstanceState() local
DDatePicker.java720 long maxDate, int currentView, int listPosition, int listPositionOffset) { in SavedState()