Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DShader.java116 public boolean getLocalMatrix(@NonNull Matrix localM) { in getLocalMatrix() argument
118 localM.set(mLocalMatrix); in getLocalMatrix()
131 public void setLocalMatrix(@Nullable Matrix localM) { in setLocalMatrix() argument
132 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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...