Searched defs:reasonTextResId (Results 1 – 2 of 2) sorted by relevance
58 val reasonTextResId: Int constant66 override val reasonTextResId: Int = R.string.device_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.DeviceUnsupportedRationale74 override val reasonTextResId: Int = R.string.fps_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.FpsUnsupportedRationale80 override val reasonTextResId = R.string.stabilization_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.StabilizationUnsupportedRationale87 override val reasonTextResId: Int = R.string.front_lens_unsupported constant in com.google.jetpackcamera.settings.DisabledRationale.LensUnsupportedRationale.FrontLensUnsupportedRationale93 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