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

/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipManager.java154 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {
157 fromImeAdjustement, displayRotation);
153 onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) argument
H A DPipTouchHandler.java247 boolean fromImeAdjustement, int displayRotation) {
301 mDisplayRotation = displayRotation;
305 if (mDeferResizeToNormalBoundsUntilRotation == displayRotation) {
497 int displayRotation = mPinnedStackController.getDisplayRotation();
498 if (mDisplayRotation != displayRotation) {
499 mDeferResizeToNormalBoundsUntilRotation = displayRotation;
246 onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipManager.java185 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {
184 onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) argument
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java280 int displayRotation, int uiMode) {
302 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
601 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
612 public void getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
279 beginLayoutLw(boolean isDefaultDisplay, int displayWidth, int displayHeight, int displayRotation, int uiMode) argument
301 getInsetHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, Rect outStableInsets, Rect outOutsets) argument
/frameworks/base/core/java/android/view/
H A DWindowManagerPolicy.java1125 * @param displayRotation The current rotation being applied to the base window.
1129 int displayRotation, int uiMode);
1166 * @param displayRotation Rotation of the display.
1177 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
1655 * @param displayRotation the current display rotation
1660 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
1673 * @param displayRotation the current display rotation
1678 public void getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
1128 beginLayoutLw(boolean isDefaultDisplay, int displayWidth, int displayHeight, int displayRotation, int uiMode) argument
1176 getInsetHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, Rect outStableInsets, Rect outOutsets) argument
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java4275 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
4285 if (displayRotation == Surface.ROTATION_0) {
4287 } else if (displayRotation == Surface.ROTATION_90) {
4289 } else if (displayRotation == Surface.ROTATION_180) {
4291 } else if (displayRotation == Surface.ROTATION_270) {
4367 int displayRotation, int uiMode) {
4368 mDisplayRotation = displayRotation;
4371 switch (displayRotation) {
4486 displayRotation, uiMode, overscanLeft, overscanRight, overscanBottom, dcf, navVisible, navTranslucent,
4564 private boolean layoutNavigationBar(int displayWidth, int displayHeight, int displayRotation, argument
4274 getInsetHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, Rect outStableInsets, Rect outOutsets) argument
4366 beginLayoutLw(boolean isDefaultDisplay, int displayWidth, int displayHeight, int displayRotation, int uiMode) argument
4675 navigationBarPosition(int displayWidth, int displayHeight, int displayRotation) argument
6918 getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, Rect outInsets) argument
6928 getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, Rect outInsets) argument
[all...]

Completed in 161 milliseconds