Home
last modified time | relevance | path

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

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt219 val isCustomizeVisible: Flow<Boolean> = customizeFloatingSheetViewModel.map { it != null } in <lambda>() constant
225 combine(isCustomizeVisible, isCustomizeChecked) { show, isChecked -> in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DPreviewActionsBinder.kt219 actionsViewModel.isCustomizeVisible.collect { in <lambda>()