Home
last modified time | relevance | path

Searched refs:shouldShowExploreButton (Results 1 – 4 of 4) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/floatingsheetcontent/
DWallpaperInfoView.kt50 shouldShowExploreButton: Boolean, in populateWallpaperInfo()
56 shouldShowExploreButton, in populateWallpaperInfo()
65 shouldShowExploreButton: Boolean, in loadWallpaperInfoData()
95 if (shouldShowExploreButton) { in loadWallpaperInfoData()
DWallpaperInfoContent.kt73 WallpaperInfoHelper.shouldShowExploreButton(context, exploreIntent) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/widget/
DWallpaperInfoView.java61 boolean shouldShowExploreButton, in populateWallpaperInfo() argument
91 if (shouldShowExploreButton) { in populateWallpaperInfo()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DWallpaperInfoHelper.java80 public static boolean shouldShowExploreButton(Context context, @Nullable Intent exploreIntent) { in shouldShowExploreButton() method in WallpaperInfoHelper