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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2711 private final static int MSG_DISPATCH_APP_VISIBILITY = 8; field in class:ViewRootImpl
2747 case MSG_DISPATCH_APP_VISIBILITY:
2748 return "MSG_DISPATCH_APP_VISIBILITY";
2801 case MSG_DISPATCH_APP_VISIBILITY:
4416 Message msg = mHandler.obtainMessage(MSG_DISPATCH_APP_VISIBILITY);

Completed in 20 milliseconds