Home
last modified time | relevance | path

Searched refs:shouldShowInformationFloatingSheet (Results 1 – 2 of 2) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java311 boolean shouldShowInformationFloatingSheet = shouldShowInformationFloatingSheet(mWallpaper); in onCreateView()
312 setUpFloatingSheet(requireContext(), shouldShowInformationFloatingSheet); in onCreateView() local
313 if (shouldShowInformationFloatingSheet) { in onCreateView()
390 private boolean shouldShowInformationFloatingSheet(WallpaperInfo wallpaperInfo) { in shouldShowInformationFloatingSheet() method in PreviewFragment
405 private void setUpFloatingSheet(Context context, boolean shouldShowInformationFloatingSheet) { in setUpFloatingSheet() argument
413 if (shouldShowInformationFloatingSheet) { in setUpFloatingSheet()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt86 if (wallpaperModel == null || !wallpaperModel.shouldShowInformationFloatingSheet()) { in <lambda>()
507 private fun WallpaperModel.shouldShowInformationFloatingSheet(): Boolean { in <lambda>() method