/aosp12/frameworks/base/core/java/android/transition/ |
H A D | ChangeImageTransform.java | 173 NULL_MATRIX_EVALUATOR, Matrix.IDENTITY_MATRIX, Matrix.IDENTITY_MATRIX); in createNullAnimator()
|
H A D | ChangeTransform.java | 272 startMatrix = Matrix.IDENTITY_MATRIX; in createTransformAnimator() 276 endMatrix = Matrix.IDENTITY_MATRIX; in createTransformAnimator()
|
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/ |
H A D | CoordinateTransformsTest.java | 67 assertThat(mMatrix, is(Matrix.IDENTITY_MATRIX)); in transformPhysicalToLogicalCoordinates_rot0() 97 assertThat(mMatrix, is(Matrix.IDENTITY_MATRIX)); in transformLogicalToPhysicalCoordinates_rot0()
|
/aosp12/frameworks/base/core/java/android/view/inputmethod/ |
H A D | CursorAnchorInfo.java | 367 (matrix != null ? matrix : Matrix.IDENTITY_MATRIX).getValues(mMatrixValues); in setMatrix() 432 Matrix.IDENTITY_MATRIX.getValues(mMatrixValues); in CursorAnchorInfo()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/contentcapture/ |
H A D | ViewNodeTest.java | 86 structure.setTransformation(Matrix.IDENTITY_MATRIX); in testUnsupportedProperties()
|
/aosp12/frameworks/base/core/java/android/window/ |
H A D | PictureInPictureSurfaceTransaction.java | 69 Matrix.IDENTITY_MATRIX.getValues(mFloat9); in PictureInPictureSurfaceTransaction()
|
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/ |
H A D | PdfEditor.java | 135 transform = Matrix.IDENTITY_MATRIX; in setTransformAndClip()
|
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/ |
H A D | PipSurfaceTransactionHelper.java | 175 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, mTmpFloat9) in resetScale()
|
H A D | PipTransition.java | 299 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, new float[9]) in startEnterAnimation()
|
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/ |
H A D | GhostedViewLaunchAnimatorController.kt | 170 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX
|
/aosp12/frameworks/base/graphics/java/android/graphics/ |
H A D | Matrix.java | 48 public final static Matrix IDENTITY_MATRIX = new Matrix() { field in Matrix
|
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/ |
H A D | BitmapDrawable.java | 600 shader.setLocalMatrix(Matrix.IDENTITY_MATRIX); in updateShaderMatrix()
|
/aosp12/frameworks/base/core/java/android/widget/ |
H A D | ImageView.java | 907 return new Matrix(Matrix.IDENTITY_MATRIX);
|
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/ |
H A D | VectorDrawable_Delegate.java | 1122 …drawGroupTree(VNativeObject.getDelegate(mRootGroupPtr), Matrix.IDENTITY_MATRIX, canvasPtr, w, h, f… in draw()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 3820 return new Matrix(Matrix.IDENTITY_MATRIX); in createRotateMatrix()
|
H A D | View.java | 25070 m.set(Matrix.IDENTITY_MATRIX); in toGlobalMotionEvent() 25092 m.set(Matrix.IDENTITY_MATRIX); in toLocalMotionEvent()
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | Task.java | 1953 .setMatrix(mSurfaceControl, Matrix.IDENTITY_MATRIX, new float[9]); in onConfigurationChangedInner() 6034 getPendingTransaction().setMatrix(mSurfaceControl, Matrix.IDENTITY_MATRIX, new float[9])
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 15488 field @NonNull public static final android.graphics.Matrix IDENTITY_MATRIX;
|