Searched refs:previousEndValue (Results 1 – 1 of 1) sorted by relevance
340 Integer previousEndValue = getChildTag(child, TAG_END_HEIGHT); in startHeightAnimation() local342 if (previousEndValue != null && previousEndValue == newEndValue) { in startHeightAnimation()352 int relativeDiff = newEndValue - previousEndValue; in startHeightAnimation()399 Integer previousEndValue = getChildTag(child, TAG_END_TOP_INSET); in startInsetAnimation() local401 if (previousEndValue != null && previousEndValue == newEndValue) { in startInsetAnimation()411 int relativeDiff = newEndValue - previousEndValue; in startInsetAnimation()457 Float previousEndValue = getChildTag(child,TAG_END_ALPHA); in startAlphaAnimation() local459 if (previousEndValue != null && previousEndValue == newEndValue) { in startAlphaAnimation()469 float relativeDiff = newEndValue - previousEndValue; in startAlphaAnimation()531 Float previousEndValue = getChildTag(child,TAG_END_TRANSLATION_Z); in startZTranslationAnimation() local[all …]