Searched refs:heightAnimator (Results 1 – 5 of 5) sorted by relevance
234 final ValueAnimator heightAnimator = ValueAnimator.ofInt(getHeight(), 0); in closeDrawer() local235 heightAnimator.setDuration(eduTextSlideExitAnimationDuration); in closeDrawer()236 heightAnimator.setInterpolator(TvPipInterpolators.BROWSE); in closeDrawer()237 heightAnimator.addUpdateListener(animator -> { in closeDrawer()242 heightAnimator.addListener(new Animator.AnimatorListener() { in closeDrawer()261 heightAnimator.start(); in closeDrawer()
50 private var heightAnimator: ValueAnimator? = null103 heightAnimator?.cancel()104 heightAnimator =121 heightAnimator = null
178 ValueAnimator heightAnimator = ValueAnimator.ofInt(mContentHeight, contentHeight); in updateForContentDimensions() local179 heightAnimator.addUpdateListener((animation) -> { in updateForContentDimensions()194 as.playTogether(cornerAnimator, heightAnimator, widthAnimator, marginAnimator); in updateForContentDimensions()
133 ObjectAnimator heightAnimator = ObjectAnimator.ofInt(this, HEIGHT_PROPERTY, in animateToTarget() local136 mAnimator.playTogether(widthAnimator, heightAnimator); in animateToTarget()
405 ValueAnimator heightAnimator = getChildTag(view, TAG_ANIMATOR_HEIGHT); in getFinalActualHeight() local406 if (heightAnimator == null) { in getFinalActualHeight()