MCPcopy Create free account
hub / github.com/HumbleUI/JWM / _onUIThread

Method _onUIThread

shared/java/App.java:117–119  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

115 }
116
117 @ApiStatus.Internal public static boolean _onUIThread() {
118 return _uiThreadId == Thread.currentThread().getId();
119 }
120
121 @ApiStatus.Internal public static native void _nStart(Runnable launcher);
122 @ApiStatus.Internal public static native void _nTerminate();

Callers 15

_onUIThreadMethod · 0.95
_onUIThreadMethod · 0.95
_onUIThreadMethod · 0.95
isHighContrastMethod · 0.95
isDarkMethod · 0.95
isInvertedMethod · 0.95
notifyMethod · 0.95
makeWindowMethod · 0.95
terminateMethod · 0.95
runOnUIThreadMethod · 0.95
getScreensMethod · 0.95
getPrimaryScreenMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected