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

/frameworks/native/services/surfaceflinger/
H A DTransform.h51 ROT_INVALID = 0x80 enumerator in enum:android::Transform::orientation_flags
H A DTransform.cpp131 if (flags & ROT_INVALID) {
278 flags = ROT_INVALID;
282 if (flags & ROT_INVALID) {
351 return (getOrientation() & ROT_INVALID) ? false : true;
362 if (orient&ROT_INVALID) {
363 flags.append("ROT_INVALID ");
H A DLayer.cpp663 if (orientation & Transform::ROT_INVALID) {
674 if (orientation & Transform::ROT_INVALID) {
2177 if (orientation & Transform::ROT_INVALID) {
H A DSurfaceFlinger.cpp1867 ((layerOrientation & Transform::ROT_INVALID) == false)) {
H A DSurfaceFlinger_hwc1.cpp1788 ((layerOrientation & Transform::ROT_INVALID) == false)) {

Completed in 76 milliseconds