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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3383 private final static int MSG_DISPATCH_SYSTEM_UI_VISIBILITY = 17; field in class:ViewRootImpl
3426 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY:
3427 return "MSG_DISPATCH_SYSTEM_UI_VISIBILITY";
3670 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: {
6598 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_SYSTEM_UI_VISIBILITY, args));

Completed in 39 milliseconds