Home | History | Annotate | Download | only in awt

Lines Matching refs:lastKnownLocation

81     private Point lastKnownLocation;
90 lastKnownLocation = new Point();
116 lastKnownLocation = new Point();
146 lastKnownLocation.x = lastKnownLocation.y = 0;
167 int actualX = lastKnownLocation.x;
168 int actualY = component.getHeight() - lastKnownLocation.y;
264 lastKnownLocation.x = arg0.getX();
265 lastKnownLocation.y = arg0.getY();
271 int dx = arg0.getX() - lastKnownLocation.x;
272 int dy = arg0.getY() - lastKnownLocation.y;
278 lastKnownLocation.x = arg0.getX();
279 lastKnownLocation.y = arg0.getY();