Searched refs:mIsPending (Results 1 – 7 of 7) sorted by relevance
38 private boolean mIsPending; field in NetworkChecker48 if (mIsPending) { in request()53 mIsPending = true; in request()60 if (!mIsPending) { in cancel()64 mIsPending = false; in cancel()71 return mIsPending; in isPending()85 if (mIsPending in onCapabilitiesChanged()
41 private boolean mIsPending = false; field in ScreenshotActionChip70 super.setPressed(mIsPending || pressed); in setPressed()97 mIsPending = isPending; in setIsPending()98 setPressed(mIsPending); in setIsPending()
36 private boolean mIsPending = false; field in SyncStateSwitchPreference66 final boolean activeVisible = mIsActive || mIsPending; in onBindViewHolder()103 mIsPending = isPending; in setPending()
37 private boolean mIsPending = false; field in SyncStateSwitchPreference80 final boolean activeVisible = mIsActive || mIsPending; in onBindViewHolder()117 mIsPending = isPending; in setPending()
677 private boolean mIsPending; field in SelectionActionModeHelper.SelectionTracker.LogAbandonRunnable681 if (mIsPending) { in schedule()685 mIsPending = true; in schedule()697 if (mIsPending) { in run()704 mIsPending = false; in run()
29921 public volatile boolean mIsPending; field in View.SendAccessibilityEventThrottle29926 if (!mIsPending) { in post()29927 mIsPending = true; in post()29946 mIsPending = false; in reset()29981 if (callback == null || !callback.mIsPending) return; in cancel()
66658 Landroid/view/View$SendViewScrolledAccessibilityEvent;->mIsPending:Z72934 Landroid/widget/SelectionActionModeHelper$SelectionTracker$LogAbandonRunnable;->mIsPending:Z