Searched refs:actionLabelRes (Results 1 – 5 of 5) sorted by relevance
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/ |
D | DefaultWallpaperPersister.java | 336 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument 339 actionLabelRes, actionIconRes, collectionId); in setWallpaperInRotation() 349 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument 350 return finalizeWallpaperForRotatingComponent(attributions, actionUrl, actionLabelRes, in finalizeWallpaperForNextRotation() 360 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId) { in setWallpaperInRotationStatic() argument 367 return finalizeWallpaperForRotatingComponent(attributions, actionUrl, actionLabelRes, in setWallpaperInRotationStatic() 380 int actionLabelRes, in finalizeWallpaperForRotatingComponent() argument 400 mWallpaperPreferences.setHomeWallpaperActionLabelRes(actionLabelRes); in finalizeWallpaperForRotatingComponent() 411 mWallpaperPreferences.setLockWallpaperActionLabelRes(actionLabelRes); in finalizeWallpaperForRotatingComponent()
|
D | WallpaperPersister.java | 86 int actionLabelRes, int actionIconRes, in setWallpaperInRotation() argument 112 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation() argument
|
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/ |
D | WallpaperMetadata.java | 40 @StringRes int actionLabelRes, in WallpaperMetadata() argument 46 mActionLabelRes = actionLabelRes; in WallpaperMetadata()
|
D | CurrentWallpaperInfoVN.java | 74 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfoVN() argument 80 mActionLabelRes = actionLabelRes; in CurrentWallpaperInfoVN()
|
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/ |
D | TestWallpaperPersister.java | 125 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument 146 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
|