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

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXPropertyCache.java42 static class PropertyCacheEntry { class in class:XPropertyCache
48 public PropertyCacheEntry(int format, int numberOfItems, long bytesAfter, long data, int dataLength) { method in class:XPropertyCache.PropertyCacheEntry
78 private static Map<Long, Map<XAtom, PropertyCacheEntry>> windowToMap = new HashMap<Long, Map<XAtom, PropertyCacheEntry>>();
81 Map<XAtom, PropertyCacheEntry> entryMap = windowToMap.get(window);
89 public static PropertyCacheEntry getCacheEntry(long window, XAtom property) {
90 Map<XAtom, PropertyCacheEntry> entryMap = windowToMap.get(window);
98 public static void storeCache(PropertyCacheEntry entry, long window, XAtom property) {
99 Map<XAtom, PropertyCacheEntry> entryMap = windowToMap.get(window);
101 entryMap = new HashMap<XAtom, PropertyCacheEntry>();
[all...]
H A DWindowPropertyGetter.java206 XPropertyCache.PropertyCacheEntry entry = XPropertyCache.getCacheEntry(window, property);
216 new XPropertyCache.PropertyCacheEntry(getActualFormat(),
H A DXlibWrapper.java330 new XPropertyCache.PropertyCacheEntry(format,

Completed in 608 milliseconds