Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableOutlineView.java320 int previousHeight = getActualHeight(); in setActualHeight() local
322 if (previousHeight != actualHeight) { in setActualHeight()
DNotificationContentView.java357 int previousHeight = 0; in onLayout() local
359 previousHeight = mExpandedChild.getHeight(); in onLayout()
362 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()
363 mContentHeightAtAnimationStart = previousHeight; in onLayout()
/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
DTransitionLayout.kt228 val previousHeight = measuredHeight in calculateViewState() constant
242 setMeasuredDimension(previousWidth, previousHeight) in calculateViewState()