Searched defs:_x (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicDesktopIconUI.java194 // _x & _y are the mousePressed location in absolute coordinate system
195 int _x, _y; field in class:BasicDesktopIconUI.MouseInputHandler
201 _x = 0;
220 _x = p.x;
264 newX = startingBounds.x - (_x - p.x);
H A DBasicInternalFrameUI.java627 // _x & _y are the mousePressed location in absolute coordinate system
628 int _x, _y; field in class:BasicInternalFrameUI.BorderListener
684 _x = 0;
705 _x = p.x;
832 int deltaX = _x - p.x;
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaInternalFrameUI.java366 // _x & _y are the mousePressed location in absolute coordinate system
367 int _x, _y; field in class:AquaInternalFrameUI.AquaBorderListener
456 _x = 0;
470 _x = p.x;
548 final int deltaX = _x - p.x;

Completed in 37 milliseconds