Home
last modified time | relevance | path

Searched refs:rotateBounds (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DTask.java583 displayContent.rotateBounds(mRotation, newRotation, mTmpRect2); in adjustBoundsForDisplayChangeIfNeeded()
DDockedStackDividerController.java168 mDisplayContent.rotateBounds(di.rotation, rotation, mTmpRect); in getSmallestWidthDpForBounds()
DDisplayContent.java2714 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
DActivityStack.java603 display.mDisplayContent.rotateBounds( in onConfigurationChanged()