Searched refs:shouldShowInformationFloatingSheet (Results 1 – 2 of 2) sorted by relevance
311 boolean shouldShowInformationFloatingSheet = shouldShowInformationFloatingSheet(mWallpaper); in onCreateView()312 setUpFloatingSheet(requireContext(), shouldShowInformationFloatingSheet); in onCreateView() local313 if (shouldShowInformationFloatingSheet) { in onCreateView()390 private boolean shouldShowInformationFloatingSheet(WallpaperInfo wallpaperInfo) { in shouldShowInformationFloatingSheet() method in PreviewFragment405 private void setUpFloatingSheet(Context context, boolean shouldShowInformationFloatingSheet) { in setUpFloatingSheet() argument413 if (shouldShowInformationFloatingSheet) { in setUpFloatingSheet()
86 if (wallpaperModel == null || !wallpaperModel.shouldShowInformationFloatingSheet()) { in <lambda>()507 private fun WallpaperModel.shouldShowInformationFloatingSheet(): Boolean { in <lambda>() method