Searched refs:matrixValues (Results 1 – 7 of 7) sorted by relevance
421 final float[] matrixValues = new float[9]; in create() local423 System.arraycopy(builder.mMatrixValues, 0, matrixValues, 0, 9); in create()425 Matrix.IDENTITY_MATRIX.getValues(matrixValues); in create()432 characterBoundsArray, matrixValues); in create()439 @Nullable SparseRectFArray characterBoundsArray, @NonNull float[] matrixValues) { in CursorAnchorInfo() argument450 mMatrixValues = matrixValues; in CursorAnchorInfo()455 hashCode += Arrays.hashCode(matrixValues); in CursorAnchorInfo()497 final float[] matrixValues = new float[9]; in computeMatrixValues() local498 newMatrix.getValues(matrixValues); in computeMatrixValues()499 return matrixValues; in computeMatrixValues()
704 final float[] matrixValues = (float[]) msg.obj; in handleMessage() local710 if (matrixValues == null || mActivityViewToScreenMatrix == null) { in handleMessage()720 if (Arrays.equals(currentValues, matrixValues)) { in handleMessage()723 mActivityViewToScreenMatrix.setValues(matrixValues); in handleMessage()838 public void updateActivityViewToScreenMatrix(int bindSequence, float[] matrixValues) {840 matrixValues).sendToTarget();2862 final float[] matrixValues; in reportActivityView() local2864 matrixValues = null; in reportActivityView()2866 matrixValues = new float[9]; in reportActivityView()2867 matrix.getValues(matrixValues); in reportActivityView()[all …]
34 void updateActivityViewToScreenMatrix(int bindSequence, in float[] matrixValues); in updateActivityViewToScreenMatrix() argument
73 in float[] matrixValues); in reportActivityView() argument
506 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX); in setSharedElementState() local507 tempMatrix.setValues(matrixValues); in setSharedElementState()
1705 float[] matrixValues) { in reportActivityView() argument
3472 float[] matrixValues) { in reportActivityView() argument3490 if (matrixValues == null) { in reportActivityView()3516 info.mMatrix.setValues(matrixValues); in reportActivityView()