Home
last modified time | relevance | path

Searched refs:IDENTITY_MATRIX (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/core/java/android/transition/
H A DChangeImageTransform.java173 NULL_MATRIX_EVALUATOR, Matrix.IDENTITY_MATRIX, Matrix.IDENTITY_MATRIX); in createNullAnimator()
H A DChangeTransform.java272 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 DCoordinateTransformsTest.java67 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 DCursorAnchorInfo.java367 (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 DViewNodeTest.java86 structure.setTransformation(Matrix.IDENTITY_MATRIX); in testUnsupportedProperties()
/aosp12/frameworks/base/core/java/android/window/
H A DPictureInPictureSurfaceTransaction.java69 Matrix.IDENTITY_MATRIX.getValues(mFloat9); in PictureInPictureSurfaceTransaction()
/aosp12/frameworks/base/graphics/java/android/graphics/pdf/
H A DPdfEditor.java135 transform = Matrix.IDENTITY_MATRIX; in setTransformAndClip()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
H A DPipSurfaceTransactionHelper.java175 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, mTmpFloat9) in resetScale()
H A DPipTransition.java299 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, new float[9]) in startEnterAnimation()
/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt170 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java48 public final static Matrix IDENTITY_MATRIX = new Matrix() { field in Matrix
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DBitmapDrawable.java600 shader.setLocalMatrix(Matrix.IDENTITY_MATRIX); in updateShaderMatrix()
/aosp12/frameworks/base/core/java/android/widget/
H A DImageView.java907 return new Matrix(Matrix.IDENTITY_MATRIX);
/aosp12/frameworks/layoutlib/bridge/src/android/graphics/drawable/
H A DVectorDrawable_Delegate.java1122 …drawGroupTree(VNativeObject.getDelegate(mRootGroupPtr), Matrix.IDENTITY_MATRIX, canvasPtr, w, h, f… in draw()
/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java3820 return new Matrix(Matrix.IDENTITY_MATRIX); in createRotateMatrix()
H A DView.java25070 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 DTask.java1953 .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 Dcurrent.txt15488 field @NonNull public static final android.graphics.Matrix IDENTITY_MATRIX;