Searched refs:shouldShowExploreButton (Results 1 – 4 of 4) sorted by relevance
50 shouldShowExploreButton: Boolean, in populateWallpaperInfo()56 shouldShowExploreButton, in populateWallpaperInfo()65 shouldShowExploreButton: Boolean, in loadWallpaperInfoData()95 if (shouldShowExploreButton) { in loadWallpaperInfoData()
73 WallpaperInfoHelper.shouldShowExploreButton(context, exploreIntent) in <lambda>()
61 boolean shouldShowExploreButton, in populateWallpaperInfo() argument91 if (shouldShowExploreButton) { in populateWallpaperInfo()
80 public static boolean shouldShowExploreButton(Context context, @Nullable Intent exploreIntent) { in shouldShowExploreButton() method in WallpaperInfoHelper