Searched defs:reasonTextResId (Results 1 – 2 of 2) sorted by relevance
71 val reasonTextResId: Int constant77 override val reasonTextResId: Int = R.string.permission_record_audio_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.PermissionRecordAudioNotGrantedRationale86 override val reasonTextResId: Int = R.string.device_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale94 override val reasonTextResId: Int = R.string.fps_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale100 override val reasonTextResId = R.string.stabilization_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale108 override val reasonTextResId = R.string.video_quality_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.VideoQualityUnsupportedRationale115 override val reasonTextResId: Int = R.string.front_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale121 override val reasonTextResId: Int = R.string.rear_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.RearLensUnsupportedRationale
43 enum class DisabledReason(val testTag: String, val reasonTextResId: Int) { constant in com.google.jetpackcamera.feature.preview.CaptureModeToggleUiState.DisabledReason