Searched refs:isAttachedToWindow (Results 1 – 19 of 19) sorted by relevance
75 if (!isAttachedToWindow()) return;
446 if (isAttachedToWindow()) { in updateMetadata()
92 || !view.isAttachedToWindow()) { in viewInstancesReady()137 if (decor == null || (decor.isAttachedToWindow() && in triggerViewsReady()
254 if (isFirstRun && (view == null || !view.isAttachedToWindow() || name == null)) { in setSharedElements()
693 if (mSession == null || !isAttachedToWindow() in createSessionOverlayView()712 if (mSession == null || !isAttachedToWindow() || !mOverlayViewCreated in relayoutSessionOverlayView()
1099 if (mOverlayViewContainer == null || !mOverlayViewContainer.isAttachedToWindow()) {1157 if (overlayViewParent.isAttachedToWindow()) {
780 if (mView.isAttachedToWindow()) { in withLayer()
6984 public boolean isAttachedToWindow() { in isAttachedToWindow() method in View11099 if (isAttachedToWindow()) {
262 if (!isAttachedToWindow()) { in startActivateAnimation()
880 final boolean attachedToWindow = isAttachedToWindow(); in setSubtitleWidget()
868 if (isAttachedToWindow() && isLaidOut()) { in setChecked()
1964 if (!isAttachedToWindow() && mAdapter != null) { in onFocusChanged()3600 if (mIsDetaching || !isAttachedToWindow()) { in onTouchEvent()3859 if (!mDataChanged && !mIsDetaching && isAttachedToWindow()) { in onTouchUp()4201 if (mIsDetaching || !isAttachedToWindow()) { in onInterceptTouchEvent()
1755 && accessibilityFocusLayoutRestoreView.isAttachedToWindow()) { in layoutChildren()2159 if (mAdapter == null || !isAttachedToWindow()) { in commonKey()
1354 && accessibilityFocusLayoutRestoreView.isAttachedToWindow()) { in layoutChildren()
1208 final boolean needsListener = isAttachedToWindow() && getVisibility() == View.VISIBLE; in manageChangeListener()
1213 final boolean needsListener = isAttachedToWindow() && getVisibility() == View.VISIBLE; in manageChangeListener()
1202 if (mNavigationBarView == null || !mNavigationBarView.isAttachedToWindow()) return; in repositionNavigationBar()
35744 method public boolean isAttachedToWindow();
33511 method public boolean isAttachedToWindow();