Searched refs:isShown (Results 1 – 12 of 12) sorted by relevance
711 return this[!this.isShown ? 'show' : 'hide']()720 if (this.isShown || e.isDefaultPrevented()) return724 this.isShown = true759 if (!this.isShown || e.isDefaultPrevented()) return761 this.isShown = false805 if (this.isShown && this.options.backdrop) {823 } else if (!this.isShown && this.$backdrop) {842 if (this.isShown && this.options.keyboard) {846 } else if (!this.isShown) {
6 …isShown?"hide":"show"]()},show:function(){var t=this,n=e.Event("show");this.$element.trigger(n);if…
160 this.visible = view.isShown() && !visibleBounds.isEmpty(); in call()217 if (!view.isShown() || !view.getGlobalVisibleRect(visibleBounds)) { in getVisibleBounds()
170 …assertThat(view.isShown()).named("view isn't considered shown unless it has a view root").isFalse(… in shouldKnowIfThisOrAncestorsAreVisible()172 assertThat(view.isShown()).isTrue(); in shouldKnowIfThisOrAncestorsAreVisible()183 assertFalse(view.isShown()); in shouldKnowIfThisOrAncestorsAreVisible()569 assertThat(view.isShown()).isTrue(); in itKnowsIfTheViewIsShown()575 assertThat(view.isShown()).isFalse(); in itKnowsIfTheViewIsNotShown()578 assertThat(view.isShown()).isFalse(); in itKnowsIfTheViewIsNotShown()
88 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in updateStickyHeaderPosition()
105 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
122 if (drawTop + drawOffset < statusBarInset || !drawTarget.isShown()) { in draw()
43 public boolean isShown() { in isShown() method in ProgressBarMixin
303 return getMixin(ProgressBarMixin.class).isShown(); in isProgressBarShown()
362 return getMixin(ProgressBarMixin.class).isShown(); in isProgressBarShown()
310 if (!realView.isShown()) { in checkedPerformClick()
253 if (parent.isShown()) { in TerminalBridge()