Searched refs:ROT_INVALID (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/services/surfaceflinger/
H A DTransform.h51 ROT_INVALID = 0x80 enumerator in enum:android::Transform::orientation_flags
H A DTransform.cpp135 if (flags & ROT_INVALID) {
275 flags = ROT_INVALID;
279 if (flags & ROT_INVALID) {
348 return (getOrientation() & ROT_INVALID) ? false : true;
359 if (orient&ROT_INVALID) {
360 flags.append("ROT_INVALID ");
H A DLayer.cpp536 if (orientation & Transform::ROT_INVALID) {
1451 if (orientation & Transform::ROT_INVALID) {
H A DSurfaceFlinger.cpp1702 ((layerOrientation & Transform::ROT_INVALID) == false)) {

Completed in 75 milliseconds