Home
last modified time | relevance | path

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

/packages/apps/LegacyCamera/src/com/android/camera/ui/
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()
87 } else if (mSecondLevelIndicatorControlBar.getVisibility() == View.VISIBLE) { in dispatchTouchEvent()
88 return mSecondLevelIndicatorControlBar.dispatchTouchEvent(event); in dispatchTouchEvent()
96 mSecondLevelIndicatorControlBar.setVisibility(View.GONE);
112 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeOut); in leaveSecondLevelIndicator()
119 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeIn); in onIndicatorEvent()
[all …]