/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
PercentageBarChart.java | 95 final float lastX = nextX - entryWidth; 96 if (lastX < left) { 101 canvas.drawRect(lastX, top, nextX, bottom, e.paint); 102 nextX = lastX; 108 float lastX = left; 119 final float nextX = lastX + entryWidth; 121 canvas.drawRect(lastX, top, right, bottom, e.paint); 125 canvas.drawRect(lastX, top, nextX, bottom, e.paint); 126 lastX = nextX; 130 canvas.drawRect(lastX, top, right, bottom, mEmptyPaint) [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
ZeroPole.cpp | 49 float lastX = m_lastX; 56 float output1 = k1 * (input - zero * lastX); 57 lastX = input; 68 m_lastX = DenormalDisabler::flushDenormalFloatToZero(lastX);
|
/packages/apps/Settings/src/com/android/settings/widget/ |
ChartNetworkSeriesView.java | 186 float lastX = 0; 188 long lastTime = mHoriz.convertToValue(lastX); 191 mPathStroke.moveTo(lastX, lastY); 192 mPathFill.moveTo(lastX, lastY); 231 lastX = endX; 238 lastX = mHoriz.convertToPoint(mEndTime); 240 mPathStroke.lineTo(lastX, lastY); 241 mPathFill.lineTo(lastX, lastY); 252 mPathFill.lineTo(lastX, height); 259 mPathEstimate.moveTo(lastX, lastY) [all...] |
/external/chromium_org/ppapi/examples/flash_topmost/ |
flash_topmost_inner.html | 60 var dragInfo = { lastX:0, lastY:0, target:null }; 63 dragInfo.lastX = event.clientX; 72 deltaX = event.clientX - dragInfo.lastX; 74 dragInfo.lastX = event.clientX;
|
/external/chromium_org/third_party/re2/benchlog/ |
mktable | 44 %lastx = (); 55 $lastx{$who} = $i; 79 $x1 = $lastx{$who};
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/ |
LineGraph.java | 118 int lastx= 0; local 129 g.drawLine(lastx, lasty, xposition, yposition); 153 lastx= xposition;
|
TimeLineGraph.java | 85 int lastx = 0; local 107 g.drawLine(lastx, lasty, xposition, yposition); 140 lastx = xposition;
|
/external/regex-re2/benchlog/ |
mktable | 44 %lastx = (); 55 $lastx{$who} = $i; 79 $x1 = $lastx{$who};
|
/packages/apps/Settings/src/com/android/settings/fuelgauge/ |
BatteryHistoryChart.java | 85 int lastBin=0, lastX=0; 92 canvas.drawRect(lastX, top, x, bottom, mPaints[lastBin]); 95 lastX = x; 398 int lastX, boolean lastCharging, boolean lastScreenOn, boolean lastGpsOn, 401 if (lastX >= 0 && lastX < w) { 516 int x = 0, y = 0, startX = 0, lastX = -1, lastY = -1; 530 if (lastX != x) { 557 lastX = x; 635 finishPaths(x+1, h, levelh, startX, lastY, curLevelPath, lastX, [all...] |
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
navier-stokes.js | 165 var lastX = x[currentRow]; 168 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC; 202 var lastX = x[currentRow]; 206 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
|
/external/chromium_org/v8/benchmarks/ |
navier-stokes.js | 147 var lastX = x[currentRow]; 150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC; 184 var lastX = x[currentRow]; 188 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
|
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/ |
AndroidInput.java | 48 private int lastX;
421 lastX = -1;
431 lastX = -1;
438 if (lastX != -1) {
439 dx = newX - lastX;
448 lastX = newX;
|
/external/v8/benchmarks/ |
navier-stokes.js | 147 var lastX = x[currentRow]; 150 lastX = x[currentRow] = (x0[currentRow] + a*(lastX+x[++currentRow]+x[++lastRow]+x[++nextRow])) * invC; 184 var lastX = x[currentRow]; 188 lastX = x[currentRow] = (x0[currentRow] + a * (lastX + x[currentRow] + x[lastRow] + x[nextRow])) * invC;
|
/external/icu4c/samples/layout/ |
paragraph.cpp | 231 le_int32 lastX = line->getWidth(); 233 x = (fWidth - lastX - MARGIN);
|
pflow.c | 331 le_int32 lastX = pl_getLineWidth(line); 333 x = (obj->fWidth - lastX - MARGIN);
|
/frameworks/base/core/java/com/android/internal/widget/ |
PointerLocationView.java | 296 float lastX = 0, lastY = 0; 308 canvas.drawLine(lastX, lastY, x, y, mPathPaint); 310 canvas.drawPoint(lastX, lastY, paint); 313 lastX = x; 335 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint); 353 canvas.drawLine(lastX, lastY, lastX + xVel, lastY + yVel, mPaint); [all...] |
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
PointerTracker.java | [all...] |
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/ |
NinePatchTexture.java | 275 float lastX = 0; 284 x[i + 1] = lastX + (div[i] - lastU) + 0.5f; 293 lastX = x[i + 1] + partX; 295 x[i + 2] = lastX - 0.5f;
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
GestureStroke.java | 291 final int lastX = mXCoordinates.get(lastIndex); 293 final int dist = getDistance(lastX, lastY, x, y); 296 final int pixels = getDistance(lastX, lastY, x, y);
|
/packages/apps/Music/src/com/android/music/ |
MediaPlaybackActivity.java | 696 private int lastX; 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; 719 lastX = x; 730 lastX = -1; [all...] |
/external/srec/srec/include/ |
front.h | 111 bigdata lastx; member in struct:__anon26476
|
/external/srec/srec/cfront/ |
spec_anl.c | 69 the last sample value is stored in lastx. 72 waveobj->pre_mel, &channel->lastx);
|
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 490 Long lastX, lastY; [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/rand/ |
rand_win.c | 650 static int lastx,lasty,lastdx,lastdy; local 655 dx=lastx-x; 659 lastx=x, lasty=y;
|
/external/freetype/src/raster/ |
ftraster.c | 490 Long lastX, lastY; [all...] |