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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java69 private static final int TAG_END_TOP_INSET = R.id.top_inset_animator_end_value_tag; field in class:StackStateAnimator
449 Integer previousEndValue = getChildTag(child, TAG_END_TOP_INSET);
465 child.setTag(TAG_END_TOP_INSET, newEndValue);
495 child.setTag(TAG_END_TOP_INSET, null);
501 child.setTag(TAG_END_TOP_INSET, newEndValue);

Completed in 28 milliseconds