Searched refs:MSG_CHECK_FOCUS (Results 1 – 2 of 2) sorted by relevance
6564 private static final int MSG_CHECK_FOCUS = 13; field in ViewRootImpl6619 case MSG_CHECK_FOCUS: in getMessageName()6813 case MSG_CHECK_FOCUS: { in handleMessageImpl()10703 if (!mHandler.hasMessages(MSG_CHECK_FOCUS)) { in dispatchCheckFocus()10705 mHandler.sendEmptyMessage(MSG_CHECK_FOCUS); in dispatchCheckFocus()
64179 Landroid/view/ViewRootImpl;->MSG_CHECK_FOCUS:I