HomeSort by relevance Sort by last modified time
    Searched refs:mWaveAnimations (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 97 private AnimationBundle mWaveAnimations = new AnimationBundle();
297 mWaveAnimations.setSuspended(true);
303 mWaveAnimations.setSuspended(false);
306 mWaveAnimations.start();
688 final AnimationBundle waveAnimations = mWaveAnimations;
705 mWaveAnimations.cancel();
710 mWaveAnimations.cancel();
713 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION,
725 mWaveAnimations.start();
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 100 private AnimationBundle mWaveAnimations = new AnimationBundle();
295 mWaveAnimations.setSuspended(true);
301 mWaveAnimations.setSuspended(false);
304 mWaveAnimations.start();
678 final AnimationBundle waveAnimations = mWaveAnimations;
695 mWaveAnimations.cancel();
700 mWaveAnimations.cancel();
703 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION,
715 mWaveAnimations.start();
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 100 private AnimationBundle mWaveAnimations = new AnimationBundle();
298 mWaveAnimations.setSuspended(true);
304 mWaveAnimations.setSuspended(false);
307 mWaveAnimations.start();
706 final AnimationBundle waveAnimations = mWaveAnimations;
723 mWaveAnimations.cancel();
728 mWaveAnimations.cancel();
731 mWaveAnimations.add(Tweener.to(mPointCloud.waveManager, WAVE_ANIMATION_DURATION,
743 mWaveAnimations.start();
    [all...]

Completed in 31 milliseconds