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()
145 outParams.x = mTmpAnchorPos[0] + offsetX - appView.getWidth() / 2; in computePosition()
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
DTooltipPopup.java136 final View appView = getAppRootView(anchorView); in computePosition() local
137 if (appView == null) { in computePosition()
141 appView.getWindowVisibleDisplayFrame(mTmpDisplayFrame); in computePosition()
156 appView.getLocationOnScreen(mTmpAppPos); in computePosition()
163 outParams.x = mTmpAnchorPos[0] + offsetX - appView.getWidth() / 2; in computePosition()
/frameworks/base/core/java/android/widget/
DPopupWindow.java1833 final View appView = getAppRootView(anchor); in getMaxAvailableHeight() local
1834 appView.getWindowVisibleDisplayFrame(visibleDisplayFrame); in getMaxAvailableHeight()