Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java349 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 …]
DNoOpUserEventLogger.java62 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
DUserEventLogger.java71 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
DDefaultWallpaperPreferences.java892 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()
DWallpaperPersister.java113 String collectionId, int wallpaperId); in finalizeWallpaperForNextRotation() argument
DWallpaperPreferences.java487 String wallpaperId); in updateDailyWallpaperSet() argument
/packages/apps/ThemePicker/src/com/android/customization/module/
DStatsLogUserEventLogger.java100 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/
DTestUserEventLogger.java120 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()
DTestWallpaperPreferences.java543 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()
DTestWallpaperManagerCompat.java112 public void setWallpaperId(@WallpaperLocation int whichWallpaper, int wallpaperId) { in setWallpaperId() argument
115 mHomeWallpaperId = wallpaperId; in setWallpaperId()
118 mLockWallpaperId = wallpaperId; in setWallpaperId()
DTestWallpaperInfo.java140 public void setWallpaperId(String wallpaperId) { in setWallpaperId() argument
141 mWallpaperId = wallpaperId; in setWallpaperId()
DTestWallpaperPersister.java146 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
/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()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DLiveWallpaperInfo.java90 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()
DSystemStaticWallpaperInfo.java88 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()