/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 350 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument 352 actionIconRes, collectionId, wallpaperId); in finalizeWallpaperForNextRotation() 362 final int wallpaperId = setWallpaperBitmapInRotationStatic(wallpaperBitmap); in setWallpaperInRotationStatic() local 364 if (wallpaperId == 0) { in setWallpaperInRotationStatic() 369 actionIconRes, collectionId, wallpaperId); in setWallpaperInRotationStatic() 384 int wallpaperId) { in finalizeWallpaperForRotatingComponent() argument 390 mWallpaperPreferences.setHomeWallpaperManagerId(wallpaperId); in finalizeWallpaperForRotatingComponent() 395 mWallpaperPreferences.setLockWallpaperId(wallpaperId); in finalizeWallpaperForRotatingComponent() 629 final int wallpaperId; in doInBackground() local 640 wallpaperId = setBitmapToWallpaperManagerCompat(mBitmap, allowBackup, in doInBackground() [all …]
|
D | NoOpUserEventLogger.java | 60 public void logWallpaperSet(String collectionId, String wallpaperId) { in logWallpaperSet() argument
|
D | WallpaperPersister.java | 113 String collectionId, int wallpaperId); in finalizeWallpaperForNextRotation() argument
|
D | UserEventLogger.java | 63 void logWallpaperSet(String collectionId, String wallpaperId); in logWallpaperSet() argument
|
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/ |
D | WallpaperManagerCompatVL.java | 74 int wallpaperId = -1; in WallpaperManagerCompatVL() local 77 wallpaperId = storedValue.first; in WallpaperManagerCompatVL() 81 if (wallpaperId == -1 || wallpaperId != getWallpaperId(context)) { in WallpaperManagerCompatVL() 149 Integer wallpaperId = Integer.parseInt(parts[1]); in parseValue() local 152 return Pair.create(wallpaperId, null); in parseValue() 159 return Pair.create(wallpaperId, new WallpaperColorsCompat(primary, secondary, tertiary, in parseValue() 205 int wallpaperId = getWallpaperId(this); in run() local 257 String value = VERSION_PREFIX + wallpaperId; in run()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperManagerCompat.java | 112 public void setWallpaperId(@WallpaperLocation int whichWallpaper, int wallpaperId) { in setWallpaperId() argument 115 mHomeWallpaperId = wallpaperId; in setWallpaperId() 118 mLockWallpaperId = wallpaperId; in setWallpaperId()
|
D | TestUserEventLogger.java | 122 public void logWallpaperSet(String collectionId, String wallpaperId) { in logWallpaperSet() argument 125 mLastWallpaperId = wallpaperId; in logWallpaperSet()
|
D | TestWallpaperInfo.java | 139 public void setWallpaperId(String wallpaperId) { in setWallpaperId() argument 140 mWallpaperId = wallpaperId; in setWallpaperId()
|
D | TestWallpaperPersister.java | 140 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
|
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | StatsLogUserEventLogger.java | 75 public void logWallpaperSet(String collectionId, @Nullable String wallpaperId) { in logWallpaperSet() argument 79 wallpaperId != null ? wallpaperId.hashCode() : 0, in logWallpaperSet()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/individual/ |
D | SetIndividualHolder.java | 62 String wallpaperId = mWallpaper.getWallpaperId(); in bindWallpaper() local 66 boolean selected = wallpaperId != null && wallpaperId.equals(remoteWallpaperId); in bindWallpaper()
|
D | IndividualPickerFragment.java | 1034 String wallpaperId = wallpaper.getWallpaperId(); 1035 if (wallpaperId != null && wallpaperId.equals(prefs.getHomeWallpaperRemoteId())) {
|