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.java260 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() method in TransformState
277 transformViewTo(otherState, TRANSFORM_ALL, null, transformationAmount); in transformViewFullyTo()
283 transformViewTo(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyTo()
289 transformViewTo(otherState, TRANSFORM_Y, customTransformation, transformationAmount); in transformViewVerticalTo()
293 transformViewTo(otherState, TRANSFORM_Y, null, transformationAmount); in transformViewVerticalTo()
296 private void transformViewTo(TransformState otherState, int transformationFlags, in transformViewTo() method in TransformState
DMessagingLayoutTransformState.java68 public boolean transformViewTo(TransformState otherState, float transformationAmount) { in transformViewTo() method in MessagingLayoutTransformState
75 return super.transformViewTo(otherState, transformationAmount); in transformViewTo()
298 ownState.transformViewTo(otherState, transformationAmount); in transformView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DViewTransformationHelper.java119 ownState.transformViewTo(otherState, transformationAmount); in transformTo()