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

/openjdk7/jdk/src/share/classes/sun/font/
H A DSunFontManager.java2833 private static final Object proportionalFontKey = new Object(); field in class:SunFontManager
2933 appContext.get(proportionalFontKey) == proportionalFontKey;
2964 if (appContext.get(proportionalFontKey) == proportionalFontKey) {
2967 appContext.put(proportionalFontKey, proportionalFontKey);

Completed in 39 milliseconds