Home
last modified time | relevance | path

Searched defs:actionIconRes (Results 1 – 6 of 6) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DWallpaperPersister.java76 int actionLabelRes, int actionIconRes, in setWallpaperInRotation()
107 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation()
129 int actionIconRes, in saveStaticWallpaperMetadata()
DDefaultWallpaperPersister.java207 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId, in setWallpaperInRotation()
223 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId, in finalizeWallpaperForNextRotation()
234 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId, in setWallpaperInRotationStatic()
251 int actionIconRes, in saveStaticWallpaperMetadata()
/packages/apps/WallpaperPicker2/tests/common/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java100 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId, in setWallpaperInRotation()
125 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId, in finalizeWallpaperForNextRotation()
211 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId, in saveStaticWallpaperMetadata()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DStaticWallpaperMetadata.kt26 @DrawableRes val actionIconRes: Int, constant in com.android.wallpaper.model.StaticWallpaperMetadata
DWallpaperMetadata.java41 @DrawableRes int actionIconRes, String collectionId, in WallpaperMetadata()
DCurrentWallpaperInfo.java73 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfo()