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

Method revalidate

forge-gui-mobile/src/forge/toolbox/FContainer.java:103–105  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 public void revalidate() {
104 revalidate(false);
105 }
106 public void revalidate(boolean forced) {
107 if (forced) {
108 doLayout(getWidth(), getHeight());

Callers 15

addTabPageMethod · 0.80
addTabMethod · 0.80
setVisibleMethod · 0.80
keyDownMethod · 0.80
keyDownMethod · 0.80
forceRevalidateMethod · 0.80
drawOverlayMethod · 0.80
zoomMethod · 0.80
onCompactModeChangeMethod · 0.80
presentMethod · 0.80
refreshCardPanelsMethod · 0.80

Calls 3

doLayoutMethod · 0.95
getWidthMethod · 0.65
getHeightMethod · 0.65

Tested by 2

setGauntletsMethod · 0.64
populateMethod · 0.64