Searched refs:doingShow (Results 1 – 4 of 4) sorted by relevance
83 protected boolean doingShow = false; field in ComponentShadow164 doingShow = true; in set()166 doingShow = false; in set()204 if (!doingShow) in setOnBody()289 doingShow = true; in showComponent()291 doingShow = false; in showComponent()318 protected boolean doingShow() { in doingShow() method in ComponentShadow319 if (doingShow) { in doingShow()324 return DesignerAccess.doingShow(g); in doingShow()
255 if (!doingShow()) in postCreate()401 doingShow = true; in checkCreate()403 doingShow = false; in checkCreate()711 if (!doingShow()) { in set()
84 private boolean doingShow = false; field in Group490 doingShow = true; in internalShowGroup()492 doingShow = false; in internalShowGroup()622 boolean tmpShow = doingShow; in create()625 if (!wasCreated && !doingShow() && isVisible()) { in create()632 doingShow = true; in create()653 doingShow = tmpShow; in create()1564 boolean doingShow() { in doingShow() method in Group1565 if (doingShow) in doingShow()1568 return parentGroup.doingShow(); in doingShow()
80 public static boolean doingShow(Group group) { in doingShow() method in DesignerAccess81 return group.doingShow(); in doingShow()