Searched refs:mPosted (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1779 private boolean mPosted; field in class:PrintActivity.PrinterAvailabilityDetector
1827 if (!mPosted) {
1828 mPosted = true;
1834 if (mPosted) {
1835 mPosted = false;
1842 mPosted = false;
2442 private boolean mPosted; field in class:PrintActivity.ProgressMessageController
2449 if (mPosted) {
2452 mPosted = true;
2457 if (!mPosted) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6066 private boolean mPosted; field in class:ViewRootImpl.InvalidateOnAnimationRunnable
6099 if (mPosted && mViews.isEmpty() && mViewRects.isEmpty()) {
6101 mPosted = false;
6111 mPosted = false;
6141 if (!mPosted) {
6143 mPosted = true;
H A DView.java22311 private boolean mPosted; field in class:View.SendViewStateChangedAccessibilityEvent
22317 mPosted = false;
22341 if (!mPosted) {
22343 mPosted = true;
22348 if (mPosted) {

Completed in 188 milliseconds