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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java439 boolean mAltOrientation = false; field in class:WindowManagerService
5897 // Set mAltOrientation to indicate that the application is receiving
5912 if (mRotation == rotation && mAltOrientation == altOrientation) {
5920 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
5925 mAltOrientation = altOrientation;
6632 if (mAltOrientation) {
10470 pw.print(" mAltOrientation="); pw.println(mAltOrientation);

Completed in 39 milliseconds