Searched refs:mStart (Results 1 – 4 of 4) sorted by relevance
72 int x = Math.min(pos.x, mStart.x); in update()73 int y = Math.min(pos.y, mStart.y); in update()74 int w = Math.abs(pos.x - mStart.x); in update()75 int h = Math.abs(pos.y - mStart.y); in update()
73 protected ControlPoint mStart; field in Gesture99 mStart = pos; in begin()
143 LayoutPoint start = mStart.toLayout(); in getNewBounds()
1067 private Position mStart;1078 if (mStart == null) {1110 mStart = new DefaultPosition(line, column, offset);1113 return mStart;