Searched defs:mLastWindowForcedOrientation (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java510 int mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManagerService
3717 return mLastWindowForcedOrientation;
3729 return (mLastWindowForcedOrientation=ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
3741 return (mLastWindowForcedOrientation=req);
3743 return (mLastWindowForcedOrientation=ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
11220 pw.print(" mLastWindowForcedOrientation="); pw.print(mLastWindowForcedOrientation);

Completed in 29 milliseconds