Home
last modified time | relevance | path

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

/aosp_15_r20/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/
H A DSettingsUiState.kt57 val affectedSettingNameResId: Int constant
64 data class DeviceUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale
71 override val affectedSettingNameResId: Int, constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale
78 data class StabilizationUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale
85 data class FrontLensUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale
91 data class RearLensUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.RearLensUnsupportedRationale