Searched defs:tx (Results 1 – 2 of 2) sorted by relevance
/platform_testing/libraries/flicker/utils/test/src/android/tools/datatypes/ |
D | Matrix33Test.kt | 33 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 74 val tx = 1f in <lambda>() constant
|
/platform_testing/libraries/flicker/utils/src/android/tools/datatypes/ |
D | Matrix33.kt | 35 val tx: Float = 0F, constant in android.tools.datatypes.Matrix33
|