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

  /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);
  /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);
  /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/samplecode/
SampleLitAtlas.cpp 48 SkScalar newX = c * fLightDir.fX - s * fLightDir.fY;
51 fLightDir.set(newX, newY, 0.0f);
  /external/skia/src/core/
SkScan_Path.cpp 141 SkFixed newX;
146 newX = currE->fX;
153 newX = currE->fX;
160 newX = currE->fX + currE->fDX;
161 currE->fX = newX;
163 if (newX < prevX) { // ripple currE backwards until it is x-sorted
166 prevX = newX;
  /external/skqp/samplecode/
SampleLitAtlas.cpp 48 SkScalar newX = c * fLightDir.fX - s * fLightDir.fY;
51 fLightDir.set(newX, newY, 0.0f);
  /external/skqp/src/core/
SkScan_Path.cpp 141 SkFixed newX;
146 newX = currE->fX;
153 newX = currE->fX;
160 newX = currE->fX + currE->fDX;
161 currE->fX = newX;
163 if (newX < prevX) { // ripple currE backwards until it is x-sorted
166 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;
  /external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/tracking/
ObjectTracker.java 332 final float newX = lastX + delta.x;
334 canvas.drawLine(lastX, lastY, newX, newY, p);
335 lastX = newX;
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
NativeInput.java 655 final Ref<Float> newX = new Ref<>(0f);
659 transformPoint(matrix, rawX + oldXOffset, rawY + oldYOffset, newX, newY);
660 mXOffset = newX.get() - rawX;
687 float newX = matrix[0] * x + matrix[1] * y + matrix[2];
693 outX.set(newX * newZ);
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /external/dokka/maven/org/jetbrains/dokka/dokka-fatjar/0.9.17-g20190326/
dokka-fatjar-0.9.17-g20190326.jar 

Completed in 419 milliseconds