Searched refs:otherSettingKeys (Results 1 – 5 of 5) sorted by relevance
/packages/apps/LegacyCamera/src/com/android/camera/ui/ |
D | IndicatorControl.java | 89 protected void addControls(String[] keys, String[] otherSettingKeys) { in addControls() argument 101 if (otherSettingKeys != null) { in addControls() 103 R.drawable.ic_menu_overflow, otherSettingKeys); in addControls() local
|
D | IndicatorControlWheelContainer.java | 60 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument 62 keys, otherSettingKeys); in initialize()
|
D | SecondLevelIndicatorControlBar.java | 60 String[] keys, String[] otherSettingKeys) { in initialize() argument 64 addControls(keys, otherSettingKeys); in initialize()
|
D | IndicatorControlContainer.java | 27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys); in initialize() argument
|
D | IndicatorControlWheel.java | 158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) { in initialize() argument 187 addControls(keys, otherSettingKeys); in initialize()
|