Searched defs:getUdfpsLocation (Results 1 – 3 of 3) sorted by relevance
| /packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/customization/data/repository/ | ||
| D | CustomizationRuntimeValuesRepository.kt | 39 suspend fun getUdfpsLocation(): SensorLocation? { in <lambda>() method in com.android.wallpaper.picker.customization.data.repository.CustomizationRuntimeValuesRepository |
| /packages/apps/ThemePicker/src/com/android/customization/picker/clock/domain/interactor/ | ||
| D | ClockPickerInteractor.kt | 121 suspend fun getUdfpsLocation() = customizationRuntimeValuesRepository.getUdfpsLocation() in <lambda>() method in com.android.customization.picker.clock.domain.interactor.ClockPickerInteractor |
| /packages/apps/ThemePicker/src/com/android/wallpaper/customization/ui/viewmodel/ | ||
| D | ClockPickerViewModel.kt | 151 suspend fun getUdfpsLocation() = clockPickerInteractor.getUdfpsLocation() in <lambda>() method |