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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2720 private final static int MSG_DISPATCH_SYSTEM_UI_VISIBILITY = 17; field in class:ViewRootImpl
2765 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY:
2766 return "MSG_DISPATCH_SYSTEM_UI_VISIBILITY";
2955 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: {
4466 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_SYSTEM_UI_VISIBILITY, args));

Completed in 388 milliseconds