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

  /frameworks/base/core/java/com/android/internal/widget/multiwaveview/
GlowPadView.java 97 private AnimationBundle mWaveAnimations = new AnimationBundle();
98 private AnimationBundle mTargetAnimations = new AnimationBundle();
99 private AnimationBundle mGlowAnimations = new AnimationBundle();
126 private class AnimationBundle extends ArrayList<Tweener> {
688 final AnimationBundle waveAnimations = mWaveAnimations;
    [all...]
MultiWaveView.java 102 private AnimationBundle mChevronAnimations = new AnimationBundle();
103 private AnimationBundle mTargetAnimations = new AnimationBundle();
104 private AnimationBundle mHandleAnimations = new AnimationBundle();
127 private class AnimationBundle extends ArrayList<Tweener> {
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
GlowPadView.java 100 private AnimationBundle mWaveAnimations = new AnimationBundle();
101 private AnimationBundle mTargetAnimations = new AnimationBundle();
102 private AnimationBundle mGlowAnimations = new AnimationBundle();
125 private class AnimationBundle extends ArrayList<Tweener> {
678 final AnimationBundle waveAnimations = mWaveAnimations;
    [all...]
  /packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
GlowPadView.java 100 private AnimationBundle mWaveAnimations = new AnimationBundle();
101 private AnimationBundle mTargetAnimations = new AnimationBundle();
102 private AnimationBundle mGlowAnimations = new AnimationBundle();
127 private class AnimationBundle extends ArrayList<Tweener> {
706 final AnimationBundle waveAnimations = mWaveAnimations;
    [all...]

Completed in 711 milliseconds