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

1 2

  /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...]
  /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...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
PointerTracker.java     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
GestureStroke.java 292 final int lastY = mYCoordinates.get(lastIndex);
293 final int dist = getDistance(lastX, lastY, x, y);
296 final int pixels = getDistance(lastX, lastY, x, y);
  /external/skia/legacy/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 284 float lastX = 0, lastY = 0;
296 canvas.drawLine(lastX, lastY, x, y, mPathPaint);
297 canvas.drawPoint(lastX, lastY, mPaint);
301 lastY = y;
322 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
340 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint);
    [all...]
  /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;
  /external/skia/src/core/
SkAAClip.cpp 200 const int lastY = fBounds.height() - 1;
207 SkASSERT(yoff->fY <= lastY);
218 SkASSERT(yoff->fY == lastY);
564 const YOffset& lastY = yoff[head->fRowCount - 1];
565 SkASSERT(lastY.fY + 1 <= fBounds.height());
566 fBounds.fBottom = fBounds.fTop + lastY.fY + 1;
567 SkASSERT(lastY.fY + 1 == fBounds.height());
850 int lastY SK_INIT_TO_AVOID_WARNING;
851 const uint8_t* row = this->findRow(top, &lastY);
852 if (lastY < bottom)
    [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;
  /external/webkit/Source/WebCore/editing/
SelectionController.cpp     [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
ResearchLogger.java     [all...]
  /prebuilts/tools/common/m2/internal/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /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/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 

Completed in 1707 milliseconds

1 2