Home
last modified time | relevance | path

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

/external/jetpack-camera-app/feature/preview/src/main/java/com/google/jetpackcamera/feature/preview/quicksettings/
DQuickSettingsEnums.kt60 fun getTextResId(): Int in getDrawableResId() method
70 override fun getTextResId() = R.string.quick_settings_front_camera_text in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraLensFace
76 override fun getTextResId() = R.string.quick_settings_back_camera_text in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraLensFace
85 override fun getTextResId() = R.string.quick_settings_flash_off in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraFlashMode
91 override fun getTextResId() = R.string.quick_settings_flash_auto in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraFlashMode
97 override fun getTextResId() = R.string.quick_settings_flash_on in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraFlashMode
103 override fun getTextResId() = R.string.quick_settings_flash_llb in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraFlashMode
109 override fun getTextResId() = R.string.quick_settings_flash_llb in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraFlashMode
118 override fun getTextResId() = R.string.quick_settings_aspect_ratio_3_4 in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraAspectRatio
124 override fun getTextResId() = R.string.quick_settings_aspect_ratio_9_16 in getDrawableResId() method in com.google.jetpackcamera.feature.preview.quicksettings.CameraAspectRatio
[all …]