Searched refs:createHeightAnimator (Results 1 – 4 of 4) sorted by relevance
595 ValueAnimator animator = createHeightAnimator(target, overshootAmount); in flingToHeight()970 ValueAnimator animator = createHeightAnimator(target); in startUnlockHintAnimationPhase1()1019 ValueAnimator animator = createHeightAnimator(getMaxPanelHeight()); in startUnlockHintAnimationPhase2()1034 private ValueAnimator createHeightAnimator(float targetHeight) { in createHeightAnimator() method in PanelViewController1035 return createHeightAnimator(targetHeight, 0.0f /* performOvershoot */); in createHeightAnimator()1044 private ValueAnimator createHeightAnimator(float targetHeight, float overshootAmount) { in createHeightAnimator() method in PanelViewController
58 public static Animator createHeightAnimator( in createHeightAnimator() method in ViewUtils
242 ViewUtils.createHeightAnimator(detailsFrame, nowHeight, nowHeight + heightDiff); in showFullText()
934 ViewUtils.createHeightAnimator( in animateRowChange()968 Animator expandAnimator = ViewUtils.createHeightAnimator(inDetail, 0, mDetailHeight); in animateRowChange()