Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DTransformState.java287 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
DMessagingLayoutTransformState.java70 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/
DViewTransformationHelper.java150 ownState.transformViewTo(otherState, transformationAmount); in transformTo()