HomeSort by relevance Sort by last modified time
    Searched full:lastscreenpos (Results 1 - 1 of 1) sorted by null

  /frameworks/base/awt/java/awt/
MouseDispatcher.java 46 private final Point lastScreenPos = new Point(-1, -1);
93 return lastScreenPos;
99 lastScreenPos.setLocation(event.getScreenPos());
138 // Point exitPos = convertPoint(null, lastScreenPos.x,
139 // lastScreenPos.y, lastUnderPointer);
178 // getWindowFromPoint(lastScreenPos);
185 // Point pointerPos = convertPoint(null, lastScreenPos.x,
186 // lastScreenPos.y, window);

Completed in 75 milliseconds