Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java392 final ShadowMatrix otherMatrix = Shadow.extract(matrix); in getSimpleMatrix() local
393 return otherMatrix.simpleMatrix; in getSimpleMatrix()