Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java2585 if (mAttachInfo.mTooltipHost != null) { in handleWindowFocusChanged()
2586 mAttachInfo.mTooltipHost.hideTooltip(); in handleWindowFocusChanged()
4808 if (mAttachInfo.mTooltipHost != null) { in processKeyEvent()
4809 mAttachInfo.mTooltipHost.handleTooltipKey(event); in processKeyEvent()
4847 if (action == MotionEvent.ACTION_DOWN && mAttachInfo.mTooltipHost != null) { in processPointerEvent()
4848 mAttachInfo.mTooltipHost.hideTooltip(); in processPointerEvent()
DView.java26717 View mTooltipHost; field in View.AttachInfo
27535 mAttachInfo.mTooltipHost = this; in showTooltip()
27554 mAttachInfo.mTooltipHost = null; in hideTooltip()
/frameworks/base/config/
Dhiddenapi-private-dex.txt96920 Landroid/view/View$AttachInfo;->mTooltipHost:Landroid/view/View;