Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java146 int otherContentWidth = otherState.getContentWidth(); in transformViewFrom() local
147 boolean differentWidth = otherContentWidth != ownContentWidth in transformViewFrom()
148 && otherContentWidth != 0 && ownContentWidth != 0; in transformViewFrom()
183 setTransformationStartScaleX(otherContentWidth * otherView.getScaleX() in transformViewFrom()
334 int otherContentWidth = otherState.getContentWidth(); in transformViewTo() local
349 if (transformScale && otherContentWidth != ownContentWidth) { in transformViewTo()
410 (otherContentWidth / (float) ownContentWidth), in transformViewTo()