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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java68 private static final int TAG_END_HEIGHT = R.id.height_animator_end_value_tag; field in class:StackStateAnimator
390 Integer previousEndValue = getChildTag(child, TAG_END_HEIGHT);
406 child.setTag(TAG_END_HEIGHT, newEndValue);
437 child.setTag(TAG_END_HEIGHT, null);
443 child.setTag(TAG_END_HEIGHT, newEndValue);
969 return getChildTag(view, TAG_END_HEIGHT);

Completed in 34 milliseconds