Home
last modified time | relevance | path

Searched refs:mPosted (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java56 private boolean mPosted; field in AlertWindowNotification
82 if (!mPosted) { in onCancelNotification()
86 mPosted = false; in onCancelNotification()
95 if (mPosted) { in onPostNotification()
99 mPosted = true; in onPostNotification()
/aosp12/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2206 private boolean mPosted; field in PrintActivity.PrinterAvailabilityDetector
2254 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.ProgressMessageController
3070 mPosted = true; in post()
3085 if (!mPosted) { in cancel()
3088 mPosted = false; in cancel()
[all …]
/aosp12/frameworks/base/core/java/android/widget/
H A DNumberPicker.java2393 private boolean mPosted; field in NumberPicker.SetSelectionCommand
2403 if (!mPosted) { in post()
2405 mPosted = true; in post()
2410 if (mPosted) { in cancel()
2412 mPosted = false; in cancel()
2418 mPosted = false; in run()
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java8936 private boolean mPosted; field in ViewRootImpl.TrackballAxis.InvalidateOnAnimationRunnable
8969 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()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67742 Landroid/view/ViewRootImpl$InvalidateOnAnimationRunnable;->mPosted:Z
71702 Landroid/widget/NumberPicker$SetSelectionCommand;->mPosted:Z