Searched refs:mGlowAnimationSet (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java99 private AnimatorSet mGlowAnimationSet; field in class:ExpandHelper
221 mGlowAnimationSet = new AnimatorSet();
222 mGlowAnimationSet.play(mGlowTopAnimation).with(mGlowBottomAnimation);
223 mGlowAnimationSet.setDuration(GLOW_DURATION);
317 if (!mGlowAnimationSet.isRunning() || glow == 0f) {
318 if (mGlowAnimationSet.isRunning()) {
319 mGlowAnimationSet.end();
328 mGlowAnimationSet.setupStartValues();
329 mGlowAnimationSet.start();

Completed in 103 milliseconds