Searched refs:heightAnimator (Results 1 – 2 of 2) sorted by relevance
116 ObjectAnimator heightAnimator = ObjectAnimator.ofInt(this, HEIGHT_PROPERTY, in animateToTarget() local119 mAnimator.playTogether(widthAnimator, heightAnimator); in animateToTarget()
1017 ValueAnimator heightAnimator = getChildTag(view, TAG_ANIMATOR_HEIGHT); in getFinalActualHeight() local1018 if (heightAnimator == null) { in getFinalActualHeight()