Home
last modified time | relevance | path

Searched defs:selectedShapeKey (Results 1 – 4 of 4) sorted by relevance

/packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/
DAppIconPickerViewModel.kt44 val selectedShapeKey = in <lambda>() constant
52 combine(overridingShapeKey, selectedShapeKey) { overridingShapeOptionKey, selectedShapeKey in <lambda>() method
98 ) { overridingShapeKey, selectedShapeKey, overridingIsThemeIconEnabled, isThemeIconEnabled in <lambda>() method
DShapeGridPickerViewModel.kt95 val selectedShapeKey = in <lambda>() constant
103 combine(overridingShapeKey, selectedShapeKey) { overridingShapeOptionKey, selectedShapeKey in <lambda>() method
141 selectedShapeKey -> in <lambda>() method
/packages/apps/ThemePicker/tests/robotests/src/com/android/wallpaper/customization/ui/viewmodel/
DShapeGridPickerViewModelTest.kt85 fun selectedShapeKey() = in selectedShapeKey() method in com.android.wallpaper.customization.ui.viewmodel.ShapeGridPickerViewModelTest
87 val selectedShapeKey = collectLastValue(underTest.selectedShapeKey) in selectedShapeKey() constant
DAppIconPickerViewModelTest.kt70 fun selectedShapeKey() = in selectedShapeKey() method
72 val selectedShapeKey = collectLastValue(underTest.selectedShapeKey) in selectedShapeKey() constant