/frameworks/base/core/tests/coretests/src/android/view/ |
D | VelocityTest.java | 234 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/ |
D | Font.cpp | 109 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/ |
D | rsFont.cpp | 117 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/ |
D | FontRenderer.cpp | 207 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/ |
D | UiDevice.java | 397 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/ |
D | WebViewCore.java | 3118 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/ |
D | UiDevice.jd | 793 …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>
|