Searched refs:IDENTITY_MATRIX (Results 1 – 13 of 13) sorted by relevance
179 startMatrix = Matrix.IDENTITY_MATRIX; in createAnimator()182 endMatrix = Matrix.IDENTITY_MATRIX; in createAnimator()
269 startMatrix = Matrix.IDENTITY_MATRIX; in createTransformAnimator()273 endMatrix = Matrix.IDENTITY_MATRIX; in createTransformAnimator()
51 public static final float[] IDENTITY_MATRIX = new float[] { field in NightModeController179 float[] values = scaleValues(IDENTITY_MATRIX, NIGHT_VALUES, mAdjustTint ? mAmount : 0); in updateCurrentMatrix()
366 (matrix != null ? matrix : Matrix.IDENTITY_MATRIX).getValues(mMatrixValues); in setMatrix()431 Matrix.IDENTITY_MATRIX.getValues(mMatrixValues); in CursorAnchorInfo()
90 Matrix TRANSFORM_MATRIX = new Matrix(Matrix.IDENTITY_MATRIX); in testBuilder()194 assertEquals(Matrix.IDENTITY_MATRIX, uninitializedInfo.getMatrix()); in testBuilder()399 Matrix TRANSFORM_MATRIX = new Matrix(Matrix.IDENTITY_MATRIX); in testMatrixIsRequired()
123 transform = Matrix.IDENTITY_MATRIX; in setTransformAndClip()
127 customValues = NightModeController.toString(NightModeController.IDENTITY_MATRIX); in onCreate()
487 shader.setLocalMatrix(Matrix.IDENTITY_MATRIX); in onBoundsChange()559 shader.setLocalMatrix(Matrix.IDENTITY_MATRIX); in draw()
38 public final static Matrix IDENTITY_MATRIX = new Matrix() { field in Matrix
907 private static final Matrix IDENTITY_MATRIX = new Matrix(); field in VectorDrawableCompat.VPathRenderer994 drawGroupTree(mRootGroup, IDENTITY_MATRIX, canvas, w, h, filter); in draw()
770 return new Matrix(Matrix.IDENTITY_MATRIX); in getImageMatrix()
1074 drawGroupTree(mRootGroup, Matrix.IDENTITY_MATRIX, canvasPtr, w, h, filterPtr); in draw()
19017 m.set(Matrix.IDENTITY_MATRIX); in toGlobalMotionEvent()19038 m.set(Matrix.IDENTITY_MATRIX); in toLocalMotionEvent()