Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java402 private boolean mLastWallpaperVisible = false; field in DisplayContent
3761 if (wallpaperVisible != mLastWallpaperVisible) { in applySurfaceChangesTransaction()
3762 mLastWallpaperVisible = wallpaperVisible; in applySurfaceChangesTransaction()