Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java4333 private static final int MSG_DISPATCH_WINDOW_SHOWN = 25; field in ViewRootImpl
4388 case MSG_DISPATCH_WINDOW_SHOWN: in getMessageName()
4615 case MSG_DISPATCH_WINDOW_SHOWN: { in handleMessage()
7855 mHandler.sendEmptyMessage(MSG_DISPATCH_WINDOW_SHOWN); in dispatchWindowShown()