Searched defs:heightAnimator (Results 1 – 4 of 4) sorted by relevance
133 ObjectAnimator heightAnimator = ObjectAnimator.ofInt(this, HEIGHT_PROPERTY, in animateToTarget() local
234 final ValueAnimator heightAnimator = ValueAnimator.ofInt(getHeight(), 0); in closeDrawer() local
178 ValueAnimator heightAnimator = ValueAnimator.ofInt(mContentHeight, contentHeight); in updateForContentDimensions() local
405 ValueAnimator heightAnimator = getChildTag(view, TAG_ANIMATOR_HEIGHT); in getFinalActualHeight() local