HomeSort by relevance Sort by last modified time
    Searched refs:ROT_INVALID (Results 1 - 5 of 5) sorted by null

  /frameworks/native/services/surfaceflinger/
Transform.h 51 ROT_INVALID = 0x80
Transform.cpp 131 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 ");
Layer.cpp 663 if (orientation & Transform::ROT_INVALID) {
674 if (orientation & Transform::ROT_INVALID) {
    [all...]
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]

Completed in 4442 milliseconds