Searched defs:tx (Results 1 – 2 of 2) sorted by relevance
| /platform_testing/libraries/flicker/test/src/android/tools/common/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/src/android/tools/common/datatypes/ |
| D | Matrix33.kt | 38 @JsName("tx") val tx: Float = 0F, constant in android.tools.common.datatypes.Matrix33
|