HomeSort by relevance Sort by last modified time
    Searched refs:otherSettingKeys (Results 1 - 5 of 5) sorted by null

  /packages/apps/LegacyCamera/src/com/android/camera/ui/
IndicatorControlContainer.java 27 boolean isZoomSupported, String[] keys, String[] otherSettingKeys);
IndicatorControlWheelContainer.java 60 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) {
62 keys, otherSettingKeys);
IndicatorControl.java 89 protected void addControls(String[] keys, String[] otherSettingKeys) {
101 if (otherSettingKeys != null) {
103 R.drawable.ic_menu_overflow, otherSettingKeys);
SecondLevelIndicatorControlBar.java 60 String[] keys, String[] otherSettingKeys) {
64 addControls(keys, otherSettingKeys);
IndicatorControlWheel.java 158 boolean isZoomSupported, String[] keys, String[] otherSettingKeys) {
180 addControls(keys, otherSettingKeys);

Completed in 722 milliseconds