Searched refs:WhenMapped (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXConstants.java411 public static final int WhenMapped = 1 ; field in class:XConstants
H A DXToolkit.java2009 * Returns one of XConstants: NotUseful, WhenMapped or Always.
2013 * nor "WhenMapped", then the method returns XConstants.NotUseful.
2014 * Otherwise, if the system property "sun.awt.backingStore" is "WhenMapped",
2015 * then the method returns XConstants.WhenMapped.
2043 backingStoreType = XConstants.WhenMapped;
2051 : backingStoreType == XConstants.WhenMapped ?
2052 "WhenMapped" : "Always") );
2087 * One of XConstants: NotUseful, WhenMapped or Always.

Completed in 93 milliseconds