HomeSort by relevance Sort by last modified time
    Searched defs:rectTop (Results 1 - 4 of 4) 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;
  /external/skia/src/core/
SkScan_DAAPath.cpp 166 int rectTop = ir.fBottom; // the rect is initialized to be empty as top = bot
189 rectTop = SkFixedCeilToInt(l.fUpperY);
191 if (rectBot > rectTop) { // if bot == top, the rect is too short for blitAntiRect
197 result.setAntiRect(L - 1, rectTop, R - L, rectBot - rectTop, la, ra);
199 rectTop = rectBot = ir.fBottom;
296 if (iy >= rectTop && iy < rectBot) {
  /external/skqp/src/core/
SkScan_DAAPath.cpp 166 int rectTop = ir.fBottom; // the rect is initialized to be empty as top = bot
189 rectTop = SkFixedCeilToInt(l.fUpperY);
191 if (rectBot > rectTop) { // if bot == top, the rect is too short for blitAntiRect
197 result.setAntiRect(L - 1, rectTop, R - L, rectBot - rectTop, la, ra);
199 rectTop = rectBot = ir.fBottom;
296 if (iy >= rectTop && iy < rectBot) {

Completed in 102 milliseconds