Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ unmarkText
Method
unmarkText
linux/java/WindowX11.java:25–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
23
}
24
25
@Override
26
public
void
unmarkText() {
27
assert _onUIThread() :
"Should be run on UI thread"
;
28
// TODO: impl me!
29
}
30
31
@Override
32
public
IRect getWindowRect() {
Callers
nothing calls this directly
Calls
1
_onUIThread
Method · 0.45
Tested by
no test coverage detected