Home
last modified time | relevance | path

Searched defs:rotatedPos (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DScreenDecorations.java553 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getWidthLayoutParamByPos() local
559 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getHeightLayoutParamByPos() local
843 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in getRoundedCornerGravity() local
920 final int rotatedPos = getBoundPositionFromRotation(pos, mRotation); in shouldShowCutout() local
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DScreenDecorationsTest.java997 final int rotatedPos = ScreenDecorations.getBoundPositionFromRotation(i, rotation); in getDisplayCutoutForRotation() local