Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DPreviewFragment.java312 setUpFloatingSheet(requireContext(), shouldShowInformationFloatingSheet); in onCreateView() local
390 private boolean shouldShowInformationFloatingSheet(WallpaperInfo wallpaperInfo) { in shouldShowInformationFloatingSheet() method in PreviewFragment
405 private void setUpFloatingSheet(Context context, boolean shouldShowInformationFloatingSheet) { in setUpFloatingSheet()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt507 private fun WallpaperModel.shouldShowInformationFloatingSheet(): Boolean { in <lambda>() method