/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 349 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument 351 actionIconRes, collectionId, wallpaperId); in finalizeWallpaperForNextRotation() 361 final int wallpaperId = cropAndSetWallpaperBitmapInRotationStatic(wallpaperBitmap); in setWallpaperInRotationStatic() local 363 if (wallpaperId == 0) { in setWallpaperInRotationStatic() 368 actionIconRes, collectionId, wallpaperId); in setWallpaperInRotationStatic() 383 int wallpaperId) { in finalizeWallpaperForRotatingComponent() argument 389 mWallpaperPreferences.setHomeWallpaperManagerId(wallpaperId); in finalizeWallpaperForRotatingComponent() 394 mWallpaperPreferences.setLockWallpaperId(wallpaperId); in finalizeWallpaperForRotatingComponent() 669 final int wallpaperId; in doInBackground() local 680 wallpaperId = setBitmapToWallpaperManagerCompat(mBitmap, allowBackup, in doInBackground() [all …]
|
D | NoOpUserEventLogger.java | 62 public void logLiveWallpaperInfoSelected(String collectionId, String wallpaperId) { in logLiveWallpaperInfoSelected() argument 66 public void logLiveWallpaperCustomizeSelected(String collectionId, String wallpaperId) { in logLiveWallpaperCustomizeSelected() argument 74 public void logWallpaperSet(String collectionId, String wallpaperId) { in logWallpaperSet() argument
|
D | UserEventLogger.java | 71 void logLiveWallpaperInfoSelected(String collectionId, String wallpaperId); in logLiveWallpaperInfoSelected() argument 79 void logLiveWallpaperCustomizeSelected(String collectionId, String wallpaperId); in logLiveWallpaperCustomizeSelected() argument 86 void logWallpaperSet(String collectionId, String wallpaperId); in logWallpaperSet() argument
|
D | DefaultWallpaperPreferences.java | 892 String wallpaperId) { in updateDailyWallpaperSet() argument 896 setHomeWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet() 899 setLockWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet() 902 setHomeWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet() 904 setLockWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet()
|
D | WallpaperPersister.java | 113 String collectionId, int wallpaperId); in finalizeWallpaperForNextRotation() argument
|
D | WallpaperPreferences.java | 487 String wallpaperId); in updateDailyWallpaperSet() argument
|
/packages/apps/ThemePicker/src/com/android/customization/module/ |
D | StatsLogUserEventLogger.java | 100 public void logLiveWallpaperInfoSelected(String collectionId, @Nullable String wallpaperId) { in logLiveWallpaperInfoSelected() argument 104 wallpaperId != null ? wallpaperId.hashCode() : 0, in logLiveWallpaperInfoSelected() 110 @Nullable String wallpaperId) { in logLiveWallpaperCustomizeSelected() argument 114 wallpaperId != null ? wallpaperId.hashCode() : 0, in logLiveWallpaperCustomizeSelected() 119 public void logWallpaperSet(String collectionId, @Nullable String wallpaperId) { in logWallpaperSet() argument 123 wallpaperId != null ? wallpaperId.hashCode() : 0, in logWallpaperSet()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestUserEventLogger.java | 120 public void logLiveWallpaperInfoSelected(String collectionId, String wallpaperId) { in logLiveWallpaperInfoSelected() argument 125 public void logLiveWallpaperCustomizeSelected(String collectionId, String wallpaperId) { in logLiveWallpaperCustomizeSelected() argument 139 public void logWallpaperSet(String collectionId, String wallpaperId) { in logWallpaperSet() argument 142 mLastWallpaperId = wallpaperId; in logWallpaperSet()
|
D | TestWallpaperPreferences.java | 543 String wallpaperId) { in updateDailyWallpaperSet() argument 547 setHomeWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet() 550 setLockWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet() 553 setHomeWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet() 555 setLockWallpaperRemoteId(wallpaperId); in updateDailyWallpaperSet()
|
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 | TestWallpaperInfo.java | 140 public void setWallpaperId(String wallpaperId) { in setWallpaperId() argument 141 mWallpaperId = wallpaperId; in setWallpaperId()
|
D | TestWallpaperPersister.java | 146 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
|
/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()
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | LiveWallpaperInfo.java | 90 String wallpaperId = attrs.getAttributeValue(null, ATTR_ID); in fromAttributeSet() local 91 if (TextUtils.isEmpty(wallpaperId)) { in fromAttributeSet() 98 Log.w(TAG, "Live wallpaper declaration without service: " + wallpaperId); in fromAttributeSet() 109 Log.w(TAG, "Live wallpaper declaration with invalid service: " + wallpaperId); in fromAttributeSet()
|
D | SystemStaticWallpaperInfo.java | 88 String wallpaperId = attrs.getAttributeValue(null, ATTR_ID); in fromAttributeSet() local 89 if (TextUtils.isEmpty(wallpaperId)) { in fromAttributeSet() 98 return new SystemStaticWallpaperInfo(packageName, wallpaperId, in fromAttributeSet()
|