Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java274 || shouldShowRoundedCorner(i)) { in setupDecorations()
625 if (shouldShowRoundedCorner(pos)) { in updateRoundedCornerView()
669 private boolean shouldShowRoundedCorner(@BoundsPosition int pos) { in shouldShowRoundedCorner() method in ScreenDecorations