MCPcopy Create free account
hub / github.com/Card-Forge/forge / hideZoom

Method hideZoom

forge-gui-mobile/src/forge/card/CardZoom.java:92–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

90 }
91
92 public static void hideZoom() {
93 if (activateHandler != null)
94 activateHandler.setSelectedIndex(currentIndex);
95 cardZoom.hide();
96 }
97
98 private CardZoom() {
99 specialize = add(new FLabel.ButtonBuilder().text(Forge.getLocalizer().getMessage("lblSpecialized")).font(FSkinFont.get(12)).selectable().command(e -> {

Callers 1

keyDownMethod · 0.95

Calls 2

setSelectedIndexMethod · 0.65
hideMethod · 0.65

Tested by

no test coverage detected