Searched refs:MSG_CHECK_FOCUS (Results 1 – 2 of 2) sorted by relevance
4486 private static final int MSG_CHECK_FOCUS = 13; field in ViewRootImpl4533 case MSG_CHECK_FOCUS: in getMessageName()4737 case MSG_CHECK_FOCUS: { in handleMessage()8079 if (!mHandler.hasMessages(MSG_CHECK_FOCUS)) { in dispatchCheckFocus()8081 mHandler.sendEmptyMessage(MSG_CHECK_FOCUS); in dispatchCheckFocus()
79251 Landroid/view/ViewRootImpl;->MSG_CHECK_FOCUS:I