Home
last modified time | relevance | path

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

/development/samples/ApiDemos/src/com/example/android/apis/view/
DInternalSelectionView.java142 int rectTop = getPaddingTop(); in onDraw() local
151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight); in onDraw()
164 mTempRect.set(rectLeft + 2, rectTop + 2, in onDraw()
165 rectRight - 2, rectTop + rowHeight - 2); in onDraw()
172 rectTop + 2 - (int) mTextPaint.ascent(), in onDraw()
175 rectTop += rowHeight; in onDraw()