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

Method getQueuePtr

macos/java/LayerMetal.java:67–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65 }
66
67 public long getQueuePtr() {
68 assert _onUIThread() : "Should be run on UI thread";
69 return _nGetQueuePtr();
70 }
71
72 public long nextDrawableTexturePtr() {
73 assert _onUIThread() : "Should be run on UI thread";

Callers 1

attachMethod · 0.45

Calls 2

_onUIThreadMethod · 0.95
_nGetQueuePtrMethod · 0.95

Tested by

no test coverage detected