MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / createSoftWeakRef

Method createSoftWeakRef

CodenameOne/src/com/codename1/ui/CN.java:212–214  ·  view source on GitHub ↗
(Object o)

Source from the content-addressed store, hash-verified

210 ///
211 /// a caching object or null if caching isn't supported
212 public static Object createSoftWeakRef(Object o) {
213 return Display.impl.createSoftWeakRef(o);
214 }
215
216 /// Extracts the hard reference from the soft/weak reference given
217 ///

Callers 15

getImageDataMethod · 0.45
retainMethod · 0.45
createFromImageMethod · 0.45
createFromRGBMethod · 0.45
getInternalMethod · 0.45
runMethod · 0.45
unlockMethod · 0.45
getCachedRasterMethod · 0.45
paintLockMethod · 0.45
getScaleCacheMethod · 0.45
cacheImageMethod · 0.45

Calls

no outgoing calls

Tested by 1