Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java40 private SimpleMatrix simpleMatrix = SimpleMatrix.newIdentityMatrix();
115 simpleMatrix = SimpleMatrix.newIdentityMatrix(); in reset()
410 private static final SimpleMatrix IDENTITY = newIdentityMatrix();
412 private static SimpleMatrix newIdentityMatrix() { in newIdentityMatrix() method in ShadowMatrix.SimpleMatrix