Searched refs:isShown (Results 1 – 3 of 3) sorted by relevance
17 isShown: boolean; property in SequenceView34 this.isShown = false;57 if (!this.isShown) {58 this.isShown = true;72 this.isShown = false;
862 isShown: boolean; property in RangeView875 this.isShown = false;901 if (!this.isShown) {902 this.isShown = true;921 this.isShown = false;936 if (this.isShown) this.scrollHandler.syncHidden();
84 if (mHideableView.isShown()) {97 if (mHideableView.isShown()) { in updateSettingsViewText()