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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 99 private AnimationBundle mGlowAnimations = new AnimationBundle();
299 mGlowAnimations.setSuspended(true);
305 mGlowAnimations.setSuspended(false);
308 mGlowAnimations.start();
403 mGlowAnimations.cancel();
404 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
410 mGlowAnimations.start();
415 mGlowAnimations.cancel();
416 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
424 mGlowAnimations.start()
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 102 private AnimationBundle mGlowAnimations = new AnimationBundle();
297 mGlowAnimations.setSuspended(true);
303 mGlowAnimations.setSuspended(false);
306 mGlowAnimations.start();
399 mGlowAnimations.cancel();
400 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
406 mGlowAnimations.start();
411 mGlowAnimations.cancel();
412 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
420 mGlowAnimations.start()
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 102 private AnimationBundle mGlowAnimations = new AnimationBundle();
300 mGlowAnimations.setSuspended(true);
306 mGlowAnimations.setSuspended(false);
309 mGlowAnimations.start();
425 mGlowAnimations.cancel();
426 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
432 mGlowAnimations.start();
437 mGlowAnimations.cancel();
438 mGlowAnimations.add(Tweener.to(mPointCloud.glowManager, duration,
446 mGlowAnimations.start()
    [all...]

Completed in 558 milliseconds