Searched refs:mShadowAnimator (Results 1 – 1 of 1) sorted by relevance
99 private ObjectAnimator mShadowAnimator; field in PreviewBackground291 if (mShadowAnimator != null) { in fadeInBackgroundShadow()292 mShadowAnimator.cancel(); in fadeInBackgroundShadow()294 mShadowAnimator = ObjectAnimator in fadeInBackgroundShadow()297 mShadowAnimator.addListener(new AnimatorListenerAdapter() { in fadeInBackgroundShadow()300 mShadowAnimator = null; in fadeInBackgroundShadow()303 mShadowAnimator.start(); in fadeInBackgroundShadow()