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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java410 public static final int NotUseful = 0 ; field in class:XConstants
H A DXToolkit.java2005 return XToolkit.getBackingStoreType() == XConstants.NotUseful;
2009 * Returns one of XConstants: NotUseful, WhenMapped or Always.
2013 * nor "WhenMapped", then the method returns XConstants.NotUseful.
2028 backingStoreType = XConstants.NotUseful;
2031 ", by default backingStore=NotUseful");
2045 backingStoreType = XConstants.NotUseful;
2050 ( backingStoreType == XConstants.NotUseful ? "NotUseful"
2056 backingStoreType = XConstants.NotUseful;
2059 backingStoreLog.config("DGA is available, backingStore=NotUseful");
[all...]
/openjdk7/jdk/src/solaris/native/sun/awt/splashscreen/
H A Dsplashscreen_sys.c257 attr.backing_store = NotUseful;

Completed in 255 milliseconds