Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/view/
DVelocityTest.java234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() argument
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator()); in drag()
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, in drag() argument
248 int distY = endY - startY; in drag()
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP); in drag()
/frameworks/base/libs/hwui/font/
DFont.cpp109 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight; in drawCachedGlyphBitmap() local
118 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyphBitmap()
390 uint32_t endY = startY + skiaGlyph.fHeight; in updateGlyphCache() local
403 glyph->mBitmapMaxV = endY / (float) cacheHeight; in updateGlyphCache()
/frameworks/rs/
DrsFont.cpp117 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; in drawCachedGlyph() local
126 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) { in drawCachedGlyph()
265 uint32_t endY = startY + bitmap->rows; in updateGlyphCache() local
278 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight; in updateGlyphCache()
452 uint32_t endY = startY + bitmap->rows; in cacheBitmap() local
461 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) { in cacheBitmap()
/frameworks/base/libs/hwui/
DFontRenderer.cpp207 uint32_t endY = startY + glyph.fHeight; in cacheBitmap() local
225 cacheBuffer[(endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + cacheX] = 0; in cacheBitmap()
229 cacheY < endY + TEXTURE_BORDER_SIZE - 1; cacheY++) { in cacheBitmap()
236 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) { in cacheBitmap()
243 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) { in cacheBitmap()
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
DUiDevice.java397 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { in swipe() argument
398 Tracer.trace(startX, startY, endX, endY, steps); in swipe()
400 .scrollSwipe(startX, startY, endX, endY, steps); in swipe()
/frameworks/base/core/java/android/webkit/
DWebViewCore.java3118 int startX, int startY, int endX, int endY); in nativeDeleteText() argument
3135 int startX, int startY, int endX, int endY); in nativeGetText() argument
/frameworks/base/docs/html/tools/help/uiautomator/
DUiDevice.jd793 …e(int, int, int, int, int)">swipe</a></span>(int startX, int startY, int endX, int endY, int steps)
2719 <span class="normal">(int startX, int startY, int endX, int endY, int steps)</span>