Home
last modified time | relevance | path

Searched defs:corner (Results 1 – 6 of 6) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DSysUiOverlay.java37 Path corner = new Path(); in createCornerPath() local
47 Path corner = new Path(); in createNotchPath() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/ui/
DCircularCornerPathRenderer.java41 public Path getCornerPath(Corner corner) { in getCornerPath()
DCornerPathRenderer.java49 public Path getInsetPath(Corner corner, float insetAmountPx) { in getInsetPath()
58 public abstract Path getCornerPath(Corner corner); in getCornerPath()
DPathSpecCornerPathRenderer.java79 public Path getCornerPath(Corner corner) { in getCornerPath()
DPerimeterPathGuide.java195 private int getPhysicalCornerRadius(CircularCornerPathRenderer.Corner corner) { in getPhysicalCornerRadius()
300 int corner = screenCorner.ordinal(); in getRotatedCorner() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java123 final float corner = horizontal ? cy : cx; in drawSoftware() local