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

Method getOpacity

windows/java/WindowWin32.java:111–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 }
110
111 @Override
112 public float getOpacity() {
113 assert _onUIThread() : "Should be run on UI thread";
114 return _nGetOpacity();
115 }
116
117
118 @Override

Callers

nothing calls this directly

Calls 2

_nGetOpacityMethod · 0.95
_onUIThreadMethod · 0.45

Tested by

no test coverage detected