Searched refs:getMatrix (Results 51 - 62 of 62) sorted by last modified time

123

/frameworks/base/core/java/android/view/
H A DViewGroup.java5174 Matrix childMatrix = child.getMatrix();
5199 transformMatrix.set(t.getMatrix());
5245 Matrix m = view.getMatrix();
5362 if (!child.getMatrix().isIdentity()) {
5407 if (!getMatrix().isIdentity()) {
5548 child.getMatrix().mapRect(rect);
5562 child.getMatrix().mapPoints(position);
H A DViewOverlay.java329 if (!child.getMatrix().isIdentity()) {
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java1028 transformation.getMatrix().mapRect(invalidate);
H A DRotateAnimation.java171 t.getMatrix().setRotate(degrees);
173 t.getMatrix().setRotate(degrees, mPivotX * scale, mPivotY * scale);
H A DScaleAnimation.java254 t.getMatrix().setScale(sx, sy);
256 t.getMatrix().setScale(sx, sy, scale * mPivotX, scale * mPivotY);
H A DTransformation.java107 mMatrix.set(t.getMatrix());
124 mMatrix.preConcat(t.getMatrix());
143 mMatrix.postConcat(t.getMatrix());
159 public Matrix getMatrix() { method in class:Transformation
H A DTranslateAnimation.java167 t.getMatrix().setTranslate(dx, dy);
H A DTranslateXAnimation.java50 Matrix m = t.getMatrix();
53 t.getMatrix().setTranslate(dx, mTmpValues[Matrix.MTRANS_Y]);
H A DTranslateYAnimation.java50 Matrix m = t.getMatrix();
53 t.getMatrix().setTranslate(mTmpValues[Matrix.MTRANS_X], dy);
/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java483 * be transformed with {@link #getMatrix()} when rendered on the screen.
495 * will be transformed with {@link #getMatrix()} when rendered on the screen.
505 * that will be transformed with {@link #getMatrix()} when rendered on the screen.
515 * that will be transformed with {@link #getMatrix()} when rendered on the screen.
553 public Matrix getMatrix() { method in class:CursorAnchorInfo
/frameworks/base/core/java/android/widget/
H A DEditor.java1035 if (!view.getMatrix().isIdentity()) {
1036 view.getMatrix().mapPoints(position);
3907 mViewToScreenMatrix.set(mTextView.getMatrix());
H A DStackView.java1360 mView.getMatrix().mapRect(invalidateRectf);

Completed in 168 milliseconds

123