Searched defs:actionIconRes (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() 117 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation() 136 int actionIconRes, in saveStaticWallpaperMetadata()
|
H A D | DefaultWallpaperPersister.java | 341 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() 356 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() 367 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId) { in setWallpaperInRotationStatic() 383 int actionIconRes, in saveStaticWallpaperMetadata()
|
/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() 149 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() 234 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in saveStaticWallpaperMetadata()
|
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
H A D | WallpaperMetadata.java | 41 @DrawableRes int actionIconRes, String collectionId, in WallpaperMetadata()
|
H A D | CurrentWallpaperInfoVN.java | 72 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfoVN()
|