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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3090 private final static int MSG_DISPATCH_APP_VISIBILITY = 8; field in class:ViewRootImpl
3126 case MSG_DISPATCH_APP_VISIBILITY:
3127 return "MSG_DISPATCH_APP_VISIBILITY";
3177 case MSG_DISPATCH_APP_VISIBILITY:
6088 Message msg = mHandler.obtainMessage(MSG_DISPATCH_APP_VISIBILITY);

Completed in 77 milliseconds