Searched refs:previousHeight (Results 1 – 3 of 3) sorted by relevance
320 int previousHeight = getActualHeight(); in setActualHeight() local322 if (previousHeight != actualHeight) { in setActualHeight()
357 int previousHeight = 0; in onLayout() local359 previousHeight = mExpandedChild.getHeight(); in onLayout()362 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()363 mContentHeightAtAnimationStart = previousHeight; in onLayout()
228 val previousHeight = measuredHeight in calculateViewState() constant242 setMeasuredDimension(previousWidth, previousHeight) in calculateViewState()