HomeSort by relevance Sort by last modified time
    Searched defs:newX (Results 1 - 25 of 114) sorted by null

1 2 3 4 5

  /external/replicaisland/src/com/replica/replicaisland/
MovementComponent.java 45 float newX = object.getPosition().x + offsetX;
55 object.getPosition().set(newX, newY);
InputGameInterface.java 132 float newX;
136 newX = mDirectionalPad.getX() + (trackball.getX() * ROLL_FILTER * mMovementSensitivity);
141 newX = oldX + (trackball.getX() * ROLL_FILTER * mMovementSensitivity);
145 mDirectionalPad.press(gameTime, newX, newY);
  /external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
VerticalViewPager.java 50 float newX = (ev.getY() / height) * width;
52 ev.setLocation(newX, newY);
  /frameworks/base/services/core/java/com/android/server/wm/
DragInputEventReceiver.java 66 final float newX = motionEvent.getRawX();
85 Slog.d(TAG_WM, "Button no longer pressed; dropping at " + newX + ","
93 Slog.d(TAG_WM, "Got UP on move channel; dropping at " + newX + "," + newY);
105 mDragDropController.handleMotionEvent(!mMuteInput /* keepHandling */, newX, newY);
TaskPositioner.java 146 final float newX = motionEvent.getRawX();
152 Slog.w(TAG, "ACTION_DOWN @ {" + newX + ", " + newY + "}");
158 Slog.w(TAG, "ACTION_MOVE @ {" + newX + ", " + newY + "}");
161 mDragEnded = notifyMoveLocked(newX, newY);
178 Slog.w(TAG, "ACTION_UP @ {" + newX + ", " + newY + "}");
185 Slog.w(TAG, "ACTION_CANCEL @ {" + newX + ", " + newY + "}");
  /packages/apps/DeskClock/src/com/android/deskclock/
MoveScreensaverRunnable.java 108 final float newX = getRandomPoint(smallestDim - mSaverView.getWidth());
111 mSaverView.setX(newX);
119 final float newX = getRandomPoint(mContentView.getWidth() - mSaverView.getWidth());
138 mSaverView.setX(newX);
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/memory/
TilingFunctions.h 422 uint32_t newX, newY, newSampleX, newSampleY;
426 newX = x;
435 newX = pdep_u32(x, xMask);
447 newX = pdep_u32(x, mask);
460 newX = pdep_u32(x, xMask);
472 newX = pdep_u32(x, mask);
480 newX = newY = 0;
484 x = newX | (newSampleX << 1);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
PipAccessibilityInteractionConnection.java 93 int newX = arguments.getInt(
99 mTmpBounds.offsetTo(newX, newY);
  /frameworks/native/libs/input/
Input.cpp 358 float newX = matrix[0] * x + matrix[1] * y + matrix[2];
364 *outX = newX * newZ;
395 float newX, newY;
398 transformPoint(matrix, rawX + oldXOffset, rawY + oldYOffset, &newX, &newY);
399 mXOffset = newX - rawX;
  /packages/apps/DevCamera/src/com/android/devcamera/
PreviewOverlay.java 211 float newX = (1 - r1.centerY()) * previewW;
215 RectF newR1 = new RectF(newX - dX * 0.5f, newY - dY * 0.5f, newX + dX * 0.5f, newY + dY * 0.5f);
228 newX = (1 - p[j].y) * previewW;
229 canvas.drawCircle(newX, newY, dP, mPaint);
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
GestureBot.java 71 int newX = startCoord.centerX() + (int) (diffX / TRAVELING_STEPS * i);
73 points[i + LONGPRESS_STEPS] = new Point(newX, newY);
  /packages/apps/Launcher2/src/com/android/launcher2/
SmoothPagedView.java 133 final int newX = getChildOffset(whichPage) - getRelativeChildOffset(whichPage);
134 final int delta = newX - mUnboundedScrollX;
AppWidgetResizeFrame.java 412 int newX = mWidgetView.getLeft() - mBackgroundPadding + xOffset + mWidgetPaddingLeft;
434 lp.x = newX;
445 PropertyValuesHolder x = PropertyValuesHolder.ofInt("x", lp.x, newX);
  /external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
XYPlotZoomPan.java 265 PointF newX = new PointF();
267 calculatePan(oldFirstFinger, newX, true);
269 super.setDomainBoundaries(newX.x, newX.y, BoundaryMode.FIXED);
270 lastMinX = newX.x;
271 lastMaxX = newX.y;
274 calculatePan(oldFirstFinger, newX, false);
276 super.setRangeBoundaries(newX.x, newX.y, BoundaryMode.FIXED);
277 lastMinY = newX.x
    [all...]
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 383 int newX = 1 + RNG.nextInt(mXTileCount - 2);
385 newCoord = new Coordinate(newX, newY);
543 public Coordinate(int newX, int newY) {
544 x = newX;
  /external/deqp/modules/egl/
teglResizeTests.cpp 285 const int newX = xCorner == 0 ? 0 : newWidth - minWidth;
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight);
  /external/skia/src/core/
SkScan_Path.cpp 137 SkFixed newX;
144 newX = currE->fX;
149 newX = currE->fX;
156 newX = currE->fX + currE->fDX;
157 currE->fX = newX;
159 if (newX < prevX) { // ripple currE backwards until it is x-sorted
162 prevX = newX;
  /external/skqp/src/core/
SkScan_Path.cpp 136 SkFixed newX;
143 newX = currE->fX;
148 newX = currE->fX;
155 newX = currE->fX + currE->fDX;
156 currE->fX = newX;
158 if (newX < prevX) { // ripple currE backwards until it is x-sorted
161 prevX = newX;
  /external/deqp/external/vulkancts/modules/vulkan/protected_memory/
vktProtectedMemShaderImageAccessTests.cpp     [all...]
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
WavePlotView.java 317 float newX = (float) (w * currentGridMs / windowMs);
318 canvas.drawLine(newX, 0, newX, h, mPaintGrid);
325 myPath.moveTo(newX, h);
326 myPath.lineTo(newX, h / 2);
  /external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/tracking/
ObjectTracker.java 332 final float newX = lastX + delta.x;
334 canvas.drawLine(lastX, lastY, newX, newY, p);
335 lastX = newX;
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 406 int newX = sTmpRect.left;
429 lp.x = newX;
439 PropertyValuesHolder x = PropertyValuesHolder.ofInt("x", lp.x, newX);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 321 int newX, newY, rank;
340 newX = position % mGridCountX;
343 if (info.cellX != newX || info.cellY != newY || info.rank != rank) {
344 info.cellX = newX;
  /external/valgrind/coregrind/m_aspacemgr/
aspacemgr-linux.c     [all...]
  /frameworks/support/customview/src/main/java/androidx/customview/widget/
ViewDragHelper.java 530 final int newX = mScroller.getCurrX();
532 mCallback.onViewPositionChanged(mCapturedView, newX, newY, newX - oldX, newY - oldY);
    [all...]

Completed in 591 milliseconds

1 2 3 4 5