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

Method isInverted

shared/java/Theme.java:26–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 public static boolean isInverted() {
27 assert App._onUIThread() : "Should be run on UI thread";
28 if (Platform.CURRENT != Platform.MACOS)
29 return false;
30 return _nIsInverted();
31 }
32
33 @ApiStatus.Internal public static native boolean _nIsHighContrast();
34 @ApiStatus.Internal public static native boolean _nIsDark();

Callers 1

paintImplMethod · 0.95

Calls 2

_onUIThreadMethod · 0.95
_nIsInvertedMethod · 0.95

Tested by

no test coverage detected