Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java145 int ownContentWidth = getContentWidth(); in transformViewFrom() local
147 boolean differentWidth = otherContentWidth != ownContentWidth in transformViewFrom()
148 && otherContentWidth != 0 && ownContentWidth != 0; in transformViewFrom()
184 / (float) ownContentWidth); in transformViewFrom()
333 int ownContentWidth = getContentWidth(); in transformViewTo() local
349 if (transformScale && otherContentWidth != ownContentWidth) { in transformViewTo()
410 (otherContentWidth / (float) ownContentWidth), in transformViewTo()