HomeSort by relevance Sort by last modified time
    Searched defs:newY (Results 1 - 25 of 63) 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);
  /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;
  /packages/apps/DevCamera/src/com/android/devcamera/
PreviewOverlay.java 210 float newY = r1.centerX() * previewH;
215 RectF newR1 = new RectF(newX - dX * 0.5f, newY - dY * 0.5f, newX + dX * 0.5f, newY + dY * 0.5f);
227 newY = p[j].x * previewH;
229 canvas.drawCircle(newX, newY, dP, mPaint);
  /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);
  /frameworks/base/services/core/java/com/android/server/wm/
TaskPositioner.java 144 final float newY = motionEvent.getRawY();
149 Slog.w(TAG, "ACTION_DOWN @ {" + newX + ", " + newY + "}");
155 Slog.w(TAG, "ACTION_MOVE @ {" + newX + ", " + newY + "}");
158 mDragEnded = notifyMoveLocked(newX, newY);
175 Slog.w(TAG, "ACTION_UP @ {" + newX + ", " + newY + "}");
182 Slog.w(TAG, "ACTION_CANCEL @ {" + newX + ", " + newY + "}");
WindowManagerService.java 770 final float newY = motionEvent.getRawY();
    [all...]
  /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 425 int newY = mTmpPt[1] - mBackgroundPadding + mWidgetPadding.top;
430 if (newY < 0) {
432 mTopTouchRegionAdjustment = -newY;
436 if (newY + newHeight > mDragLayer.getHeight()) {
438 mBottomTouchRegionAdjustment = -(newY + newHeight - mDragLayer.getHeight());
447 lp.y = newY;
458 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 285 final float newY = event.getY(newIndex);
288 startExpandMotion(newX, newY, true /* startTracking */, mExpandedHeight);
358 protected void startExpandMotion(float newX, float newY, boolean startTracking,
361 mInitialTouchY = newY;
    [all...]
NotificationPanelView.java     [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
ViewDragHelper.java 519 final int newY = mScroller.getCurrY();
520 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 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.4.0-beta6/
chimpchat-24.4.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/24.5.0/
chimpchat-24.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/chimpchat/25.0.0-alpha1/
chimpchat-25.0.0-alpha1.jar 
  /frameworks/base/core/java/android/view/
View.java     [all...]
  /prebuilts/tools/common/m2/repository/org/seleniumhq/selenium/selenium-api/2.42.2/
selenium-api-2.42.2.jar 

Completed in 804 milliseconds

1 2 3