Searched defs:orient (Results 1 - 2 of 2) sorted by path

/frameworks/base/tools/aapt/
H A DAaptAssets.cpp375 String8 mcc, mnc, loc, layoutsize, layoutlong, orient, den; local
538 orient = part;
688 this->orientation = orient;
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp321 uint32_t orient = mType >> 8; local
323 if (orient&ROT_INVALID) {
326 if (orient&ROT_90) {
331 if (orient&FLIP_V)
333 if (orient&FLIP_H)

Completed in 112 milliseconds