Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/
DTextViewPopulateCharacterBoundsTest.java97 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_LTR()
126 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_LTR_multiline()
156 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_LTR_newline()
189 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_RTL()
218 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_RTL_multiline()
248 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_RTL_newline()
282 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_BiDi()
315 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_BiDi_multiline()
351 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_charactersWithInvisibleRegion()
389 builder.setMatrix(Matrix.IDENTITY_MATRIX); in testPopulateCharacterBounds_withinRange()
/frameworks/libs/systemui/weathereffects/graphics/src/main/java/com/google/android/wallpaper/weathereffects/graphics/utils/
DMatrixUtils.kt30 return Matrix(Matrix.IDENTITY_MATRIX).apply { in centerCropMatrix()
/frameworks/layoutlib/bridge/src/android/view/accessibility/
DAccessibilityManager_Delegate.java37 Matrix.IDENTITY_MATRIX.getValues(matrix); in getWindowTransformationSpec()
/frameworks/base/core/java/android/transition/
DChangeImageTransform.java177 NULL_MATRIX_EVALUATOR, Matrix.IDENTITY_MATRIX, Matrix.IDENTITY_MATRIX); in createNullAnimator()
DChangeTransform.java275 startMatrix = Matrix.IDENTITY_MATRIX; in createTransformAnimator()
279 endMatrix = Matrix.IDENTITY_MATRIX; in createTransformAnimator()
/frameworks/base/core/tests/coretests/src/android/view/contentcapture/
DViewNodeTest.java87 mViewStructure.setTransformation(Matrix.IDENTITY_MATRIX); in testUnsupportedProperties()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/utils/
DCoordinateTransformsTest.java68 assertThat(mMatrix, is(Matrix.IDENTITY_MATRIX)); in transformPhysicalToLogicalCoordinates_rot0()
98 assertThat(mMatrix, is(Matrix.IDENTITY_MATRIX)); in transformLogicalToPhysicalCoordinates_rot0()
/frameworks/base/services/core/java/com/android/server/wm/
DSeamlessRotator.java120 t.setMatrix(sc, Matrix.IDENTITY_MATRIX, mFloat9); in setIdentityMatrix()
DAccessibilityWindowsPopulator.java500 Matrix.IDENTITY_MATRIX.getValues(IdentityMatrixValues); in selectProperMagnificationSpecByComparingIdentityDegree()
DTask.java6248 getSyncTransaction().setMatrix(mSurfaceControl, Matrix.IDENTITY_MATRIX, new float[9])
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/binder/
DKeyguardSurfaceBehindParamsApplier.kt187 matrix.set(Matrix.IDENTITY_MATRIX) in <lambda>()
/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java430 (matrix != null ? matrix : Matrix.IDENTITY_MATRIX).getValues(mMatrixValues); in setMatrix()
548 Matrix.IDENTITY_MATRIX.getValues(matrixValues); in create()
/frameworks/base/graphics/java/android/graphics/pdf/
DPdfEditor.java143 transform = Matrix.IDENTITY_MATRIX; in setTransformAndClip()
/frameworks/base/core/tests/coretests/src/android/view/
DWindowInfoTest.java171 Matrix.IDENTITY_MATRIX.getValues(windowInfo.mTransformMatrix); in initTestWindowInfo()
/frameworks/base/core/java/android/window/
DPictureInPictureSurfaceTransaction.java75 Matrix.IDENTITY_MATRIX.getValues(mFloat9); in PictureInPictureSurfaceTransaction()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip2/
DPipSurfaceTransactionHelper.java217 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, mTmpFloat9) in resetScale()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipSurfaceTransactionHelper.java220 tx.setMatrix(leash, Matrix.IDENTITY_MATRIX, mTmpFloat9) in resetScale()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorController.kt263 val matrix = ghostView?.animationMatrix ?: Matrix.IDENTITY_MATRIX in onTransitionAnimationStart()
/frameworks/base/graphics/java/android/graphics/
DMatrix.java51 public final static Matrix IDENTITY_MATRIX = new Matrix() { field in Matrix
/frameworks/base/graphics/java/android/graphics/drawable/
DBitmapDrawable.java607 shader.setLocalMatrix(Matrix.IDENTITY_MATRIX); in updateShaderMatrix()
/frameworks/base/core/java/android/widget/
DImageView.java909 return new Matrix(Matrix.IDENTITY_MATRIX);
/frameworks/base/core/java/android/view/
DMotionEvent.java4167 return new Matrix(Matrix.IDENTITY_MATRIX); in createRotateMatrix()
DView.java27271 m.set(Matrix.IDENTITY_MATRIX); in toGlobalMotionEvent()
27293 m.set(Matrix.IDENTITY_MATRIX); in toLocalMotionEvent()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt16340 field @NonNull public static final android.graphics.Matrix IDENTITY_MATRIX;