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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXWINProtocol.java146 return ((layer == LAYER_ALWAYS_ON_TOP) || (layer == LAYER_NORMAL)) && doLayerProtocol();
213 boolean doLayerProtocol() { method in class:XWINProtocol
H A DXNETProtocol.java170 return ((layer == LAYER_ALWAYS_ON_TOP) || (layer == LAYER_NORMAL)) && doLayerProtocol();
293 boolean doLayerProtocol() { method in class:XNETProtocol

Completed in 32 milliseconds