Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HumbleUI/JWM
/ getDevicePtr
Method
getDevicePtr
macos/java/LayerMetal.java:62–65 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
60
}
61
62
public
long getDevicePtr() {
63
assert _onUIThread() :
"Should be run on UI thread"
;
64
return
_nGetDevicePtr();
65
}
66
67
public
long getQueuePtr() {
68
assert _onUIThread() :
"Should be run on UI thread"
;
Callers
1
attach
Method · 0.45
Calls
2
_onUIThread
Method · 0.95
_nGetDevicePtr
Method · 0.95
Tested by
no test coverage detected