Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DTransformState.java142 int otherContentHeight = otherState.getContentHeight(); in transformViewFrom() local
143 boolean differentHeight = otherContentHeight != ownContentHeight in transformViewFrom()
144 && otherContentHeight != 0 && ownContentHeight != 0; in transformViewFrom()
190 setTransformationStartScaleY(otherContentHeight * otherView.getScaleY() in transformViewFrom()