Searched refs:mIsAttachedToWindow (Results 1 – 6 of 6) sorted by relevance
75 private boolean mIsAttachedToWindow; field in LauncherAppWidgetHostView229 mIsAttachedToWindow = true; in onAttachedToWindow()240 mIsAttachedToWindow = false; in onDetachedFromWindow()367 if (info == null || info.autoAdvanceViewId == NO_ID || !mIsAttachedToWindow) { in getAdvanceable()
440 private boolean mIsAttachedToWindow; field in BaseActivityInterface.DefaultAnimationFactory484 setRecentsAttachedToAppWindow(mIsAttachedToWindow, false); in createActivityInterface()490 if (mIsAttachedToWindow == attached && animate) { in setRecentsAttachedToAppWindow()493 mIsAttachedToWindow = attached; in setRecentsAttachedToAppWindow()524 return mIsAttachedToWindow; in isRecentsAttachedToAppWindow()
178 private boolean mIsAttachedToWindow; field in ActivityChooserView363 if (isShowingPopup() || !mIsAttachedToWindow) { in showPopup()448 mIsAttachedToWindow = true; in onAttachedToWindow()465 mIsAttachedToWindow = false; in onDetachedFromWindow()
82 private boolean mIsAttachedToWindow; field in LabeledEditorView156 if (!mIsAttachedToWindow) { in onFinishInflate()179 mIsAttachedToWindow = true; in onAttachedToWindow()185 mIsAttachedToWindow = false; in onDetachedFromWindow()
6940 boolean mIsAttachedToWindow = false; field in RecyclerView.LayoutManager7360 mIsAttachedToWindow = true; in dispatchAttachedToWindow()7365 mIsAttachedToWindow = false; in dispatchDetachedFromWindow()7377 return mIsAttachedToWindow; in isAttachedToWindow()
69504 Landroid/widget/ActivityChooserView;->mIsAttachedToWindow:Z