Searched refs:TAG_END_TRANSLATION_Z (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java65 private static final int TAG_END_TRANSLATION_Z = R.id.translation_z_animator_end_value_tag; field in class:StackStateAnimator
581 Float previousEndValue = getChildTag(child,TAG_END_TRANSLATION_Z);
597 child.setTag(TAG_END_TRANSLATION_Z, newEndValue);
621 child.setTag(TAG_END_TRANSLATION_Z, null);
627 child.setTag(TAG_END_TRANSLATION_Z, newEndValue);

Completed in 173 milliseconds