Searched refs:mTooltipHost (Results 1 – 3 of 3) sorted by relevance
2942 if (mAttachInfo.mTooltipHost != null) { in handleWindowFocusChanged()2943 mAttachInfo.mTooltipHost.hideTooltip(); in handleWindowFocusChanged()5336 if (mAttachInfo.mTooltipHost != null) { in processKeyEvent()5337 mAttachInfo.mTooltipHost.handleTooltipKey(event); in processKeyEvent()5392 if (action == MotionEvent.ACTION_DOWN && mAttachInfo.mTooltipHost != null) { in processPointerEvent()5393 mAttachInfo.mTooltipHost.hideTooltip(); in processPointerEvent()
28757 View mTooltipHost; field in View.AttachInfo29624 mAttachInfo.mTooltipHost = this; in showTooltip()29644 mAttachInfo.mTooltipHost = null; in hideTooltip()
77677 Landroid/view/View$AttachInfo;->mTooltipHost:Landroid/view/View;