Searched refs:rotateBounds (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/wm/ |
D | Task.java | 583 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in adjustBoundsForDisplayChangeIfNeeded()
|
D | DockedStackDividerController.java | 168 mDisplayContent.rotateBounds(di.rotation, rotation, mTmpRect); in getSmallestWidthDpForBounds()
|
D | DisplayContent.java | 2714 void rotateBounds(int oldRotation, int newRotation, Rect bounds) { in rotateBounds() method in DisplayContent 2716 rotateBounds(mTmpRect, oldRotation, newRotation, bounds); in rotateBounds() 2719 void rotateBounds(Rect parentBounds, int oldRotation, int newRotation, Rect bounds) { in rotateBounds() method in DisplayContent
|
D | ActivityStack.java | 603 display.mDisplayContent.rotateBounds( in onConfigurationChanged()
|