HomeSort by relevance Sort by last modified time
    Searched full:backgroundanimator (Results 1 - 1 of 1) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/detail/
CarouselTab.java 79 final ViewPropertyAnimator backgroundAnimator = mLabelBackgroundView.animate();
81 backgroundAnimator.alpha(1.0f);
82 backgroundAnimator.setStartDelay(startDelay);
83 backgroundAnimator.setDuration(FADE_TRANSITION_TIME);

Completed in 49 milliseconds