Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java37 private static final int TAG_END_HEIGHT = R.id.height_animator_end_value_tag; field in ExpandableViewState
224 Integer previousEndValue = getChildTag(child, TAG_END_HEIGHT); in startHeightAnimation()
241 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()
279 child.setTag(TAG_END_HEIGHT, null); in startHeightAnimation()
300 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()
379 return getChildTag(view, TAG_END_HEIGHT); in getFinalActualHeight()