Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DExpandableViewState.java39 private static final int TAG_START_HEIGHT = R.id.height_animator_start_value_tag; field in ExpandableViewState
223 Integer previousStartValue = getChildTag(child, TAG_START_HEIGHT); in startHeightAnimation()
240 child.setTag(TAG_START_HEIGHT, newStartValue); in startHeightAnimation()
278 child.setTag(TAG_START_HEIGHT, null); in startHeightAnimation()
299 child.setTag(TAG_START_HEIGHT, child.getActualHeight()); in startHeightAnimation()