Searched refs:isShown (Results 1 – 4 of 4) sorted by relevance
118 get isShown() { getter in DropDown126 set isShown(show) { setter in DropDown233 item.controller.isShown = false;259 this.parentNode.isShown = false;287 this.controller.isShown = !this.controller.isShown;299 if (this.inFocus && !this.controller.isShown &&305 this.controller.isShown = true;319 if (!this.isShown)345 this.isShown = false;350 this.isShown = false;[all …]
372 final boolean isShown =374 return mShouldBeShown == isShown;
120 return view.isShown() && !getVisibleBounds().isEmpty(); in isVisible()
649 boolean shouldPerform = itemView.isEnabled() && itemView.isShown() && in menuItemAction()