Searched refs:mPosted (Results 1 – 5 of 5) sorted by relevance
57 private boolean mPosted; field in AlertWindowNotification85 if (!mPosted) { in onCancelNotification()89 mPosted = false; in onCancelNotification()98 if (mPosted) { in onPostNotification()102 mPosted = true; in onPostNotification()
2207 private boolean mPosted; field in PrintActivity.PrinterAvailabilityDetector2255 if (!mPosted) { in postIfNeeded()2256 mPosted = true; in postIfNeeded()2262 if (mPosted) { in unpostIfNeeded()2263 mPosted = false; in unpostIfNeeded()2270 mPosted = false; in run()3052 private boolean mPosted; field in PrintActivity.ProgressMessageController3067 } else if (mPosted) { in post()3071 mPosted = true; in post()3086 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()
7842 private boolean mPosted; field in ViewRootImpl.TrackballAxis.InvalidateOnAnimationRunnable7875 if (mPosted && mViews.isEmpty() && mViewRects.isEmpty()) { in removeView()7877 mPosted = false; in removeView()7887 mPosted = false; in run()7917 if (!mPosted) { in postIfNeededLocked()7919 mPosted = true; in postIfNeededLocked()
78848 Landroid/view/ViewRootImpl$InvalidateOnAnimationRunnable;->mPosted:Z82808 Landroid/widget/NumberPicker$SetSelectionCommand;->mPosted:Z