Searched refs:TRANSFORM_ALL (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | TransformState.java | 43 public static final int TRANSFORM_ALL = TRANSFORM_X | TRANSFORM_Y; field in TransformState 113 transformViewFrom(otherState, TRANSFORM_ALL, null, transformationAmount); in transformViewFullyFrom() 119 transformViewFrom(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyFrom() 277 transformViewTo(otherState, TRANSFORM_ALL, null, transformationAmount); in transformViewFullyTo() 283 transformViewTo(otherState, TRANSFORM_ALL, customTransformation, transformationAmount); in transformViewFullyTo()
|