Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/inputmethod/
DCursorAnchorInfo.java112 private final float[] mMatrixValues; field in CursorAnchorInfo
144 mMatrixValues = source.createFloatArray(); in CursorAnchorInfo()
166 dest.writeFloatArray(mMatrixValues); in writeToParcel()
228 if (mMatrixValues.length != that.mMatrixValues.length) { in equals()
231 for (int i = 0; i < mMatrixValues.length; ++i) { in equals()
232 if (mMatrixValues[i] != that.mMatrixValues[i]) { in equals()
251 + " mMatrix=" + Arrays.toString(mMatrixValues) in toString()
269 private float[] mMatrixValues = null; field in CursorAnchorInfo.Builder
364 if (mMatrixValues == null) { in setMatrix()
365 mMatrixValues = new float[9]; in setMatrix()
[all …]
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt80160 Landroid/view/inputmethod/CursorAnchorInfo$Builder;->mMatrixValues:[F
80174 Landroid/view/inputmethod/CursorAnchorInfo;->mMatrixValues:[F