Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableOutlineView.java255 int previousHeight = getActualHeight(); in setActualHeight() local
257 if (previousHeight != actualHeight) { in setActualHeight()
H A DNotificationContentView.java362 int previousHeight = 0; in onLayout() local
364 previousHeight = mExpandedChild.getHeight(); in onLayout()
367 if (previousHeight != 0 && mExpandedChild.getHeight() != previousHeight) { in onLayout()
368 mContentHeightAtAnimationStart = previousHeight; in onLayout()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/animation/
H A DTransitionLayout.kt258 val previousHeight = measuredHeight regex
272 setMeasuredDimension(previousWidth, previousHeight)