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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3180 private final static int MSG_DISPATCH_APP_VISIBILITY = 8; field in class:ViewRootImpl
3217 case MSG_DISPATCH_APP_VISIBILITY:
3218 return "MSG_DISPATCH_APP_VISIBILITY";
3270 case MSG_DISPATCH_APP_VISIBILITY:
6216 Message msg = mHandler.obtainMessage(MSG_DISPATCH_APP_VISIBILITY);

Completed in 18 milliseconds