Searched refs:actionLabelRes (Results 1 – 5 of 5) sorted by relevance
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
H A D | WallpaperPersister.java | 87 int actionLabelRes, int actionIconRes, in setWallpaperInRotation() argument 117 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation() argument 135 int actionLabelRes, in saveStaticWallpaperMetadata() argument
|
H A D | DefaultWallpaperPersister.java | 341 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument 344 actionLabelRes, actionIconRes, collectionId); in setWallpaperInRotation() 356 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument 357 return saveStaticWallpaperMetadata(attributions, actionUrl, actionLabelRes, in finalizeWallpaperForNextRotation() 367 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId) { in setWallpaperInRotationStatic() argument 375 return saveStaticWallpaperMetadata(attributions, actionUrl, actionLabelRes, in setWallpaperInRotationStatic() 382 int actionLabelRes, in saveStaticWallpaperMetadata() argument 402 mWallpaperPreferences.setHomeWallpaperActionLabelRes(actionLabelRes); in saveStaticWallpaperMetadata() 413 mWallpaperPreferences.setLockWallpaperActionLabelRes(actionLabelRes); in saveStaticWallpaperMetadata()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | WallpaperMetadata.java | 40 @StringRes int actionLabelRes, in WallpaperMetadata() argument 46 mActionLabelRes = actionLabelRes; in WallpaperMetadata()
|
H A D | CurrentWallpaperInfoVN.java | 72 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfoVN() argument 78 mActionLabelRes = actionLabelRes; in CurrentWallpaperInfoVN()
|
/aosp12/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
H A D | TestWallpaperPersister.java | 125 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument 149 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument 234 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in saveStaticWallpaperMetadata() argument
|