Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java142 int otherWidth = otherState.getViewWidth(); in transformViewFrom() local
143 boolean differentWidth = otherWidth != viewWidth && otherWidth != 0 && viewWidth != 0; in transformViewFrom()
170 setTransformationStartScaleX(otherWidth * otherView.getScaleX() in transformViewFrom()