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

Method cancelRunOnUIThread

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

Source from the content-addressed store, hash-verified

110 }
111
112 public static void cancelRunOnUIThread(Runnable runnable) {
113 if (sAppHandler == null) {
114 return;
115 }
116 sAppHandler.removeCallbacks(runnable);
117 }
118}

Callers 10

runMethod · 0.95
showFloatingDateMethod · 0.95
onPressItemMethod · 0.95
onInterceptTouchEventMethod · 0.95
cancelClickRunnablesMethod · 0.95
onScrollStateChangedMethod · 0.95
highlightRowInternalMethod · 0.95
positionSelectorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected