Searched defs:corner (Results 1 – 8 of 8) sorted by relevance
41 public Path getCornerPath(Corner corner) { in getCornerPath()
49 public Path getInsetPath(Corner corner, float insetAmountPx) { in getInsetPath()58 public abstract Path getCornerPath(Corner corner); in getCornerPath()
79 public Path getCornerPath(Corner corner) { in getCornerPath()
195 private int getPhysicalCornerRadius(CircularCornerPathRenderer.Corner corner) { in getPhysicalCornerRadius()300 int corner = screenCorner.ordinal(); in getRotatedCorner() local
37 Path corner = new Path(); in createCornerPath() local47 Path corner = new Path(); in createNotchPath() local
110 val corner = selectDesignatedCorner(nextViewState.rotation, isRtl) in <lambda>() constant225 views.forEach { corner -> in <lambda>() method240 views.forEach { corner -> in <lambda>() method345 views.forEach { corner -> in <lambda>() method
129 final float corner = horizontal ? cy : cx; in drawSoftware() local
748 private void setRoundedCornerOrientation(View corner, int gravity) { in setRoundedCornerOrientation()