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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java455 boolean mAltOrientation = false; field in class:WindowManagerService
6026 // Set mAltOrientation to indicate that the application is receiving
6041 if (mRotation == rotation && mAltOrientation == altOrientation) {
6049 + " from " + mRotation + (mAltOrientation ? " (alt)" : "")
6054 mAltOrientation = altOrientation;
6860 if (mAltOrientation) {
10678 pw.print(" mAltOrientation="); pw.println(mAltOrientation);

Completed in 24 milliseconds