Searched refs:localM (Results 1 – 2 of 2) sorted by relevance
116 public boolean getLocalMatrix(@NonNull Matrix localM) { in getLocalMatrix() argument118 localM.set(mLocalMatrix); in getLocalMatrix()131 public void setLocalMatrix(@Nullable Matrix localM) { in setLocalMatrix() argument132 if (localM == null || localM.isIdentity()) { in setLocalMatrix()139 mLocalMatrix = new Matrix(localM); in setLocalMatrix()141 } else if (!mLocalMatrix.equals(localM)) { in setLocalMatrix()142 mLocalMatrix.set(localM); in setLocalMatrix()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...