Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java147 float wf = getWidth(); in onDraw() local
149 final float cx = wf/2; in onDraw()
151 wf -= getPaddingLeft() + getPaddingRight(); in onDraw()
153 float rad = (wf < hf) ? wf/2 : hf/2; in onDraw()