Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DDraggableDot.java148 float hf = getHeight(); in onDraw() local
150 final float cy = hf/2; in onDraw()
152 hf -= getPaddingTop() + getPaddingBottom(); in onDraw()
153 float rad = (wf < hf) ? wf/2 : hf/2; in onDraw()