Searched refs:wm_state (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c261 awt_wm_dtraceWMState(uint32_t wm_state) argument
265 switch (wm_state) {
276 DTRACE_PRINTLN1("unknown state %d", wm_state);
1787 int wm_state; local
1804 wm_state = (int)*data;
1806 return wm_state;
1994 int wm_state = awt_wm_getWMState(shell_win); local
1995 if (wm_state == WithdrawnState) {
2002 awt_wm_dtraceWMState(wm_state);
2004 if (wm_state
2039 int wm_state; local
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXFramePeer.java346 void setInitialState(int wm_state) { argument
351 hints.set_initial_state(wm_state);
352 if (stateLog.isLoggable(PlatformLogger.FINE)) stateLog.fine("Setting initial WM state on " + this + " to " + wm_state);
H A DXWM.java1142 int wm_state = window.getWMState();
1143 if (wm_state == XUtilConstants.WithdrawnState) {
1147 stateLog.finer("Window WM_STATE is " + wm_state);
1166 final int wm_state = window.getWMState();
1167 if (wm_state == XUtilConstants.IconicState) {

Completed in 42 milliseconds