Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/view/
DTooltipPopup.java131 final View appView = WindowManagerGlobal.getInstance().getWindowView( in computePosition() local
133 if (appView == null) { in computePosition()
137 appView.getWindowVisibleDisplayFrame(mTmpDisplayFrame); in computePosition()
138 appView.getLocationOnScreen(mTmpAppPos); in computePosition()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTooltipPopup.java137 final View appView = getAppRootView(anchorView); in computePosition() local
138 if (appView == null) { in computePosition()
142 appView.getWindowVisibleDisplayFrame(mTmpDisplayFrame); in computePosition()
157 appView.getLocationOnScreen(mTmpAppPos); in computePosition()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1828 final View appView = getAppRootView(anchor); in getMaxAvailableHeight() local
1829 appView.getWindowVisibleDisplayFrame(visibleDisplayFrame); in getMaxAvailableHeight()