HomeSort by relevance Sort by last modified time
    Searched refs:mStartPoint (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
ScreenshotSelectorView.java 35 private Point mStartPoint;
52 mStartPoint = new Point(x, y);
58 mSelectionRect.left = Math.min(mStartPoint.x, x);
59 mSelectionRect.right = Math.max(mStartPoint.x, x);
60 mSelectionRect.top = Math.min(mStartPoint.y, y);
61 mSelectionRect.bottom = Math.max(mStartPoint.y, y);
71 mStartPoint = null;
  /external/replicaisland/src/com/replica/replicaisland/
CollisionSystem.java 572 newSegment.mStartPoint.set(startX, startY);
673 private Vector2 mStartPoint;
680 mStartPoint = new Vector2();
687 mStartPoint.set(start);
704 final float x1 = mStartPoint.x;
708 final float y1 = mStartPoint.y;
732 final float x1 = mStartPoint.x;
734 final float y1 = mStartPoint.y;
    [all...]

Completed in 2036 milliseconds