Home
last modified time | relevance | path

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

/aosp_15_r20/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/
H A DSettingsUiState.kt58 val reasonTextResId: Int constant
66 override val reasonTextResId: Int = R.string.device_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale
74 override val reasonTextResId: Int = R.string.fps_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale
80 override val reasonTextResId = R.string.stabilization_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale
87 override val reasonTextResId: Int = R.string.front_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale
93 override val reasonTextResId: Int = R.string.rear_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.RearLensUnsupportedRationale
/aosp_15_r20/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/
H A DCaptureModeToggleUiState.kt43 enum class DisabledReason(val testTag: String, val reasonTextResId: Int) { constant in com.google.jetpackcamera.feature.preview.CaptureModeToggleUiState.DisabledReason