Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DAlertWindowNotification.java57 private boolean mPosted; field in AlertWindowNotification
85 if (!mPosted) { in onCancelNotification()
89 mPosted = false; in onCancelNotification()
98 if (mPosted) { in onPostNotification()
102 mPosted = true; in onPostNotification()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DPrintActivity.java2207 private boolean mPosted; field in PrintActivity.PrinterAvailabilityDetector
2255 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.ProgressMessageController
3067 } else if (mPosted) { in post()
3071 mPosted = true; in post()
3086 if (!mPosted) { in cancel()
[all …]
/frameworks/base/core/java/android/widget/
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()
/frameworks/base/core/java/android/view/
DViewRootImpl.java7842 private boolean mPosted; field in ViewRootImpl.TrackballAxis.InvalidateOnAnimationRunnable
7875 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()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt78848 Landroid/view/ViewRootImpl$InvalidateOnAnimationRunnable;->mPosted:Z
82808 Landroid/widget/NumberPicker$SetSelectionCommand;->mPosted:Z