Home
last modified time | relevance | path

Searched refs:mMatrixValues (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java124 private final float[] mMatrixValues; field in CursorAnchorInfo
170 mMatrixValues = source.createFloatArray(); in CursorAnchorInfo()
195 dest.writeFloatArray(mMatrixValues); in writeToParcel()
267 if (mMatrixValues.length != that.mMatrixValues.length) { in equals()
270 for (int i = 0; i < mMatrixValues.length; ++i) { in equals()
271 if (mMatrixValues[i] != that.mMatrixValues[i]) { in equals()
297 + " mMatrix=" + Arrays.toString(mMatrixValues) in toString()
318 private float[] mMatrixValues = null; field in CursorAnchorInfo.Builder
427 if (mMatrixValues == null) { in setMatrix()
428 mMatrixValues = new float[9]; in setMatrix()
[all …]
DTextBoundsInfo.java159 private final float[] mMatrixValues; field in TextBoundsInfo
177 matrix.setValues(mMatrixValues); in getMatrix()
898 dest.writeFloatArray(mMatrixValues); in writeToParcel()
915 mMatrixValues = Objects.requireNonNull(source.createFloatArray()); in TextBoundsInfo()
938 mMatrixValues = Arrays.copyOf(builder.mMatrixValues, 9); in TextBoundsInfo()
998 private final float[] mMatrixValues = new float[9]; field in TextBoundsInfo.Builder
1043 Objects.requireNonNull(matrix).getValues(mMatrixValues); in setMatrix()
/frameworks/base/core/java/android/view/
DRemoteAccessibilityController.java34 private final float[] mMatrixValues = new float[9]; field in RemoteAccessibilityController
166 m.getValues(mMatrixValues); in setWindowMatrix()
167 wrapper.getConnection().setWindowMatrix(mMatrixValues); in setWindowMatrix()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt59748 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mMatrixValues:[F
59762 Landroid/view/inputmethod/CursorAnchorInfo;->mMatrixValues:[F