Searched refs:endY (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/view/
H A DVelocityTest.java234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, argument
236 drag(vt, startX, endX, startY, endY, steps, startime, duration, new LinearInterpolator());
243 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps, argument
248 int distY = endY - startY;
256 addMotionEvent(vt, endX, endY, startime + duration, MotionEvent.ACTION_UP);
/frameworks/base/libs/hwui/font/
H A DFont.cpp109 uint32_t endY = glyph->mStartY + glyph->mBitmapHeight; local
118 for (cacheY = glyph->mStartY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
390 uint32_t endY = startY + skiaGlyph.fHeight; local
403 glyph->mBitmapMaxV = endY / (float) cacheHeight;
/frameworks/rs/
H A DrsFont.cpp117 uint32_t endY = glyph->mBitmapMinY + glyph->mBitmapHeight; local
126 for (cacheY = glyph->mBitmapMinY, bY = nPenY; cacheY < endY; cacheY++, bY++) {
265 uint32_t endY = startY + bitmap->rows; local
278 glyph->mBitmapMaxV = (float)endY / (float)cacheHeight;
452 uint32_t endY = startY + bitmap->rows; local
461 for (cacheY = startY, bY = 0; cacheY < endY; cacheY ++, bY ++) {
/frameworks/base/libs/hwui/
H A DFontRenderer.cpp207 uint32_t endY = startY + glyph.fHeight; local
225 cacheBuffer[(endY + TEXTURE_BORDER_SIZE - 1) * cacheWidth + cacheX] = 0;
229 cacheY < endY + TEXTURE_BORDER_SIZE - 1; cacheY++) {
236 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {
243 for (cacheY = startY, bY = 0; cacheY < endY; cacheY++, bY++) {
/frameworks/testing/uiautomator/library/src/com/android/uiautomator/core/
H A DUiDevice.java350 * @param endY
354 public boolean swipe(int startX, int startY, int endX, int endY, int steps) { argument
356 .scrollSwipe(startX, startY, endX, endY, steps);
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java3115 * @param endY The Y position of the bottom-right selection point.
3118 int startX, int startY, int endX, int endY);
3132 * @param endY The Y position of the bottom-right selection point.
3135 int startX, int startY, int endX, int endY);
3117 nativeDeleteText(int nativeClass, int startX, int startY, int endX, int endY) argument
3134 nativeGetText(int nativeClass, int startX, int startY, int endX, int endY) argument

Completed in 92 milliseconds