Searched defs:yPos (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthSliderUI.java628 public int valueForYPosition(int yPos) { argument
637 if (yPos <= trackTop) {
639 } else if (yPos >= trackBottom) {
642 int distanceFromTrackTop = yPos - trackTop;
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_TextArea.cpp202 AwtTextArea::WmContextMenu(HWND hCtrl, UINT xPos, UINT yPos) { argument
281 p.y = yPos;
H A Dawt_Component.h584 virtual MsgRouting WmSysCommand(UINT uCmdType, int xPos, int yPos);
595 virtual MsgRouting WmContextMenu(HWND hCtrl, UINT xPos, UINT yPos) { argument
H A Dawt_Frame.cpp1120 MsgRouting AwtFrame::WmSysCommand(UINT uCmdType, int xPos, int yPos) argument
1138 return AwtWindow::WmSysCommand(uCmdType, xPos, yPos);
H A Dawt_Component.cpp2026 MsgRouting AwtComponent::WmSysCommand(UINT uCmdType, int xPos, int yPos) argument

Completed in 268 milliseconds