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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3626 private final static int MSG_DISPATCH_APP_VISIBILITY = 8; field in class:ViewRootImpl
3664 case MSG_DISPATCH_APP_VISIBILITY:
3665 return "MSG_DISPATCH_APP_VISIBILITY";
3727 case MSG_DISPATCH_APP_VISIBILITY:
6936 Message msg = mHandler.obtainMessage(MSG_DISPATCH_APP_VISIBILITY);

Completed in 32 milliseconds