Searched defs:isSimpleRotation (Results 1 – 2 of 2) sorted by relevance
88 static isSimpleRotation(type: TransformTypeFlags | undefined): boolean { method in TransformType
35 val isSimpleRotation: Boolean = !(type?.isFlagSet(ROT_INVALID_VAL) ?: false) constant in android.tools.traces.surfaceflinger.Transform