Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DModeOptions.java63 private ViewGroup mActiveBar; field in ModeOptions
127 mMainBar = mActiveBar = mModeOptionsButtons; in onFinishInflate()
131 mActiveBar = mModeOptionsExposure; in showExposureOptions()
133 mActiveBar.setVisibility(View.VISIBLE); in showExposureOptions()
142 mMainBar = mActiveBar = mModeOptionsButtons; in setMainBar()
145 mMainBar = mActiveBar = mModeOptionsPano; in setMainBar()
170 if (mActiveBar != null && mActiveBar != mMainBar) { in onWindowVisibilityChanged()
171 mActiveBar.setVisibility(INVISIBLE); in onWindowVisibilityChanged()
272 mActiveBar.setAlpha((Float) animation.getAnimatedValue()); in setupAnimators()
278 mActiveBar.setAlpha(1.0f); in setupAnimators()
[all …]