Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java141 int ownContentHeight = getContentHeight(); in transformViewFrom() local
143 boolean differentHeight = otherContentHeight != ownContentHeight in transformViewFrom()
144 && otherContentHeight != 0 && ownContentHeight != 0; in transformViewFrom()
191 / (float) ownContentHeight); in transformViewFrom()