Home
last modified time | relevance | path

Searched refs:previousEndValue (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java340 Integer previousEndValue = getChildTag(child, TAG_END_HEIGHT); in startHeightAnimation() local
342 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() local
401 if (previousEndValue != null && previousEndValue == newEndValue) { in startInsetAnimation()
411 int relativeDiff = newEndValue - previousEndValue; in startInsetAnimation()
457 Float previousEndValue = getChildTag(child,TAG_END_ALPHA); in startAlphaAnimation() local
459 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 …]