Searched defs:mCurrViewTopGlow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java81 private View mCurrViewTopGlow; field in class:ExpandHelper
321 if (mCurrViewTopGlow != null && mCurrViewBottomGlow != null) {
322 if (glow == 0f || mCurrViewTopGlow.getAlpha() == 0f) {
324 mGlowTopAnimation.setTarget(mCurrViewTopGlow);
332 mCurrViewTopGlow.setAlpha(glow);
341 mCurrViewTopGlow.setVisibility(mCurrViewTopGlow.getAlpha() <= 0.0f ?
563 mCurrViewTopGlow = null;
571 mCurrViewTopGlow = g.findViewById(R.id.top_glow);
575 (mCurrViewTopGlow !
[all...]

Completed in 154 milliseconds