Home
last modified time | relevance | path

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

/aosp12/packages/apps/LegacyCamera/src/com/android/camera/ui/
H A DIndicatorControlBarContainer.java39 private Animation mSecondLevelFadeIn, mSecondLevelFadeOut; field in IndicatorControlBarContainer
52 mSecondLevelFadeOut = AnimationUtils.loadAnimation( in IndicatorControlBarContainer()
54 mSecondLevelFadeOut.setAnimationListener(mAnimationListener); in IndicatorControlBarContainer()
95 if (animation == mSecondLevelFadeOut) {
112 mSecondLevelIndicatorControlBar.startAnimation(mSecondLevelFadeOut); in leaveSecondLevelIndicator()