Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java38 private static final int TAG_END_HEIGHT = R.id.height_animator_end_value_tag; field in ExpandableViewState
243 Integer previousEndValue = getChildTag(child, TAG_END_HEIGHT); in startHeightAnimation()
260 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()
298 child.setTag(TAG_END_HEIGHT, null); in startHeightAnimation()
319 child.setTag(TAG_END_HEIGHT, newEndValue); in startHeightAnimation()
409 return getChildTag(view, TAG_END_HEIGHT); in getFinalActualHeight()