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()
2206 private boolean mPosted; field in PrintActivity.PrinterAvailabilityDetector2254 if (!mPosted) { in postIfNeeded()2255 mPosted = true; in postIfNeeded()2261 if (mPosted) { in unpostIfNeeded()2262 mPosted = false; in unpostIfNeeded()2269 mPosted = false; in run()3051 private boolean mPosted; field in PrintActivity.ProgressMessageController3070 mPosted = true; in post()3085 if (!mPosted) { in cancel()3088 mPosted = false; 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()
8936 private boolean mPosted; field in ViewRootImpl.TrackballAxis.InvalidateOnAnimationRunnable8969 if (mPosted && mViews.isEmpty() && mViewRects.isEmpty()) { in removeView()8971 mPosted = false; in removeView()8981 mPosted = false; in run()9011 if (!mPosted) { in postIfNeededLocked()9013 mPosted = true; in postIfNeededLocked()
67742 Landroid/view/ViewRootImpl$InvalidateOnAnimationRunnable;->mPosted:Z71702 Landroid/widget/NumberPicker$SetSelectionCommand;->mPosted:Z