Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DStatusBar.java520 private boolean mWallpaperSupported; field in StatusBar
525 if (!mWallpaperSupported) {
850 mWallpaperSupported = in start()
865 if (mWallpaperSupported) { in start()
912 if (mWallpaperSupported) { in start()
1092 if (ENABLE_LOCKSCREEN_WALLPAPER && mWallpaperSupported) { in makeStatusBarView()
2498 pw.print(" mWallpaperSupported= "); pw.println(mWallpaperSupported); in dump()
2860 if (mWallpaperSupported) { in setLockscreenUser()