HomeSort by relevance Sort by last modified time
    Searched full:recttop (Results 1 - 2 of 2) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/view/
InternalSelectionView.java 142 int rectTop = getPaddingTop();
151 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
164 mTempRect.set(rectLeft + 2, rectTop + 2,
165 rectRight - 2, rectTop + rowHeight - 2);
172 rectTop + 2 - (int) mTextPaint.ascent(),
175 rectTop += rowHeight;
  /frameworks/base/core/tests/coretests/src/android/util/
InternalSelectionView.java 144 int rectTop = mPaddingTop;
153 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
166 mTempRect.set(rectLeft + 2, rectTop + 2,
167 rectRight - 2, rectTop + rowHeight - 2);
174 rectTop + 2 - (int) mTextPaint.ascent(),
177 rectTop += rowHeight;

Completed in 29 milliseconds