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 146 int rectTop = mPaddingTop;
157 mTempRect.set(rectLeft, rectTop, rectRight, rectTop + rowHeight);
170 mTempRect.set(rectLeft + 2, rectTop + 2,
171 rectRight - 2, rectTop + rowHeight - 2);
178 rectTop + 2 - (int) mTextPaint.ascent(),
181 rectTop += rowHeight;

Completed in 108 milliseconds