Searched refs:displayRotation (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | WindowManagerPolicy.java | 906 int displayRotation, int uiMode); in beginLayoutLw() argument 954 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw() argument 1381 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, in getStableInsetsLw() argument 1399 public void getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, in getNonDecorInsetsLw() argument
|
/frameworks/base/services/core/java/com/android/server/policy/ |
D | PhoneWindowManager.java | 3819 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, in getInsetHintLw() argument 3829 if (displayRotation == Surface.ROTATION_0) { in getInsetHintLw() 3831 } else if (displayRotation == Surface.ROTATION_90) { in getInsetHintLw() 3833 } else if (displayRotation == Surface.ROTATION_180) { in getInsetHintLw() 3835 } else if (displayRotation == Surface.ROTATION_270) { in getInsetHintLw() 3911 int displayRotation, int uiMode) { in beginLayoutLw() argument 3912 mDisplayRotation = displayRotation; in beginLayoutLw() 3915 switch (displayRotation) { in beginLayoutLw() 4026 … displayRotation, uiMode, overscanRight, overscanBottom, dcf, navVisible, navTranslucent, in beginLayoutLw() 4104 private boolean layoutNavigationBar(int displayWidth, int displayHeight, int displayRotation, in layoutNavigationBar() argument [all …]
|