Android系统如何自动改变屏幕方向?

How does the Android system automatically change the screen orientation?

到目前为止,我只在Android源代码中找到用户设置方向的源代码。谁能告诉我系统自动改变屏幕方向的源代码在哪里?

WindowManagerService.java 中,方法 public boolean updateRotationUncheckedLocked(boolean inTransaction); 进行旋转。