Home
last modified time | relevance | path

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

/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/
DSettingsUiState.kt70 val affectedSettingNameResId: Int constant
75 override val affectedSettingNameResId: Int constant in com.google.jetpackcamera.settings.DisabledRationale.PermissionRecordAudioNotGrantedRationale
84 data class DeviceUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale
91 override val affectedSettingNameResId: Int, constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale
98 data class StabilizationUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale
105 override val affectedSettingNameResId: Int, constant in com.google.jetpackcamera.settings.DisabledRationale.VideoQualityUnsupportedRationale
113 data class FrontLensUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale
119 data class RearLensUnsupportedRationale(override val affectedSettingNameResId: Int) : constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.RearLensUnsupportedRationale