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

Method getProgressBar

macos/java/WindowMac.java:277–281  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

275 }
276
277 @Override
278 public float getProgressBar() {
279 assert _onUIThread() : "Should be run on UI thread";
280 return _lastProgressBarValue;
281 }
282
283 @Override
284 public Window setProgressBar(float progress) {

Callers

nothing calls this directly

Calls 1

_onUIThreadMethod · 0.45

Tested by

no test coverage detected