Home
last modified time | relevance | path

Searched defs:isOnLockScreen (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker2/tests/robotests/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DCustomizationPickerViewModelTest.kt90 val isOnLockScreen = collectLastValue(underTest.isOnLockScreen) in initial tab is lock screen() constant
104 val isOnLockScreen = collectLastValue(underTest.isOnLockScreen) in setInitialScreen - home screen() constant
138 val isOnLockScreen = collectLastValue(underTest.isOnLockScreen) in switching to the home screen() constant
152 val isOnLockScreen = collectLastValue(underTest.isOnLockScreen) in switching to the home screen and back to the lock screen() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/model/
DCustomizationSectionController.kt43 val isOnLockScreen: Boolean = false, in navigateTo() constant in com.android.wallpaper.model.CustomizationSectionController.ViewCreationParams
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/viewmodel/
DCustomizationPickerViewModel.kt75 val isOnLockScreen: Flow<Boolean> = _isOnLockScreen.asStateFlow() in <lambda>() constant
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/binder/
DCustomizationPickerBinder.kt136 viewModel.isOnLockScreen.collect { isOnLockScreen -> in <lambda>() method
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/ui/section/
DScreenPreviewSectionController.kt68 protected val isOnLockScreen: Boolean = screen == Screen.LOCK_SCREEN in <lambda>() constant in com.android.wallpaper.picker.customization.ui.section.ScreenPreviewSectionController