Home
last modified time | relevance | path

Searched refs:actionIconRes (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultWallpaperPersister.java337 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument
340 actionLabelRes, actionIconRes, collectionId); in setWallpaperInRotation()
350 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument
352 actionIconRes, collectionId, wallpaperId); in finalizeWallpaperForNextRotation()
361 String actionUrl, int actionLabelRes, int actionIconRes, String collectionId) { in setWallpaperInRotationStatic() argument
369 actionIconRes, collectionId, wallpaperId); in setWallpaperInRotationStatic()
382 int actionIconRes, in finalizeWallpaperForRotatingComponent() argument
402 mWallpaperPreferences.setHomeWallpaperActionIconRes(actionIconRes); in finalizeWallpaperForRotatingComponent()
413 mWallpaperPreferences.setLockWallpaperActionIconRes(actionIconRes); in finalizeWallpaperForRotatingComponent()
DWallpaperPersister.java86 int actionLabelRes, int actionIconRes, in setWallpaperInRotation() argument
112 int actionLabelRes, int actionIconRes, in finalizeWallpaperForNextRotation() argument
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperMetadata.java41 @DrawableRes int actionIconRes, String collectionId, in WallpaperMetadata() argument
47 mActionIconRes = actionIconRes; in WallpaperMetadata()
DCurrentWallpaperInfoVN.java74 @StringRes int actionLabelRes, @DrawableRes int actionIconRes, in CurrentWallpaperInfoVN() argument
81 mActionIconRes = actionIconRes; in CurrentWallpaperInfoVN()
/packages/apps/WallpaperPicker2/tests/src/com/android/wallpaper/testing/
DTestWallpaperPersister.java119 int actionLabelRes, int actionIconRes, String actionUrl, String collectionId) { in setWallpaperInRotation() argument
140 int actionLabelRes, int actionIconRes, String collectionId, int wallpaperId) { in finalizeWallpaperForNextRotation() argument