Searched refs:mPosted (Results 1 – 5 of 5) sorted by relevance
56 private boolean mPosted; field in AlertWindowNotification82 if (!mPosted) { in onCancelNotification()86 mPosted = false; in onCancelNotification()95 if (mPosted) { in onPostNotification()99 mPosted = true; in onPostNotification()
2209 private boolean mPosted; field in PrintActivity.PrinterAvailabilityDetector2257 if (!mPosted) { in postIfNeeded()2258 mPosted = true; in postIfNeeded()2264 if (mPosted) { in unpostIfNeeded()2265 mPosted = false; in unpostIfNeeded()2272 mPosted = false; in run()3054 private boolean mPosted; field in PrintActivity.ProgressMessageController3069 } else if (mPosted) { in post()3073 mPosted = true; in post()3088 if (!mPosted) { in cancel()[all …]
2393 private boolean mPosted; field in NumberPicker.SetSelectionCommand2403 if (!mPosted) { in post()2405 mPosted = true; in post()2410 if (mPosted) { in cancel()2412 mPosted = false; in cancel()2418 mPosted = false; in run()
10477 private boolean mPosted; field in ViewRootImpl.TrackballAxis.InvalidateOnAnimationRunnable10516 if (mPosted && mViews.isEmpty() && mViewRects.isEmpty()) { in removeView()10518 mPosted = false; in removeView()10528 mPosted = false; in run()10558 if (!mPosted) { in postIfNeededLocked()10560 mPosted = true; in postIfNeededLocked()
63776 Landroid/view/ViewRootImpl$InvalidateOnAnimationRunnable;->mPosted:Z67736 Landroid/widget/NumberPicker$SetSelectionCommand;->mPosted:Z