Searched refs:mIsAttachedToWindow (Results 1 – 4 of 4) sorted by relevance
178 private boolean mIsAttachedToWindow; field in ActivityChooserView333 if (isShowingPopup() || !mIsAttachedToWindow) { in showPopup()417 mIsAttachedToWindow = true; in onAttachedToWindow()434 mIsAttachedToWindow = false; in onDetachedFromWindow()
175 private boolean mIsAttachedToWindow; field in ActivityChooserView357 if (isShowingPopup() || !mIsAttachedToWindow) { in showPopup()441 mIsAttachedToWindow = true; in onAttachedToWindow()458 mIsAttachedToWindow = false; in onDetachedFromWindow()
154 private boolean mIsAttachedToWindow; field in CoordinatorLayout229 mIsAttachedToWindow = true; in onAttachedToWindow()243 mIsAttachedToWindow = false; in onDetachedFromWindow()1339 if (mIsAttachedToWindow) { in addPreDrawListener()1358 if (mIsAttachedToWindow) { in removePreDrawListener()
6278 boolean mIsAttachedToWindow = false; field in RecyclerView.LayoutManager6570 mIsAttachedToWindow = true; in dispatchAttachedToWindow()6575 mIsAttachedToWindow = false; in dispatchDetachedFromWindow()6587 return mIsAttachedToWindow; in isAttachedToWindow()