Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java350 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 …]
DNoOpUserEventLogger.java60 public void logWallpaperSet(String collectionId, String wallpaperId) { in logWallpaperSet() argument
DWallpaperPersister.java113 String collectionId, int wallpaperId); in finalizeWallpaperForNextRotation() argument
DUserEventLogger.java63 void logWallpaperSet(String collectionId, String wallpaperId); in logWallpaperSet() argument
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/dynamicui/
DWallpaperManagerCompatVL.java74 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/
DTestWallpaperManagerCompat.java112 public void setWallpaperId(@WallpaperLocation int whichWallpaper, int wallpaperId) { in setWallpaperId() argument
115 mHomeWallpaperId = wallpaperId; in setWallpaperId()
118 mLockWallpaperId = wallpaperId; in setWallpaperId()
DTestUserEventLogger.java122 public void logWallpaperSet(String collectionId, String wallpaperId) { in logWallpaperSet() argument
125 mLastWallpaperId = wallpaperId; in logWallpaperSet()
DTestWallpaperInfo.java139 public void setWallpaperId(String wallpaperId) { in setWallpaperId() argument
140 mWallpaperId = wallpaperId; in setWallpaperId()
DTestWallpaperPersister.java140 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
/packages/apps/ThemePicker/src/com/android/customization/module/
DStatsLogUserEventLogger.java75 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/
DSetIndividualHolder.java62 String wallpaperId = mWallpaper.getWallpaperId(); in bindWallpaper() local
66 boolean selected = wallpaperId != null && wallpaperId.equals(remoteWallpaperId); in bindWallpaper()
DIndividualPickerFragment.java1034 String wallpaperId = wallpaper.getWallpaperId();
1035 if (wallpaperId != null && wallpaperId.equals(prefs.getHomeWallpaperRemoteId())) {