Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java252 int previousHeight = getActualHeight(); in setActualHeight() local
254 if (previousHeight != actualHeight) { in setActualHeight()
DNotificationContentView.java378 int previousHeight = 0; in onLayout() local
380 previousHeight = mExpandedChild.getHeight(); in onLayout()
383 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()
384 mContentHeightAtAnimationStart = previousHeight; in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt258 val previousHeight = measuredHeight in calculateViewState() constant
272 setMeasuredDimension(previousWidth, previousHeight) in calculateViewState()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DRenderSessionImpl.java212 int previousHeight = mMeasuredScreenHeight; in measureLayout() local
273 mMeasuredScreenWidth != previousWidth || mMeasuredScreenHeight != previousHeight; in measureLayout()