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

  /gdk/samples/PhotoEditor/src/com/android/photoeditor/actions/
DoodleView.java 49 private float lastY;
65 colorPaths.lastElement().path().moveTo(lastX, lastY);
104 lastY = y;
108 path.quadTo(lastX, lastY, (lastX + x) / 2, (lastY + y) / 2);
111 lastY = y;
117 path.lineTo(lastX + 1, lastY + 1);
CropView.java 83 private float lastY;
249 lastY = y;
254 performMove(x - lastX, y - lastY);
257 lastY = y;
  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 187 float lastY = height;
191 mPathStroke.moveTo(lastX, lastY);
192 mPathFill.moveTo(lastX, lastY);
218 final float startY = lastY;
232 lastY = endY;
240 mPathStroke.lineTo(lastX, lastY);
241 mPathFill.lineTo(lastX, lastY);
259 mPathEstimate.moveTo(lastX, lastY);
282 lastY = mVert.convertToPoint(totalData);
284 mPathEstimate.lineTo(lastX, lastY);
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/actions/
CropView.java 59 private float lastY;
186 lastY = y;
191 moveEdges(x - lastX, y - lastY);
194 lastY = y;
  /external/freetype/src/raster/
ftraster.c 481 Long lastX, lastY;
    [all...]
  /packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java 697 private int lastY;
707 if(x == lastX && y == lastY) dir = 0;
708 else if (y == 0 && lastY == 0 && x > lastX) dir = 1;
709 else if (y == 0 && lastY == 0 && x < lastX) dir = -1;
711 else if (y == 2 && lastY == 2 && x > lastX) dir = -1;
712 else if (y == 2 && lastY == 2 && x < lastX) dir = 1;
714 else if (y < lastY && x <= 4) dir = 1;
715 else if (y < lastY && x >= 5) dir = -1;
717 else if (y > lastY && x <= 4) dir = -1;
718 else if (y > lastY && x >= 5) dir = 1;
    [all...]
  /external/skia/src/core/
SkAAClip.cpp 199 const int lastY = fBounds.height() - 1;
206 SkASSERT(yoff->fY <= lastY);
217 SkASSERT(yoff->fY == lastY);
550 const YOffset& lastY = yoff[head->fRowCount - 1];
551 SkASSERT(lastY.fY + 1 <= fBounds.height());
552 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
553 SkASSERT(lastY.fY + 1 == fBounds.height());
834 int lastY;
835 const uint8_t* row = this->findRow(top, &lastY);
836 if (lastY < bottom)
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 277 float lastX = 0, lastY = 0;
289 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
290 canvas.drawPoint(lastX, lastY, mPaint);
294 lastY = y;
315 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
333 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 49 private int lastY;
422 lastY = -1;
432 lastY = -1;
440 dy = newY - lastY;
449 lastY = newY;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 559 final int lastY = mLastY;
599 final int dy = y - lastY;
606 + "up[%d,%d]/down[%d,%d] events", lastX, lastY, x, y));
609 ResearchLogger.pointerTracker_onMoveEvent(x, y, lastX, lastY);
LatinKeyboardView.java 740 final int lastY = tracker.getLastY();
741 mOldKey = tracker.getKeyOn(lastX, lastY);
742 tracker.onUpEvent(lastX, lastY, eventTime);
    [all...]
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryHistoryChart.java 516 int x = 0, y = 0, startX = 0, lastX = -1, lastY = -1;
532 if (lastY != y) {
558 lastY = y;
635 finishPaths(x+1, h, levelh, startX, lastY, curLevelPath, lastX,
638 lastX = lastY = -1;
649 finishPaths(w, h, levelh, startX, lastY, curLevelPath, lastX,
  /external/v8/benchmarks/
navier-stokes.js 185 var lastY = y[currentRow];
189 lastY = y[currentRow] = (y0[currentRow] + a * (lastY + y[++currentRow] + y[++lastRow] + y[++nextRow])) * invC;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ResearchLogger.java 737 final int lastY) {
740 + "up[%d,%d]/down[%d,%d] events", lastX, lastY, x, y);
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /prebuilts/tools/darwin-x86/swt/
swt.jar 
  /external/zxing/core/
core.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 698 milliseconds