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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java1670 private boolean mPosted; field in class:PrintActivity.PrinterAvailabilityDetector
1718 if (!mPosted) {
1719 mPosted = true;
1725 if (mPosted) {
1726 mPosted = false;
1733 mPosted = false;
2330 private boolean mPosted; field in class:PrintActivity.ProgressMessageController
2337 if (mPosted) {
2340 mPosted = true;
2345 if (!mPosted) {
[all...]
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java5938 private boolean mPosted; field in class:ViewRootImpl.InvalidateOnAnimationRunnable
5971 if (mPosted && mViews.isEmpty() && mViewRects.isEmpty()) {
5973 mPosted = false;
5983 mPosted = false;
6013 if (!mPosted) {
6015 mPosted = true;
H A DView.java20996 private boolean mPosted; field in class:View.SendViewStateChangedAccessibilityEvent
21002 mPosted = false;
21026 if (!mPosted) {
21028 mPosted = true;
21033 if (mPosted) {

Completed in 448 milliseconds