Home | History | Annotate | Download | only in widget

Lines Matching refs:isShowing

415         if (mPopup != null && mPopup.isShowing()) {
613 if (!mPopup.isShowing()) {
708 ss.showDropdown = mPopup != null && mPopup.isShowing();
724 if (!mPopup.isShowing()) {
883 public boolean isShowing();
911 public boolean isShowing() {
912 return mPopup != null ? mPopup.isShowing() : false;
1054 final boolean wasShowing = isShowing();