Home | History | Annotate | Download | only in testing

Lines Matching refs:mLocation

79     private Point mLocation;
88 mLocation = new Point(0, 0);
100 mLocation = source.mLocation;
108 return mLocation;
113 return mLocation.x;
118 return mLocation.y;
263 && mLocation.equals(other.mLocation)
377 mState.mLocation = new Point(x, y);