Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java3371 private final static int MSG_DISPATCH_APP_VISIBILITY = 8; field in ViewRootImpl
3407 case MSG_DISPATCH_APP_VISIBILITY: in getMessageName()
3466 case MSG_DISPATCH_APP_VISIBILITY: in handleMessage()
6503 Message msg = mHandler.obtainMessage(MSG_DISPATCH_APP_VISIBILITY); in dispatchAppVisibility()