Searched refs:TAG_START_HEIGHT (Results 1 – 1 of 1) sorted by relevance
39 private static final int TAG_START_HEIGHT = R.id.height_animator_start_value_tag; field in ExpandableViewState223 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()