Searched defs:isZoomSupported (Results 1 - 4 of 4) sorted by relevance

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlContainer.java27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys);
26 initialize(Context context, PreferenceGroup group, boolean isZoomSupported, String[] keys, String[] otherSettingKeys) argument
H A DIndicatorControlBarContainer.java69 boolean isZoomSupported, String[] secondLevelKeys,
72 mIndicatorControlBar.initialize(context, group, isZoomSupported);
68 initialize(Context context, PreferenceGroup group, boolean isZoomSupported, String[] secondLevelKeys, String[] secondLevelOtherSettingKeys) argument
H A DIndicatorControlWheelContainer.java60 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) {
61 mIndicatorControlWheel.initialize(context, group, isZoomSupported,
59 initialize(Context context, PreferenceGroup group, boolean isZoomSupported, String[] keys, String[] otherSettingKeys) argument
H A DIndicatorControlWheel.java158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) {
166 if (isZoomSupported) {
157 initialize(Context context, PreferenceGroup group, boolean isZoomSupported, String[] keys, String[] otherSettingKeys) argument

Completed in 64 milliseconds