Home
last modified time | relevance | path

Searched refs:filterUnsupportedOptions (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Camera/src/com/android/camera/
DCameraSettings.java178 filterUnsupportedOptions(group, videoQuality, getSupportedVideoQuality()); in initPreference()
182 filterUnsupportedOptions(group, pictureSize, sizeListToStringList( in initPreference()
187 filterUnsupportedOptions(group, in initPreference()
191 filterUnsupportedOptions(group, in initPreference()
195 filterUnsupportedOptions(group, in initPreference()
200 filterUnsupportedOptions(group, in initPreference()
208 filterUnsupportedOptions(group, in initPreference()
226 filterUnsupportedOptions(group, videoEffect, null); in initPreference()
298 private void filterUnsupportedOptions(PreferenceGroup group, in filterUnsupportedOptions() method in CameraSettings
580 filterUnsupportedOptions(group, videoEffect, supported); in initVideoEffect()
/packages/apps/Camera2/src/com/android/camera/
DCameraSettings.java180 filterUnsupportedOptions(group, videoQuality, getSupportedVideoQuality(mCameraId)); in initPreference()
184 filterUnsupportedOptions(group, pictureSize, sizeListToStringList( in initPreference()
189 filterUnsupportedOptions(group, in initPreference()
193 filterUnsupportedOptions(group, in initPreference()
197 filterUnsupportedOptions(group, in initPreference()
202 filterUnsupportedOptions(group, in initPreference()
210 filterUnsupportedOptions(group, in initPreference()
220 filterUnsupportedOptions(group, videoEffect, null); in initPreference()
302 private void filterUnsupportedOptions(PreferenceGroup group, in filterUnsupportedOptions() method in CameraSettings
/packages/apps/LegacyCamera/src/com/android/camera/
DCameraSettings.java153 filterUnsupportedOptions(group, videoQuality, getSupportedVideoQuality()); in initPreference()
157 filterUnsupportedOptions(group, pictureSize, sizeListToStringList( in initPreference()
161 filterUnsupportedOptions(group, in initPreference()
165 filterUnsupportedOptions(group, in initPreference()
169 filterUnsupportedOptions(group, in initPreference()
174 filterUnsupportedOptions(group, in initPreference()
182 filterUnsupportedOptions(group, in initPreference()
252 private void filterUnsupportedOptions(PreferenceGroup group, in filterUnsupportedOptions() method in CameraSettings
489 filterUnsupportedOptions(group, videoEffect, supported); in initVideoEffect()