MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isMinimized

Method isMinimized

CodenameOne/src/com/codename1/ui/CN.java:438–440  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436 ///
437 /// true if the application is minimized
438 public static boolean isMinimized() {
439 return Display.impl.isMinimized();
440 }
441
442 /// Restore the minimized application if minimization is supported by the platform
443 public static void restoreMinimizedApplication() {

Callers 2

showImplMethod · 0.45
showModalMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected