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

Method _onUIThread

shared/java/Clipboard.java:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111 }
112
113 @ApiStatus.Internal public static boolean _onUIThread() {
114 return App._onUIThread();
115 }
116
117 @ApiStatus.Internal public static native void _nSet(ClipboardEntry[] entries);
118 @ApiStatus.Internal public static native ClipboardEntry _nGet(ClipboardFormat[] formats);

Callers 5

setMethod · 0.95
getMethod · 0.95
getFormatsMethod · 0.95
clearMethod · 0.95
registerFormatMethod · 0.95

Calls 1

_onUIThreadMethod · 0.95

Tested by

no test coverage detected