Home
last modified time | relevance | path

Searched refs:mLastLandscape (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/inputmethodservice/navigationbar/
DNavigationBarInflaterView.java86 private View mLastLandscape; field in NavigationBarInflaterView
244 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton()
253 mLastLandscape = accessibilityView; in inflateButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarInflaterView.java114 private View mLastLandscape; field in NavigationBarInflaterView
316 View lastView = landscape ? mLastLandscape : mLastPortrait; in inflateButton()
325 mLastLandscape = accessibilityView; in inflateButton()