Searched defs:previousAnimator (Results 1 – 1 of 1) sorted by relevance
345 ValueAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_HEIGHT); in startHeightAnimation() local404 ValueAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_TOP_INSET); in startInsetAnimation() local462 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_ALPHA); in startAlphaAnimation() local536 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_TRANSLATION_Z); in startZTranslationAnimation() local588 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_TRANSLATION_Y); in startYTranslationAnimation() local641 ObjectAnimator previousAnimator = getChildTag(child, TAG_ANIMATOR_SCALE); in startScaleAnimation() local737 private long cancelAnimatorAndGetNewDuration(long duration, ValueAnimator previousAnimator) { in cancelAnimatorAndGetNewDuration()