Home
last modified time | relevance | path

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

/external/jetpack-camera-app/feature/settings/src/main/java/com/google/jetpackcamera/settings/
DSettingsUiState.kt71 val reasonTextResId: Int constant
77 override val reasonTextResId: Int = R.string.permission_record_audio_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.PermissionRecordAudioNotGrantedRationale
86 override val reasonTextResId: Int = R.string.device_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale
94 override val reasonTextResId: Int = R.string.fps_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale
100 override val reasonTextResId = R.string.stabilization_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale
108 override val reasonTextResId = R.string.video_quality_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.VideoQualityUnsupportedRationale
115 override val reasonTextResId: Int = R.string.front_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale
121 override val reasonTextResId: Int = R.string.rear_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.RearLensUnsupportedRationale
/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/
DCaptureModeToggleUiState.kt43 enum class DisabledReason(val testTag: String, val reasonTextResId: Int) { constant in com.google.jetpackcamera.feature.preview.CaptureModeToggleUiState.DisabledReason