MCPcopy Create free account
hub / github.com/cinit/TMoe / runOnUIThread

Method runOnUIThread

app/src/main/java/cc/ioctl/tmoe/util/Utils.java:97–99  ·  view source on GitHub ↗
(Runnable runnable)

Source from the content-addressed store, hash-verified

95 private static Handler sAppHandler = null;
96
97 public static void runOnUIThread(Runnable runnable) {
98 runOnUIThread(runnable, 0);
99 }
100
101 public static void runOnUIThread(Runnable runnable, long delay) {
102 if (sAppHandler == null) {

Callers 7

runMethod · 0.95
showFloatingDateMethod · 0.95
onPressItemMethod · 0.95
onInterceptTouchEventMethod · 0.95
highlightRowInternalMethod · 0.95
runMethod · 0.95

Calls 2

postMethod · 0.80
postDelayedMethod · 0.80

Tested by

no test coverage detected