Searched defs:mCurrViewTopGlow (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java81 private View mCurrViewTopGlow; field in class:ExpandHelper
322 if (mCurrViewTopGlow != null && mCurrViewBottomGlow != null) {
323 if (glow == 0f || mCurrViewTopGlow.getAlpha() == 0f) {
325 mGlowTopAnimation.setTarget(mCurrViewTopGlow);
333 mCurrViewTopGlow.setAlpha(glow);
342 mCurrViewTopGlow.setVisibility(mCurrViewTopGlow.getAlpha() <= 0.0f ?
564 mCurrViewTopGlow = null;
572 mCurrViewTopGlow = g.findViewById(R.id.top_glow);
576 (mCurrViewTopGlow !
[all...]

Completed in 23 milliseconds