Home
last modified time | relevance | path

Searched refs:getActionLabelRes (Results 1 – 10 of 10) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/module/
DDefaultCurrentWallpaperInfoFactory.java74 homeWallpaperMetadata.getActionLabelRes(), in createCurrentWallpaperInfos()
89 lockWallpaperMetadata.getActionLabelRes(), in createCurrentWallpaperInfos()
DDefaultWallpaperPersister.java768 mWallpaper.getActionLabelRes(mAppContext)); in setImageWallpaperHomeMetadata()
782 mWallpaper.getActionLabelRes(mAppContext)); in setImageWallpaperLockMetadata()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DCategoryFragment.java889 getString(mWallpaperInfo.getActionLabelRes(appContext))); in updateExploreSectionVisibility()
897 mWallpaperInfo.getActionLabelRes(appContext)); in updateExploreSectionVisibility()
1028 .getActionLabelRes(appContext))); in bindHomeWallpaper()
1036 mHomeWallpaperInfo.getActionLabelRes(appContext)); in bindHomeWallpaper()
1106 lockWallpaper.getActionLabelRes(appContext))); in bindLockWallpaper()
1117 mLockWallpaperInfo.getActionLabelRes(appContext)); in bindLockWallpaper()
DImagePreviewFragment.java182 return context.getString(mWallpaper.getActionLabelRes(context)); in getExploreButtonLabel()
DTopLevelPickerActivity.java580 homeWallpaper.getActionLabelRes(appContext))); in refreshCurrentWallpapers()
587 homeWallpaper.getActionLabelRes(appContext)); in refreshCurrentWallpapers()
DLivePreviewFragment.java313 exploreLabel = context.getString(mWallpaper.getActionLabelRes(context)); in getExploreButtonLabel()
DPreviewFragment.java473 mWallpaper.getActionLabelRes(context)); in onExploreClicked()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DWallpaperMetadata.java71 public int getActionLabelRes() { in getActionLabelRes() method in WallpaperMetadata
DWallpaperInfo.java100 public int getActionLabelRes(Context context) { in getActionLabelRes() method in WallpaperInfo
DCurrentWallpaperInfoVN.java130 public int getActionLabelRes(Context unused) { in getActionLabelRes() method in CurrentWallpaperInfoVN