Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransform.kt72 type.isFlagClear(SCALE_VAL or ROTATE_VAL or TRANSLATE_VAL) -> Rotation.ROTATION_0 in getRotation()
88 if (type.isFlagClear(SCALE_VAL or ROTATE_VAL or TRANSLATE_VAL)) {
205 return type?.isFlagClear(ROT_INVALID_VAL or SCALE_VAL) ?: false in isSimpleTransform()
208 fun Int.isFlagClear(bits: Int): Boolean { in isFlagClear() method
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt36 import android.tools.traces.surfaceflinger.Transform.Companion.isFlagClear in <lambda>()
334 isFlagClear(Transform.SCALE_VAL or Transform.ROTATE_VAL) -> Matrix33.identity(x, y) in <lambda>()