Home
last modified time | relevance | path

Searched defs:currentView (Results 1 – 10 of 10) 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
DBiDiTestGridLayoutCodeLtr.java47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeLtr
DBiDiTestGridLayoutCodeRtl.java47 private FrameLayout currentView; field in BiDiTestGridLayoutCodeRtl
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DRotationContextButton.java73 View currentView = getCurrentView(); in acceptRotationProposal() local
DNavigationBarTransitions.java98 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local
104 View currentView = mView.getCurrentView(); in NavigationBarTransitions() local
DButtonDispatcher.java314 public void setCurrentView(View currentView) { in setCurrentView()
/frameworks/base/core/java/android/widget/
DDatePickerCalendarDelegate.java559 final int currentView = ss.getCurrentView(); in onRestoreInstanceState() local
DDatePicker.java720 long maxDate, int currentView, int listPosition, int listPositionOffset) { in SavedState()