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

Method show

forge-gui-mobile/src/forge/card/CardZoom.java:59–61  ·  view source on GitHub ↗
(Object item)

Source from the content-addressed store, hash-verified

57 private static boolean showMerged = false;
58
59 public static void show(Object item) {
60 show(item, false);
61 }
62
63 public static void show(Object item, boolean showbackside) {
64 List<Object> items0 = new ArrayList<>();

Callers 15

onCardActivatedMethod · 0.95
onCardActivatedMethod · 0.95
tapMethod · 0.95
longPressMethod · 0.95
tapMethod · 0.95
longPressMethod · 0.95
tapMethod · 0.95
longPressMethod · 0.95
flingMethod · 0.95
longPressMethod · 0.95
buildMenuMethod · 0.95
tapMethod · 0.95

Calls 5

getCardViewMethod · 0.95
onCardChangedMethod · 0.95
addMethod · 0.65
sizeMethod · 0.65
getMethod · 0.65

Tested by

no test coverage detected