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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 105 private AnimationBundle mGlowAnimations = new AnimationBundle();
305 mGlowAnimations.setSuspended(true);
311 mGlowAnimations.setSuspended(false);
314 mGlowAnimations.start();
409 mGlowAnimations.cancel();
410 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
416 mGlowAnimations.start();
421 mGlowAnimations.cancel();
422 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
430 mGlowAnimations.start()
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 102 private AnimationBundle mGlowAnimations = new AnimationBundle();
297 mGlowAnimations.setSuspended(true);
303 mGlowAnimations.setSuspended(false);
306 mGlowAnimations.start();
422 mGlowAnimations.cancel();
423 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
429 mGlowAnimations.start();
434 mGlowAnimations.cancel();
435 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
443 mGlowAnimations.start()
    [all...]

Completed in 51 milliseconds