Searched defs:mPosted (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DAlertWindowNotification.java55 private boolean mPosted; field in class:AlertWindowNotification
83 if (!mPosted) {
87 mPosted = false;
93 if (mPosted) {
97 mPosted = true;
/frameworks/base/core/java/android/widget/
H A DNumberPicker.java2294 private boolean mPosted; field in class:NumberPicker.SetSelectionCommand
2304 if (!mPosted) {
2306 mPosted = true;
2311 if (mPosted) {
2313 mPosted = false;
2319 mPosted = false;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2169 private boolean mPosted; field in class:PrintActivity.PrinterAvailabilityDetector
2217 if (!mPosted) {
2218 mPosted = true;
2224 if (mPosted) {
2225 mPosted = false;
2232 mPosted = false;
3014 private boolean mPosted; field in class:PrintActivity.ProgressMessageController
3029 } else if (mPosted) {
3033 mPosted = true;
3048 if (!mPosted) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6805 private boolean mPosted; field in class:ViewRootImpl.InvalidateOnAnimationRunnable
6838 if (mPosted && mViews.isEmpty() && mViewRects.isEmpty()) {
6840 mPosted = false;
6850 mPosted = false;
6880 if (!mPosted) {
6882 mPosted = true;

Completed in 163 milliseconds