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

Method startThread

CodenameOne/src/com/codename1/ui/CN.java:1357–1359  ·  view source on GitHub ↗
(Runnable r, String name)

Source from the content-addressed store, hash-verified

1355 ///
1356 /// confusing name, use `java.lang.String)` instead
1357 public static Thread startThread(Runnable r, String name) {
1358 return Display.INSTANCE.startThread(r, name);
1359 }
1360
1361
1362 /// Checks if the device supports disabling the screen display from dimming, allowing

Callers 15

setDataSourceMethod · 0.45
shareMethod · 0.45
shareMethod · 0.45
pushToThreadPoolMethod · 0.45
actionPerformedMethod · 0.45
goMethod · 0.45
setHTMLMethod · 0.45
setPageMethod · 0.45
checkRedirectMethod · 0.45
layoutContainerMethod · 0.45
actionPerformedMethod · 0.45
ensureRunningMethod · 0.45

Calls

no outgoing calls

Tested by 1

runTestMethod · 0.36