Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java679 final int rotatedTop = getBoundPositionFromRotation(BOUNDS_POSITION_TOP, mRotation); in shouldShowRoundedCorner() local
681 if (emptyBoundsOrWaterfall || !cutout.getBoundingRectsAll()[rotatedTop].isEmpty() in shouldShowRoundedCorner()