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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java456 int mLastWindowForcedOrientation = ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED; field in class:WindowManagerService
3496 return mLastWindowForcedOrientation;
3508 return (mLastWindowForcedOrientation=ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
3520 return (mLastWindowForcedOrientation=req);
3522 return (mLastWindowForcedOrientation=ActivityInfo.SCREEN_ORIENTATION_UNSPECIFIED);
10471 pw.print(" mLastWindowForcedOrientation="); pw.print(mLastWindowForcedOrientation);

Completed in 42 milliseconds