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.java4326 private static final int MSG_DISPATCH_SYSTEM_UI_VISIBILITY = 17; field in ViewRootImpl
4376 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: in getMessageName()
4589 case MSG_DISPATCH_SYSTEM_UI_VISIBILITY: { in handleMessage()
7894 mHandler.sendMessage(mHandler.obtainMessage(MSG_DISPATCH_SYSTEM_UI_VISIBILITY, args)); in dispatchSystemUiVisibilityChanged()