OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROT_INVALID
(Results
1 - 4
of
4
) sorted by null
/frameworks/native/services/surfaceflinger/
Transform.h
51
ROT_INVALID
= 0x80
Transform.cpp
135
if (flags &
ROT_INVALID
) {
275
flags =
ROT_INVALID
;
279
if (flags &
ROT_INVALID
) {
347
return (getOrientation() &
ROT_INVALID
) ? false : true;
358
if (orient&
ROT_INVALID
) {
359
flags.append("
ROT_INVALID
");
Layer.cpp
397
if (orientation & Transform::
ROT_INVALID
) {
[
all
...]
SurfaceFlinger.cpp
[
all
...]
Completed in 159 milliseconds