Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBarContainer.java41 private SecondLevelIndicatorControlBar mSecondLevelIndicatorControlBar; field in IndicatorControlBarContainer
62 mSecondLevelIndicatorControlBar = (SecondLevelIndicatorControlBar) in onFinishInflate()
64 mSecondLevelIndicatorControlBar.setOnIndicatorEventListener(this); in onFinishInflate()
74 mSecondLevelIndicatorControlBar.initialize(context, group, in initialize()
80 mSecondLevelIndicatorControlBar.setOrientation(orientation); in setOrientation()
96 mSecondLevelIndicatorControlBar.setVisibility(View.GONE);
131 mSecondLevelIndicatorControlBar.reloadPreferences(); in reloadPreferences()
136 mSecondLevelIndicatorControlBar.setListener(listener); in setListener()
153 return mSecondLevelIndicatorControlBar.dismissSettingPopup(); in dismissSettingPopup()
160 mSecondLevelIndicatorControlBar.overrideSettings(keyvalues); in overrideSettings()
[all …]