Home
last modified time | relevance | path

Searched defs:actionLabelRes (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()
128 int actionLabelRes, 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()
250 int actionLabelRes, 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.kt25 @StringRes val actionLabelRes: Int, constant in com.android.wallpaper.model.StaticWallpaperMetadata
DWallpaperMetadata.java40 @StringRes int actionLabelRes, in WallpaperMetadata()
DCurrentWallpaperInfo.java73 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfo()