Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowMatrix.java279 final ShadowMatrix shadowInverse = Shadow.extract(inverse); in invert() local
280 shadowInverse.simpleMatrix = inverseMatrix; in invert()