Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DQuickSettingsControllerImpl.java257 private int mCachedWindowWidth; field in QuickSettingsControllerImpl
538 mCachedWindowWidth = windowMetrics.getBounds().width(); in updateGestureInsetsCache()
547 || (touchX > mCachedWindowWidth - mCachedGestureInsets.right); in shouldBackBypassQuickSettings()
2135 ipw.println(mCachedWindowWidth); in dump()