Searched defs:mAltOrientation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java457 boolean mAltOrientation = false; field in class:WindowManagerService
5679 // Set mAltOrientation to indicate that the application is receiving
5694 if (mRotation == rotation && mAltOrientation == altOrientation) {
5702 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
5707 mAltOrientation = altOrientation;
6414 if (mAltOrientation) {
10200 pw.print(" mAltOrientation="); pw.println(mAltOrientation);

Completed in 56 milliseconds