Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppState.java43 private boolean mWallpaperChangedSinceLastCheck; field in LauncherAppState
166 mWallpaperChangedSinceLastCheck = true; in onWallpaperChanged()
170 boolean result = mWallpaperChangedSinceLastCheck; in hasWallpaperChangedSinceLastCheck()
171 mWallpaperChangedSinceLastCheck = false; in hasWallpaperChangedSinceLastCheck()