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

Method extractHardRef

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

Source from the content-addressed store, hash-verified

223 ///
224 /// the original object submitted or null
225 public static Object extractHardRef(Object o) {
226 return Display.impl.extractHardRef(o);
227 }
228
229 /// Checks if async stack traces are enabled. If enabled, the stack trace
230 /// at the point of `#callSerially(java.lang.Runnable)` calls will

Callers 15

getImageDataMethod · 0.45
cleanupMethod · 0.45
disposeMethod · 0.45
getInternalMethod · 0.45
asyncLockMethod · 0.45
lockMethod · 0.45
unlockMethod · 0.45
getCachedRasterMethod · 0.45
getScaleCacheMethod · 0.45
getCachedImageMethod · 0.45
getRGBCacheMethod · 0.45
getValueMethod · 0.45

Calls

no outgoing calls

Tested by 1