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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
H A DFloatingChildLayout.java62 private ObjectAnimator mBackgroundAnimator = ObjectAnimator.ofInt(this, field in class:FloatingChildLayout
196 mBackgroundAnimator.setDuration(mAnimationDuration).start();
205 if (mBackgroundAnimator.isRunning()) {
206 mBackgroundAnimator.reverse();
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
H A DGlowPadView.java201 private Tweener mBackgroundAnimator; field in class:GlowPadView
737 if (mBackgroundAnimator != null) {
738 mBackgroundAnimator.animator.cancel();
740 mBackgroundAnimator = Tweener.to(background, duration,
744 mBackgroundAnimator.animator.start();
/packages/apps/InCallUI/src/com/android/incallui/widget/multiwaveview/
H A DGlowPadView.java203 private Tweener mBackgroundAnimator; field in class:GlowPadView
765 if (mBackgroundAnimator != null) {
766 mBackgroundAnimator.animator.cancel();
768 mBackgroundAnimator = Tweener.to(background, duration,
772 mBackgroundAnimator.animator.start();

Completed in 154 milliseconds