Searched refs:localM (Results 1 – 1 of 1) sorted by relevance
113 public boolean getLocalMatrix(@NonNull Matrix localM) { in getLocalMatrix() argument115 localM.set(mLocalMatrix); in getLocalMatrix()128 public void setLocalMatrix(@Nullable Matrix localM) { in setLocalMatrix() argument129 if (localM == null || localM.isIdentity()) { in setLocalMatrix()136 mLocalMatrix = new Matrix(localM); in setLocalMatrix()138 } else if (!mLocalMatrix.equals(localM)) { in setLocalMatrix()139 mLocalMatrix.set(localM); in setLocalMatrix()