Searched refs:testRotationFlagsForInverse (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/frameworks/native/libs/ui/tests/ |
H A D | Transform_test.cpp | 24 const auto testRotationFlagsForInverse = [](Transform::RotationFlags rotation, in TEST() local 41 testRotationFlagsForInverse(Transform::ROT_0, Transform::ROT_0, false); in TEST() 42 testRotationFlagsForInverse(Transform::ROT_90, Transform::ROT_270, true); in TEST() 43 testRotationFlagsForInverse(Transform::ROT_180, Transform::ROT_180, true); in TEST() 44 testRotationFlagsForInverse(Transform::ROT_270, Transform::ROT_90, true); in TEST() 45 testRotationFlagsForInverse(Transform::FLIP_H, Transform::FLIP_H, false); in TEST() 46 testRotationFlagsForInverse(Transform::FLIP_V, Transform::FLIP_V, false); in TEST()
|