Home
last modified time | relevance | path

Searched refs:mBackgroundAnimator (Results 1 – 1 of 1) 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()