Searched defs:LAYER_ALWAYS_ON_TOP (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXLayerProtocol.java32 LAYER_ALWAYS_ON_TOP = 1; field in interface:XLayerProtocol
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dawt_wm.c146 #define LAYER_ALWAYS_ON_TOP 1 macro
1911 java_state = LAYER_ALWAYS_ON_TOP;
1960 java_state = LAYER_ALWAYS_ON_TOP;
2425 cmd = currentLayer == LAYER_ALWAYS_ON_TOP && state == LAYER_NORMAL ?
2427 currentLayer == LAYER_NORMAL && state == LAYER_ALWAYS_ON_TOP ?
2493 if (nitems == 0 && state != LAYER_ALWAYS_ON_TOP) {
2498 }else if( nitems == 0 && state == LAYER_ALWAYS_ON_TOP) {
2519 if(state == LAYER_ALWAYS_ON_TOP) {
2534 }else if( state != LAYER_ALWAYS_ON_TOP ) {
2575 if( state == LAYER_ALWAYS_ON_TOP ) {
[all...]

Completed in 81 milliseconds