HomeSort by relevance Sort by last modified time
    Searched refs:startY (Results 1 - 25 of 53) sorted by null

1 2 3

  /frameworks/base/core/java/android/widget/
Scroller.java 310 * @param startY Starting vertical scroll offset in pixels. Positive numbers
317 public void startScroll(int startX, int startY, int dx, int dy) {
318 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
326 * @param startY Starting vertical scroll offset in pixels. Positive numbers
334 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
340 mStartY = startY;
342 mFinalY = startY + dy;
353 * @param startY Starting point of the scroll (Y)
367 public void fling(int startX, int startY, int velocityX, int velocityY,
399 mStartY = startY;
    [all...]
OverScroller.java 348 * @param startY Starting vertical scroll offset in pixels. Positive numbers
355 public void startScroll(int startX, int startY, int dx, int dy) {
356 startScroll(startX, startY, dx, dy, DEFAULT_DURATION);
364 * @param startY Starting vertical scroll offset in pixels. Positive numbers
372 public void startScroll(int startX, int startY, int dx, int dy, int duration) {
375 mScrollerY.startScroll(startY, dy, duration);
382 * @param startY Starting Y coordinate
387 * @return true if a springback was initiated, false if startX and startY were
390 public boolean springBack(int startX, int startY, int minX, int maxX, int minY, int maxY) {
395 final boolean spingbackY = mScrollerY.springback(startY, minY, maxY)
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
FlingScroller.java 76 public void fling(int startX, int startY, int velocityX, int velocityY,
79 mStartY = startY;
  /external/webkit/Source/WebCore/platform/graphics/filters/
FEMorphology.cpp 135 int startY = max(0, y - radiusY);
141 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + 4 * j + channel);
142 for (int i = startY; i <= endY; ++i) {
154 unsigned char columnExtrema = srcPixelArray->get(startY * effectWidth + endX * 4 + channel);
155 for (int i = startY; i <= endY; ++i) {
  /frameworks/base/core/tests/coretests/src/android/view/
VelocityTest.java 234 private void drag(VelocityTracker vt, int startX, int endX, int startY, int endY, int steps,
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,
245 addMotionEvent(vt, startX, startY, startime, MotionEvent.ACTION_DOWN);
248 int distY = endY - startY;
252 int y = (int) (startY + distY * ii);
  /external/webkit/Source/WebCore/platform/image-decoders/
ImageDecoder.h 95 // Copies the pixel data at [(startX, startY), (endX, startY)) to the
98 void copyRowNTimes(int startX, int endX, int startY, int endY)
102 ASSERT(startY < height());
105 const PixelData* const startAddr = getAddr(startX, startY);
106 for (int destY = startY + 1; destY < endY; ++destY)
  /packages/apps/Camera/src/com/android/camera/ui/
SecondLevelIndicatorControlBar.java 179 int startY = height - iconHeight - padding;
182 getChildAt(i).layout(0, startY, width, startY + iconHeight);
183 startY -= decrement;
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 705 float startY = getCenterYForRow(lastCell.row);
722 if (startY < y) {
723 top = startY;
727 bottom = startY;
742 if (startY < oldY) {
743 top = startY;
747 bottom = startY;
757 startY = getCenterYForRow(hitCell.row);
773 if (startY < oldY) {
774 top = startY;
    [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/util/
ImageUtils.java 384 * @param startY The start vertical position
389 String title, String subTitle, int startX, int startY, int width, int height) {
394 Color.WHITE, title, subTitle, startX, startY, width, height);
401 Color.BLACK, title, subTitle, startX, startY, width, height);
423 int textColor, String title, String subTitle, int startX, int startY, int width,
426 final int startHeight = startY + INSET;
429 height - INSET + startY);
  /external/mesa3d/src/pixelflinger2/
raster.cpp 110 for (unsigned y = args->startY; y <= args->endY; y += 2) {
214 const unsigned int startY = tlv.position.y;
217 if (endY < startY)
220 const VectorComp_t yDistInv = VectorComp_t_CTR(1.0f / (endY - startY));
260 args.startY = startY + 1;
262 if (args.startY <= args.endY) {
297 for (unsigned y = startY; y <= endY; y += 1 + USE_DUAL_THREAD) {
pixelflinger2.h 108 unsigned startY, endY, varyingCount;
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
BouncingBalls.java 87 float startY = newBall.getY();
92 ValueAnimator bounceAnim = ObjectAnimator.ofFloat(newBall, "y", startY, endY);
120 startY);
  /frameworks/base/libs/hwui/
FontRenderer.cpp 245 uint32_t startY = 0;
249 glyph->mIsValid = mState->cacheBitmap(skiaGlyph, &startX, &startY);
256 uint32_t endY = startY + skiaGlyph.fHeight;
259 glyph->mStartY = startY;
267 glyph->mBitmapMinV = (float) startY / (float) cacheHeight;
413 uint32_t startY = 0;
417 bitmapFit = mCacheLines[i]->fitBitmap(glyph, &startX, &startY);
429 bitmapFit = mCacheLines[i]->fitBitmap(glyph, &startX, &startY);
444 *retOriginY = startY;
447 uint32_t endY = startY + glyph.fHeight
    [all...]
  /frameworks/base/libs/rs/
rsFont.cpp 253 uint32_t startY = 0;
257 glyph->mIsValid = state->cacheBitmap(bitmap, &startX, &startY);
264 uint32_t endY = startY + bitmap->rows;
267 glyph->mBitmapMinY = startY;
275 glyph->mBitmapMinV = (float)startY / (float)cacheHeight;
418 uint32_t startY = 0;
422 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
434 bitmapFit = mCacheLines[i]->fitBitmap(bitmap, &startX, &startY);
448 *retOriginY = startY;
451 uint32_t endY = startY + bitmap->rows
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 216 final float startY = lastY;
221 mPathStroke.lineTo(startX, startY);
222 mPathFill.lineTo(startX, startY);
  /development/samples/CubeLiveWallpaper/src/com/example/android/livecubes/cube1/
CubeWallpaper1.java 224 float startY = newy1 / (4 - newz1 / 400);
228 c.drawLine(startX, startY, stopX, stopY, mPaint);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridDropHandler.java 511 int startY, endY;
514 startY = endY - bounds.h;
515 row = mGrid.getRow(startY);
519 startY = endY = mRowMatch.matchedLine;
521 startY = mRowMatch.matchedLine;
522 endY = startY + bounds.h;
  /external/skia/src/images/
SkImageDecoder_libjpeg.cpp 548 int startY = region.fTop;
591 int oriStartY = startY;
595 &startX, &startY, &width, &height);
637 oriWidth, oriHeight, startX, startY);
702 oriWidth, oriHeight, startX, startY);
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 550 int startY;
555 startY = wrap ? empty[1] + 1 : empty[1];
556 for (int y = startY; y <= target[1]; y++) {
572 startY = wrap ? empty[1] - 1 : empty[1];
573 for (int y = startY; y >= target[1]; y--) {
    [all...]
  /cts/apps/CtsVerifier/lib/colorchecker/
colorchecker.cpp 544 int startX, startY;
546 patch.getBoundingBox(&startX, &startY, &endX, &endY);
550 for (int y = startY; y <= endY; y++) {
  /external/opencv/
cvjni.cpp 515 int startY = MAX(face->y - PAD_FACE_AREA, 0);
517 int h = m_smallImage->height - startY - face->height - PAD_FACE_AREA_2;
519 m_faceCropArea = cvRect(startX, startY,
  /external/skia/src/core/
SkScan_Hairline.cpp 107 SkFixed startY = SkFDot6ToFixed(y0) + (slope * ((32 - x0) & 63) >> 6);
109 horiline(ix0, ix1, startY, slope, blitter);
  /external/webkit/Source/WebCore/platform/graphics/openvg/
PathOpenVG.cpp 342 const VGfloat startY = -radius * sin(startAngle) + center.y();
368 startX, startY,
  /frameworks/base/core/java/android/view/
GLES20RecordingCanvas.java 159 public void drawLine(float startX, float startY, float stopX, float stopY, Paint paint) {
160 super.drawLine(startX, startY, stopX, stopY, paint);
  /external/webkit/Source/WebCore/platform/graphics/wince/
PlatformPathWinCE.cpp 719 float startX, startY, endX, endY;
724 getEllipsePointByAngle(sar, a, b, startX, startY);
727 transformArcPoint(startX, startY, p);
730 FloatPoint start(startX, startY);

Completed in 508 milliseconds

1 2 3