Searched refs:showUpAnimator (Results 1 – 2 of 2) sorted by relevance
153 final Animator showUpAnimator = createShowUpAnimator(key, keyPreviewView); in showKeyPreview() local156 showUpAnimator, dismissAnimator); in showKeyPreview()162 final Animator showUpAnimator = mParams.createShowUpAnimator(keyPreviewView); in createShowUpAnimator() local163 showUpAnimator.addListener(new AnimatorListenerAdapter() { in createShowUpAnimator()169 return showUpAnimator; in createShowUpAnimator()187 public KeyPreviewAnimators(final Animator showUpAnimator, final Animator dismissAnimator) { in KeyPreviewAnimators() argument188 mShowUpAnimator = showUpAnimator; in KeyPreviewAnimators()
156 final AnimatorSet showUpAnimator = new AnimatorSet(); in createShowUpAnimator() local157 showUpAnimator.play(scaleXAnimator).with(scaleYAnimator); in createShowUpAnimator()158 showUpAnimator.setDuration(mShowUpDuration); in createShowUpAnimator()159 showUpAnimator.setInterpolator(DECELERATE_INTERPOLATOR); in createShowUpAnimator()160 return showUpAnimator; in createShowUpAnimator()