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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java3098 private final static int MSG_DISPATCH_SYSTEM_UI_VISIBILITY = 17; field in class:ViewRootImpl
3142 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY:
3143 return "MSG_DISPATCH_SYSTEM_UI_VISIBILITY";
3365 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: {
6136 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_SYSTEM_UI_VISIBILITY, args));

Completed in 293 milliseconds