Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java272 rotatedPos = getBoundPositionFromRotation(i, mRotation); in setupDecorations()
452 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getWidthLayoutParamByPos()
458 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getHeightLayoutParamByPos()
479 final int rotated = getBoundPositionFromRotation(pos, mRotation); in getOverlayWindowGravity()
494 private static int getBoundPositionFromRotation(@BoundsPosition int pos, int rotation) { in getBoundPositionFromRotation() method in ScreenDecorations
634 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getRoundedCornerGravity()
679 final int rotatedTop = getBoundPositionFromRotation(BOUNDS_POSITION_TOP, mRotation); in shouldShowRoundedCorner()
680 final int rotatedBottom = getBoundPositionFromRotation(BOUNDS_POSITION_BOTTOM, mRotation); in shouldShowRoundedCorner()
920 mPosition = getBoundPositionFromRotation(mInitialPosition, mRotation); in update()