Home
last modified time | relevance | path

Searched refs:MSG_DISPATCH_SYSTEM_UI_VISIBILITY (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java3188 private final static int MSG_DISPATCH_SYSTEM_UI_VISIBILITY = 17; field in ViewRootImpl
3233 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: in getMessageName()
3459 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: { in handleMessage()
6264 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_SYSTEM_UI_VISIBILITY, args)); in dispatchSystemUiVisibilityChanged()