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

1 2 3

  /external/replicaisland/src/com/replica/replicaisland/
MovementComponent.java 51 float newY = object.getPosition().y + offsetY;
55 object.getPosition().set(newX, newY);
InputGameInterface.java 133 float newY;
137 newY = mDirectionalPad.getY() + (trackball.getY() * ROLL_FILTER * mMovementSensitivity);
142 newY = oldY + (trackball.getX() * ROLL_FILTER * mMovementSensitivity);
145 mDirectionalPad.press(gameTime, newX, newY);
  /external/jmonkeyengine/engine/src/core/com/jme3/math/
Vector2f.java 753 float newY = FastMath.sin(angle) * x + FastMath.cos(angle) * y;
755 y = newY;
  /frameworks/native/libs/input/
Input.cpp 359 float newY = matrix[3] * x + matrix[4] * y + matrix[5];
365 *outY = newY * newZ;
395 float newX, newY;
398 transformPoint(matrix, rawX + oldXOffset, rawY + oldYOffset, &newX, &newY);
400 mYOffset = newY - rawY;
  /development/samples/Snake/src/com/example/android/snake/
SnakeView.java 384 int newY = 1 + RNG.nextInt(mYTileCount - 2);
385 newCoord = new Coordinate(newX, newY);
543 public Coordinate(int newX, int newY) {
545 y = newY;
  /external/deqp/modules/egl/
teglResizeTests.cpp 290 const int newY = yCorner == 0 ? 0 : newHeight - minHeight;
294 getSubregion(newSurface.getAccess(), newX, newY, minWidth, minHeight);
  /external/jmonkeyengine/engine/src/android/com/jme3/input/android/
AndroidInput.java 392 int newY;
409 newY = this.getHeight() - (int) event.getY();
411 newY = (int) event.getY();
417 btn = new MouseButtonEvent(0, true, newX, newY);
427 btn = new MouseButtonEvent(0, false, newX, newY);
440 dy = newY - lastY;
445 MouseMotionEvent mot = new MouseMotionEvent(newX, newY, dx, dy, 0, 0);
449 lastY = newY;
  /external/jmonkeyengine/engine/src/desktop/com/jme3/input/awt/
AwtMouseInput.java 163 int newY = location.y;
171 lastEventY - newY,
176 lastEventY = newY;
  /packages/apps/Launcher2/src/com/android/launcher2/
AppWidgetResizeFrame.java 413 int newY = mWidgetView.getTop() - mBackgroundPadding + yOffset + mWidgetPaddingTop;
418 if (newY < 0) {
420 mTopTouchRegionAdjustment = -newY;
424 if (newY + newHeight > mDragLayer.getHeight()) {
426 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
435 lp.y = newY;
446 PropertyValuesHolder y = PropertyValuesHolder.ofInt("y", lp.y, newY);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
AppWidgetResizeFrame.java 408 int newY = mTmpPt[1] - mBackgroundPadding + mWidgetPadding.top;
413 if (newY < 0) {
415 mTopTouchRegionAdjustment = -newY;
419 if (newY + newHeight > mDragLayer.getHeight()) {
421 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
430 lp.y = newY;
441 PropertyValuesHolder y = PropertyValuesHolder.ofInt("y", lp.y, newY);
FolderPagedView.java 299 int newX, newY, rank;
317 newY = position / mGridCountX;
319 if (info.cellX != newX || info.cellY != newY || info.rank != rank) {
321 info.cellY = newY;
CellLayout.java     [all...]
  /frameworks/base/core/java/android/widget/
StackView.java 637 float newY = ev.getY(pointerIndex);
638 float deltaY = newY - mInitialY;
720 float newY = ev.getY(pointerIndex);
722 float deltaY = newY - mInitialY;
812 float newY = ev.getY(pointerIndex);
813 int deltaY = (int) (newY - mInitialY);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PanelView.java 281 final float newY = event.getY(newIndex);
284 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight);
354 protected void startExpandMotion(float newX, float newY, boolean startTracking,
357 mInitialTouchY = newY;
    [all...]
NotificationPanelView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 518 final int newY = mScroller.getCurrY();
519 mCallback.onViewPositionChanged(mCapturedView, newX, newY, newX - oldX, newY - oldY);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthWeekEventsView.java 749 int newY = drawEvent(canvas, event, xSquare, yTest, rightEdge, iter.hasNext(),
751 if (newY == yTest) {
755 yTest = newY;
762 int newY = drawEvent(canvas, event, xSquare, ySquare, rightEdge, iter.hasNext(),
764 if (newY == ySquare) {
768 ySquare = newY;
    [all...]
  /frameworks/native/services/inputflinger/
InputReader.cpp 238 float newX, newY;
240 newY = x * y_xmix + y * y_scale + y_offset;
243 y = newY;
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
hierarchyviewer2lib.jar 
  /frameworks/base/services/core/java/com/android/server/wm/
WindowManagerService.java 738 final float newY = motionEvent.getRawY();
761 + newX + "," + newY);
763 endDrag = mDragState.notifyDropLw(newX, newY);
768 mDragState.notifyMoveLw(newX, newY);
775 + newX + "," + newY);
777 endDrag = mDragState.notifyDropLw(newX, newY);
    [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 685 milliseconds

1 2 3