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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBarContainer.java41 private SecondLevelIndicatorControlBar mSecondLevelIndicatorControlBar; field in class:IndicatorControlBarContainer
62 mSecondLevelIndicatorControlBar = (SecondLevelIndicatorControlBar)
64 mSecondLevelIndicatorControlBar.setOnIndicatorEventListener(this);
74 mSecondLevelIndicatorControlBar.initialize(context, group,
80 mSecondLevelIndicatorControlBar.setOrientation(orientation);
87 } else if (mSecondLevelIndicatorControlBar.getVisibility() == View.VISIBLE) {
88 return mSecondLevelIndicatorControlBar.dispatchTouchEvent(event);
96 mSecondLevelIndicatorControlBar.setVisibility(View.GONE);
112 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeOut);
119 mSecondLevelIndicatorControlBar
[all...]

Completed in 70 milliseconds