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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DViewState.java60 private static final int TAG_END_TRANSLATION_Z = R.id.translation_z_animator_end_value_tag; field in class:ViewState
413 Float previousEndValue = getChildTag(child,TAG_END_TRANSLATION_Z);
430 child.setTag(TAG_END_TRANSLATION_Z, newEndValue);
458 child.setTag(TAG_END_TRANSLATION_Z, null);
464 child.setTag(TAG_END_TRANSLATION_Z, newEndValue);
672 return getChildTag(view, TAG_END_TRANSLATION_Z);

Completed in 52 milliseconds