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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java473 int mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManagerService
3840 return mLastWindowForcedOrientation;
3852 return (mLastWindowForcedOrientation=ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
3864 return (mLastWindowForcedOrientation=req);
3866 return (mLastWindowForcedOrientation=ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
10730 pw.print(" mLastWindowForcedOrientation="); pw.print(mLastWindowForcedOrientation);

Completed in 66 milliseconds