Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java190 setTransformationStartScaleY(otherContentHeight * otherView.getScaleY() in transformViewFrom()
194 setTransformationStartScaleY(UNDEFINED); in transformViewFrom()
205 setTransformationStartScaleY(UNDEFINED); in transformViewFrom()
356 setTransformationStartScaleY(transformedView.getScaleY()); in transformViewTo()
359 setTransformationStartScaleY(UNDEFINED); in transformViewTo()
554 private void setTransformationStartScaleY(float startScaleY) { in setTransformationStartScaleY() method in TransformState