Searched refs:LAYER_NORMAL (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXLayerProtocol.java31 final static int LAYER_NORMAL = 0, field in interface:XLayerProtocol
H A DXWINProtocol.java146 return ((layer == LAYER_ALWAYS_ON_TOP) || (layer == LAYER_NORMAL)) && doLayerProtocol();
156 req.set_data(0, layer == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP);
175 XA_WIN_LAYER.setCard32Property(window, layer == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP);
H A DXNETProtocol.java170 return ((layer == LAYER_ALWAYS_ON_TOP) || (layer == LAYER_NORMAL)) && doLayerProtocol();
H A DXWindowPeer.java991 XLayerProtocol.LAYER_NORMAL);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c147 #define LAYER_NORMAL 0 macro
1901 return LAYER_NORMAL;
1908 java_state = LAYER_NORMAL;
1958 java_state = LAYER_NORMAL;
2425 cmd = currentLayer == LAYER_ALWAYS_ON_TOP && state == LAYER_NORMAL ?
2427 currentLayer == LAYER_NORMAL && state == LAYER_ALWAYS_ON_TOP ?
2461 req.data.l[0] = state == LAYER_NORMAL ? WIN_LAYER_NORMAL : WIN_LAYER_ONTOP;
2658 int layerState = bLayerState ? LAYER_ALWAYS_ON_TOP : LAYER_NORMAL;

Completed in 208 milliseconds