Searched defs:mCurrViewBottomGlow (Results 1 - 1 of 1) sorted by path

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java82 private View mCurrViewBottomGlow; field in class:ExpandHelper
322 if (mCurrViewTopGlow != null && mCurrViewBottomGlow != null) {
326 mGlowBottomAnimation.setTarget(mCurrViewBottomGlow);
334 mCurrViewBottomGlow.setAlpha(glow);
344 mCurrViewBottomGlow.setVisibility(mCurrViewBottomGlow.getAlpha() <= 0.0f ?
565 mCurrViewBottomGlow = null;
573 mCurrViewBottomGlow = g.findViewById(R.id.bottom_glow);
577 (mCurrViewBottomGlow != null ? "found bottom " : "didn't find bottom");

Completed in 12 milliseconds