Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java387 boolean isLockWallpaperSet = isSeparateLockScreenWallpaperSet(); in finalizeWallpaperForRotatingComponent()
394 if (!isLockWallpaperSet) { in finalizeWallpaperForRotatingComponent()
409 if (!isLockWallpaperSet) { in finalizeWallpaperForRotatingComponent()
429 boolean isLockWallpaperSet = isSeparateLockScreenWallpaperSet(); in setWallpaperBitmapInRotationStatic()
431 int whichWallpaper = (isLockWallpaperSet) in setWallpaperBitmapInRotationStatic()
517 boolean isLockWallpaperSet = false; in isSeparateLockScreenWallpaperSet()
520 isLockWallpaperSet = true; in isSeparateLockScreenWallpaperSet()
529 return isLockWallpaperSet; in isSeparateLockScreenWallpaperSet()
625 boolean wasLockWallpaperSet = LockWallpaperStatusChecker.isLockWallpaperSet( in doInBackground()
DDefaultWallpaperRefresher.java102 .isLockWallpaperSet(mAppContext); in doInBackground()
229 && LockWallpaperStatusChecker.isLockWallpaperSet(mAppContext)) { in getCurrentLockWallpaperHashCode()
DLockWallpaperStatusChecker.java38 public static boolean isLockWallpaperSet(Context context) { in isLockWallpaperSet() method in LockWallpaperStatusChecker
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/backup/
DMissingHashCodeGeneratorJobService.java116 boolean isLockWallpaperSet = parcelFd != null; in onStartJob()
119 if (!isLockWallpaperSet) { in onStartJob()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java175 if (LockWallpaperStatusChecker.isLockWallpaperSet(getContext())) { in onCreateView()