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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java74 private static final int TAG_START_HEIGHT = R.id.height_animator_start_value_tag; field in class:StackStateAnimator
389 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT);
405 child.setTag(TAG_START_HEIGHT, newStartValue);
436 child.setTag(TAG_START_HEIGHT, null);
442 child.setTag(TAG_START_HEIGHT, child.getActualHeight());

Completed in 24 milliseconds