Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DDisplayShape.java127 final float yRadius = displayHeight / 2f; in createDefaultSpecString() local
129 spec = "M0," + yRadius in createDefaultSpecString()
131 + " A" + xRadius + "," + yRadius + " 0 1,1 " + displayWidth + "," + yRadius in createDefaultSpecString()
133 + " A" + xRadius + "," + yRadius + " 0 1,1 0," + yRadius + " Z"; in createDefaultSpecString()