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

  /packages/apps/Settings/src/com/android/settings/widget/
ChartNetworkSeriesView.java 185 float lastY = height;
189 mPathStroke.moveTo(lastX, lastY);
190 mPathFill.moveTo(lastX, lastY);
216 final float startY = lastY;
230 lastY = endY;
238 mPathStroke.lineTo(lastX, lastY);
239 mPathFill.lineTo(lastX, lastY);
256 mPathEstimate.moveTo(lastX, lastY);
279 lastY = mVert.convertToPoint(totalData);
281 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 472 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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java 497 final int lastY = mLastY;
536 final int dy = y - lastY;
541 + "up[%d,%d]/down[%d,%d] events", lastX, lastY, x, y));
542 onUpEventInternal(lastX, lastY, eventTime);
LatinKeyboardView.java 561 final int lastY = tracker.getLastY();
562 mOldKeyIndex = tracker.getKeyIndexOn(lastX, lastY);
563 tracker.onUpEvent(lastX, lastY, eventTime);
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 267 float lastX = 0, lastY = 0;
279 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
280 canvas.drawPoint(lastX, lastY, mPaint);
284 lastY = y;
305 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
  /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/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /prebuilt/darwin-x86/swt/
swt.jar 
  /prebuilt/darwin-x86_64/swt/
swt.jar 
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 
  /prebuilt/windows/swt/
swt.jar 
  /prebuilt/windows-x86_64/swt/
swt.jar 
  /prebuilt/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 372 milliseconds