Home
last modified time | relevance | path

Searched defs:ty (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/flicker/utils/test/src/android/tools/datatypes/
DMatrix33Test.kt33 createManualMatrix = { tx, ty -> in <lambda>() method
36 createMatrix = { tx, ty -> Matrix33.identity(tx, ty) } in <lambda>() method
43 createManualMatrix = { tx, ty -> in <lambda>() method
46 createMatrix = { tx, ty -> Matrix33.rot90(tx, ty) } in <lambda>() method
53 createManualMatrix = { tx, ty -> in <lambda>() method
56 createMatrix = { tx, ty -> Matrix33.rot180(tx, ty) } in <lambda>() method
63 createManualMatrix = { tx, ty -> in <lambda>() method
66 createMatrix = { tx, ty -> Matrix33.rot270(tx, ty) } in <lambda>() method
75 val ty = 2f in <lambda>() constant
/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/
DMatrix33.kt38 val ty: Float = 0F constant in android.tools.datatypes.Matrix33