Home
last modified time | relevance | path

Searched refs:origWidth (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/wm/
DDisplayLayout.java162 final int origWidth = mWidth; in rotateTo() local
168 mHeight = origWidth; in rotateTo()
172 mCutout = calculateDisplayCutoutForRotation(mCutout, rotationDelta, origWidth, in rotateTo()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DSizeCompatTests.java292 final int origWidth = configBounds.width(); in testMoveToDifferentOrientDisplay() local
302 assertEquals(origWidth, configBounds.width()); in testMoveToDifferentOrientDisplay()
309 (int) ((float) mActivity.getBounds().width() * origHeight / origWidth)); in testMoveToDifferentOrientDisplay()