Searched refs:previousHeight (Results 1 – 4 of 4) sorted by relevance
252 int previousHeight = getActualHeight(); in setActualHeight() local254 if (previousHeight != actualHeight) { in setActualHeight()
378 int previousHeight = 0; in onLayout() local380 previousHeight = mExpandedChild.getHeight(); in onLayout()383 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()384 mContentHeightAtAnimationStart = previousHeight; in onLayout()
258 val previousHeight = measuredHeight in calculateViewState() constant272 setMeasuredDimension(previousWidth, previousHeight) in calculateViewState()
212 int previousHeight = mMeasuredScreenHeight; in measureLayout() local273 mMeasuredScreenWidth != previousWidth || mMeasuredScreenHeight != previousHeight; in measureLayout()