Searched refs:displayRotation (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/core/java/android/view/
H A DIPinnedStackListener.aidl45 * The {@param displayRotation} is provided so that the client can verify when making certain
50 boolean fromImeAdjustement, int displayRotation);
H A DWindowManagerPolicy.java1147 * @param displayRotation The current rotation being applied to the base window.
1151 int displayRotation, int uiMode);
1188 * @param displayRotation Rotation of the display.
1199 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
1685 * @param displayRotation the current display rotation
1690 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
1711 * @param displayRotation the current display rotation
1716 public void getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
1150 beginLayoutLw(boolean isDefaultDisplay, int displayWidth, int displayHeight, int displayRotation, int uiMode) argument
1198 getInsetHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, Rect outStableInsets, Rect outOutsets) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipTouchHandler.java257 boolean fromImeAdjustement, int displayRotation) {
314 mDisplayRotation = displayRotation;
319 if (mDeferResizeToNormalBoundsUntilRotation == displayRotation) {
514 int displayRotation = mPinnedStackController.getDisplayRotation();
515 if (mDisplayRotation != displayRotation) {
516 mDeferResizeToNormalBoundsUntilRotation = displayRotation;
256 onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) argument
H A DPipManager.java146 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {
149 fromImeAdjustement, displayRotation);
145 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.java293 int displayRotation, int uiMode) {
315 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
619 public void getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
635 public void getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, argument
292 beginLayoutLw(boolean isDefaultDisplay, int displayWidth, int displayHeight, int displayRotation, int uiMode) argument
314 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.java4302 int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets,
4312 if (displayRotation == Surface.ROTATION_0) {
4314 } else if (displayRotation == Surface.ROTATION_90) {
4316 } else if (displayRotation == Surface.ROTATION_180) {
4318 } else if (displayRotation == Surface.ROTATION_270) {
4394 int displayRotation, int uiMode) {
4395 mDisplayRotation = displayRotation;
4398 switch (displayRotation) {
4513 displayRotation, uiMode, overscanLeft, overscanRight, overscanBottom, dcf, navVisible, navTranslucent,
4591 private boolean layoutNavigationBar(int displayWidth, int displayHeight, int displayRotation, argument
4301 getInsetHintLw(WindowManager.LayoutParams attrs, Rect taskBounds, int displayRotation, int displayWidth, int displayHeight, Rect outContentInsets, Rect outStableInsets, Rect outOutsets) argument
4393 beginLayoutLw(boolean isDefaultDisplay, int displayWidth, int displayHeight, int displayRotation, int uiMode) argument
4702 navigationBarPosition(int displayWidth, int displayHeight, int displayRotation) argument
7018 getStableInsetsLw(int displayRotation, int displayWidth, int displayHeight, Rect outInsets) argument
7028 getNonDecorInsetsLw(int displayRotation, int displayWidth, int displayHeight, Rect outInsets) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
H A DPipManager.java204 Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) {
203 onMovementBoundsChanged(Rect insetBounds, Rect normalBounds, Rect animatingBounds, boolean fromImeAdjustement, int displayRotation) argument

Completed in 1124 milliseconds