Home
last modified time | relevance | path

Searched refs:SCALE_VAL (Results 1 – 3 of 3) sorted by relevance

/platform_testing/libraries/flicker/utils/src/android/tools/traces/surfaceflinger/
DTransform.kt60 get() = type?.isFlagSet(SCALE_VAL) ?: false
72 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)) {
92 if (type.isFlagSet(SCALE_VAL)) {
196 const val SCALE_VAL = 0x0004 constant
205 return type?.isFlagClear(ROT_INVALID_VAL or SCALE_VAL) ?: false in isSimpleTransform()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/perfetto/
DLayersTraceParser.kt334 isFlagClear(Transform.SCALE_VAL or Transform.ROTATE_VAL) -> Matrix33.identity(x, y) in <lambda>()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/
DConditionsFactory.kt292 isLayerTransformFlagSet(layerId, Transform.SCALE_VAL).negate(), in <lambda>()