Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DNavigationBarTransitions.java63 private final boolean mAllowAutoDimWallpaperNotVisible; field in NavigationBarTransitions
82 mAllowAutoDimWallpaperNotVisible = view.getContext().getResources() in NavigationBarTransitions()
137 return super.isLightsOut(mode) || (mAllowAutoDimWallpaperNotVisible && mAutoDim in isLightsOut()
236 pw.println(" mAllowAutoDimWallpaperNotVisible: " + mAllowAutoDimWallpaperNotVisible); in dump()