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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java62 private static final int TAG_END_HEIGHT = R.id.height_animator_end_value_tag; field in class:StackStateAnimator
340 Integer previousEndValue = getChildTag(child, TAG_END_HEIGHT);
356 child.setTag(TAG_END_HEIGHT, newEndValue);
387 child.setTag(TAG_END_HEIGHT, null);
393 child.setTag(TAG_END_HEIGHT, newEndValue);
883 return getChildTag(view, TAG_END_HEIGHT);

Completed in 40 milliseconds