Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNavigationBarView.java136 private Configuration mTmpLastConfiguration; field in NavigationBarView
290 mTmpLastConfiguration = new Configuration(); in NavigationBarView()
981 mTmpLastConfiguration.updateFrom(mConfiguration); in onConfigurationChanged()
984 updateIcons(mTmpLastConfiguration); in onConfigurationChanged()
987 if (uiCarModeChanged || mTmpLastConfiguration.densityDpi != mConfiguration.densityDpi in onConfigurationChanged()
988 … || mTmpLastConfiguration.getLayoutDirection() != mConfiguration.getLayoutDirection()) { in onConfigurationChanged()