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

Method resetImg

forge-gui-mobile/src/forge/toolbox/FButton.java:69–86  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

67 }
68
69 private void resetImg() {
70 imgL = FSkinImage.BTN_UP_LEFT;
71 imgM = FSkinImage.BTN_UP_CENTER;
72 imgR = FSkinImage.BTN_UP_RIGHT;
73 if (Forge.isMobileAdventureMode) {
74 imgL = FSkinImage.ADV_BTN_UP_LEFT;
75 imgM = FSkinImage.ADV_BTN_UP_CENTER;
76 imgR = FSkinImage.ADV_BTN_UP_RIGHT;
77 } else if (hdbuttonskin()) {
78 imgL = FSkinImage.HDBTN_UP_LEFT;
79 imgM = FSkinImage.HDBTN_UP_CENTER;
80 imgR = FSkinImage.HDBTN_UP_RIGHT;
81 } else {
82 imgL = FSkinImage.BTN_UP_LEFT;
83 imgM = FSkinImage.BTN_UP_CENTER;
84 imgR = FSkinImage.BTN_UP_RIGHT;
85 }
86 }
87
88 public String getText() {
89 return text;

Callers 4

FButtonMethod · 0.95
setEnabledMethod · 0.95
setToggledMethod · 0.95
releaseMethod · 0.95

Calls 1

hdbuttonskinMethod · 0.95

Tested by

no test coverage detected