HomeSort by relevance Sort by last modified time
    Searched defs:lastY (Results 1 - 10 of 10) sorted by null

  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
ShadowCardDrag.java 52 float lastY;
60 lastY = y;
71 float newMomentumY = (y - lastY) / (mDensity * deltaT);
95 lastY = y;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
CachedPathIteratorFactory.java 64 float lastY = 0;
71 lastY,
77 lastY = mCoordinates[i][5]);
83 lastY,
87 lastY = mCoordinates[i][3]);
94 lastX, lastY, lastX = mCoordinates[0][0], lastY = mCoordinates[0][1]);
105 lastY = mCoordinates[i][1];
109 (float) Point2D.distance(lastX, lastY, mCoordinates[i][0], mCoordinates[i][1]);
111 lastY = mCoordinates[i][1]
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 116 private float lastX, lastY;
516 lastY = event.getY();
519 final int deltaY = (int) (lastY - event.getY());
535 && Math.abs(event.getY() - lastY) < MAX_CLICK_DISTANCE) {
    [all...]
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
ObjectTracker.java 329 float lastY = startY;
333 final float newY = lastY + delta.y;
334 canvas.drawLine(lastX, lastY, newX, newY, p);
336 lastY = newY;
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
ObjectTracker.java 329 float lastY = startY;
333 final float newY = lastY + delta.y;
334 canvas.drawLine(lastX, lastY, newX, newY, p);
336 lastY = newY;
  /external/skia/src/core/
SkAAClip.cpp 207 const int lastY = fBounds.height() - 1;
214 SkASSERT(yoff->fY <= lastY);
225 SkASSERT(yoff->fY == lastY);
524 const YOffset& lastY = yoff[head->fRowCount - 1];
525 SkASSERT(lastY.fY + 1 <= fBounds.height());
526 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
527 SkASSERT(lastY.fY + 1 == fBounds.height());
839 int lastY SK_INIT_TO_AVOID_WARNING;
840 const uint8_t* row = this->findRow(top, &lastY);
841 if (lastY < bottom)
    [all...]
  /external/skqp/src/core/
SkAAClip.cpp 207 const int lastY = fBounds.height() - 1;
214 SkASSERT(yoff->fY <= lastY);
225 SkASSERT(yoff->fY == lastY);
524 const YOffset& lastY = yoff[head->fRowCount - 1];
525 SkASSERT(lastY.fY + 1 <= fBounds.height());
526 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
527 SkASSERT(lastY.fY + 1 == fBounds.height());
839 int lastY SK_INIT_TO_AVOID_WARNING;
840 const uint8_t* row = this->findRow(top, &lastY);
841 if (lastY < bottom)
    [all...]
  /external/freetype/src/raster/
ftraster.c 496 Long lastX, lastY;
    [all...]
  /external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
SubsamplingScaleImageView.java     [all...]
  /external/zxing/core/
core.jar 

Completed in 841 milliseconds