Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java217 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() method in TransformState
234 transformViewTo(otherState, TRANSFORM_ALL, null, transformationAmount); in transformViewFullyTo()
240 transformViewTo(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyTo()
246 transformViewTo(otherState, TRANSFORM_Y, customTransformation, transformationAmount); in transformViewVerticalTo()
250 transformViewTo(otherState, TRANSFORM_Y, null, transformationAmount); in transformViewVerticalTo()
253 private void transformViewTo(TransformState otherState, int transformationFlags, in transformViewTo() method in TransformState
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java117 ownState.transformViewTo(otherState, transformationAmount); in transformTo()