Searched refs:previousHeight (Results 1 – 1 of 1) sorted by relevance
272 int previousHeight = 0; in onLayout() local274 previousHeight = mExpandedChild.getHeight(); in onLayout()277 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()278 mContentHeightAtAnimationStart = previousHeight; in onLayout()