Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
showFloatingDate
Method · 0.95
onPressItem
Method · 0.95
onInterceptTouchEvent
Method · 0.95
cancelClickRunnables
Method · 0.95
onScrollStateChanged
Method · 0.95
highlightRowInternal
Method · 0.95
positionSelector
Method · 0.95
cancelMultiselectScroll
Method · 0.95
startMultiselectScroll
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected