Home
last modified time | relevance | path

Searched refs:isInformationChecked (Results 1 – 3 of 3) sorted by relevance

/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModel.kt103 val isInformationChecked: Flow<Boolean> = _isInformationChecked.asStateFlow() in <lambda>() constant
106 combine(isInformationVisible, isInformationChecked) { show, isChecked -> in <lambda>()
434 isInformationChecked, in <lambda>()
442 isInformationChecked, in <lambda>() method
449 if (isInformationChecked && informationFloatingSheetViewModel != null) { in <lambda>()
/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/preview/ui/viewmodel/
DPreviewActionsViewModelTest.kt167 val isInformationButtonChecked = collectLastValue(viewModel.isInformationChecked) in <lambda>()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/preview/ui/binder/
DPreviewActionsBinder.kt100 actionsViewModel.isInformationChecked.collect { in <lambda>()