Searched refs:newX (Results 1 - 14 of 14) sorted by relevance

/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/xy/
H A DXYPlotZoomPan.java265 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
283 calculatePan(final PointF oldFirstFinger, PointF newX, final boolean horizontal) argument
354 calculateZoom(float scale, PointF newX, final boolean horizontal) argument
[all...]
/external/replicaisland/src/com/replica/replicaisland/
H A DMovementComponent.java45 float newX = object.getPosition().x + offsetX;
55 object.getPosition().set(newX, newY);
H A DInputGameInterface.java132 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/jmonkeyengine/engine/src/android/com/jme3/input/android/
H A DAndroidInput.java391 int newX;
403 newX = this.getWidth() - (int) event.getX();
405 newX = (int) event.getX();
417 btn = new MouseButtonEvent(0, true, newX, newY);
427 btn = new MouseButtonEvent(0, false, newX, newY);
439 dx = newX - lastX;
445 MouseMotionEvent mot = new MouseMotionEvent(newX, newY, dx, dy, 0, 0);
448 lastX = newX;
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/presentation/
H A DButtonPropertyEditorPresentationImpl.java167 private static void setBounds(Control control, int newX, int newY, int newWidth, int newHeight) { argument
196 control.setLocation(newX, newY);
201 control.setBounds(newX, newY, newWidth, newHeight);
/external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
H A DAwtMouseInput.java162 int newX = location.x;
170 newX - lastEventX,
175 lastEventX = newX;
/external/skia/src/core/
H A DSkScan_Path.cpp139 SkFixed newX; local
146 newX = currE->fX;
151 newX = currE->fX;
158 newX = currE->fX + currE->fDX;
159 currE->fX = newX;
161 if (newX < prevX) { // ripple currE backwards until it is x-sorted
164 prevX = newX;
/external/jmonkeyengine/engine/src/core/com/jme3/math/
H A DVector2f.java752 float newX = FastMath.cos(angle) * x - FastMath.sin(angle) * y;
754 x = newX;
/external/skia/include/core/
H A DSkRect.h198 * Offset this rect such its new x() and y() will equal newX and newY.
200 void offsetTo(int32_t newX, int32_t newY) { argument
201 fRight += newX - fLeft;
203 fLeft = newX;
647 * Offset this rect such its new x() and y() will equal newX and newY.
649 void offsetTo(SkScalar newX, SkScalar newY) {
650 fRight += newX - fLeft;
652 fLeft = newX;
/external/deqp/modules/egl/
H A DteglResizeTests.cpp285 const int newX = xCorner == 0 ? 0 : newWidth - minWidth; local
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight);
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c2056 Bool newR, newW, newX, needDiscard; local
2066 newX = toBool(prot & VKI_PROT_EXEC);
2069 needDiscard = any_Ts_in_range( start, len ) && !newX;
2082 nsegments[i].hasX = newX;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 527 milliseconds