Searched refs:transformViewTo (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 287 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() method in TransformState 304 transformViewTo(otherState, TRANSFORM_ALL, null, transformationAmount); in transformViewFullyTo() 310 transformViewTo(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyTo() 316 transformViewTo(otherState, TRANSFORM_Y, customTransformation, transformationAmount); in transformViewVerticalTo() 320 transformViewTo(otherState, TRANSFORM_Y, null, transformationAmount); in transformViewVerticalTo() 323 private void transformViewTo(TransformState otherState, int transformationFlags, in transformViewTo() method in TransformState
|
D | MessagingLayoutTransformState.java | 70 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() method in MessagingLayoutTransformState 77 return super.transformViewTo(otherState, transformationAmount); in transformViewTo() 334 ownState.transformViewTo(otherState, transformationAmount); in transformView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | ViewTransformationHelper.java | 150 ownState.transformViewTo(otherState, transformationAmount); in transformTo()
|