Home
last modified time | relevance | path

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

/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()