Searched defs:mMatrixValues (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/view/inputmethod/
H A DCursorAnchorInfo.java111 private final float[] mMatrixValues; field in class:CursorAnchorInfo
143 mMatrixValues = source.createFloatArray();
165 dest.writeFloatArray(mMatrixValues);
227 if (mMatrixValues.length != that.mMatrixValues.length) {
230 for (int i = 0; i < mMatrixValues.length; ++i) {
231 if (mMatrixValues[i] != that.mMatrixValues[i]) {
250 + " mMatrix=" + Arrays.toString(mMatrixValues)
268 private float[] mMatrixValues field in class:CursorAnchorInfo.Builder
[all...]
/frameworks/support/transition/api14/android/support/transition/
H A DViewUtilsApi14.java28 private float[] mMatrixValues; field in class:ViewUtilsApi14
120 float[] values = mMatrixValues;
122 mMatrixValues = values = new float[9];

Completed in 200 milliseconds