Home
last modified time | relevance | path

Searched refs:matrixValues (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java421 final float[] matrixValues = new float[9]; in create() local
423 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() argument
450 mMatrixValues = matrixValues; in CursorAnchorInfo()
455 hashCode += Arrays.hashCode(matrixValues); in CursorAnchorInfo()
497 final float[] matrixValues = new float[9]; in computeMatrixValues() local
498 newMatrix.getValues(matrixValues); in computeMatrixValues()
499 return matrixValues; in computeMatrixValues()
DInputMethodManager.java704 final float[] matrixValues = (float[]) msg.obj; in handleMessage() local
710 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() local
2864 matrixValues = null; in reportActivityView()
2866 matrixValues = new float[9]; in reportActivityView()
2867 matrix.getValues(matrixValues); in reportActivityView()
[all …]
/frameworks/base/core/java/com/android/internal/view/
DIInputMethodClient.aidl34 void updateActivityViewToScreenMatrix(int bindSequence, in float[] matrixValues); in updateActivityViewToScreenMatrix() argument
DIInputMethodManager.aidl73 in float[] matrixValues); in reportActivityView() argument
/frameworks/base/core/java/android/app/
DActivityTransitionCoordinator.java506 float[] matrixValues = sharedElementBundle.getFloatArray(KEY_IMAGE_MATRIX); in setSharedElementState() local
507 tempMatrix.setValues(matrixValues); in setSharedElementState()
/frameworks/base/services/core/java/com/android/server/inputmethod/
DMultiClientInputMethodManagerService.java1705 float[] matrixValues) { in reportActivityView() argument
DInputMethodManagerService.java3472 float[] matrixValues) { in reportActivityView() argument
3490 if (matrixValues == null) { in reportActivityView()
3516 info.mMatrix.setValues(matrixValues); in reportActivityView()