Searched refs:heightAnimator (Results 1 – 5 of 5) sorted by relevance
235 final ValueAnimator heightAnimator = ValueAnimator.ofInt(getHeight(), 0); in closeDrawer() local236 heightAnimator.setDuration(eduTextSlideExitAnimationDuration); in closeDrawer()237 heightAnimator.setInterpolator(TvPipInterpolators.BROWSE); in closeDrawer()238 heightAnimator.addUpdateListener(animator -> { in closeDrawer()243 heightAnimator.addListener(new Animator.AnimatorListener() { in closeDrawer()262 heightAnimator.start(); in closeDrawer()
51 private var heightAnimator: ValueAnimator? = null in <lambda>() variable in com.android.systemui.media.controls.ui.drawable.SquigglyProgress104 heightAnimator?.cancel() in <lambda>()105 heightAnimator = in <lambda>()122 heightAnimator = null in <lambda>()
178 ValueAnimator heightAnimator = ValueAnimator.ofInt(mContentHeight, contentHeight); in updateForContentDimensions() local179 heightAnimator.addUpdateListener((animation) -> { in updateForContentDimensions()194 as.playTogether(cornerAnimator, heightAnimator, widthAnimator, marginAnimator); in updateForContentDimensions()
147 ObjectAnimator heightAnimator = ObjectAnimator.ofInt(this, HEIGHT_PROPERTY, in animateToTarget() local150 mAnimator.playTogether(widthAnimator, heightAnimator); in animateToTarget()
402 ValueAnimator heightAnimator = getChildTag(view, TAG_ANIMATOR_HEIGHT); in getFinalActualHeight() local403 if (heightAnimator == null) { in getFinalActualHeight()