Home
last modified time | relevance | path

Searched refs:mBackgroundAnimator (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DFloatingChildLayout.java62 private ObjectAnimator mBackgroundAnimator = ObjectAnimator.ofInt(this, field in FloatingChildLayout
196 mBackgroundAnimator.setDuration(mAnimationDuration).start(); in fadeInBackground()
205 if (mBackgroundAnimator.isRunning()) { in fadeOutBackground()
206 mBackgroundAnimator.reverse(); in fadeOutBackground()
/packages/apps/DeskClock/src/com/android/deskclock/widget/multiwaveview/
DGlowPadView.java201 private Tweener mBackgroundAnimator; field in GlowPadView
737 if (mBackgroundAnimator != null) { in startBackgroundAnimation()
738 mBackgroundAnimator.animator.cancel(); in startBackgroundAnimation()
740 mBackgroundAnimator = Tweener.to(background, duration, in startBackgroundAnimation()
744 mBackgroundAnimator.animator.start(); in startBackgroundAnimation()