Searched refs:appView (Results 1 – 3 of 3) sorted by relevance
131 final View appView = WindowManagerGlobal.getInstance().getWindowView( in computePosition() local133 if (appView == null) { in computePosition()137 appView.getWindowVisibleDisplayFrame(mTmpDisplayFrame); in computePosition()138 appView.getLocationOnScreen(mTmpAppPos); in computePosition()
137 final View appView = getAppRootView(anchorView); in computePosition() local138 if (appView == null) { in computePosition()142 appView.getWindowVisibleDisplayFrame(mTmpDisplayFrame); in computePosition()157 appView.getLocationOnScreen(mTmpAppPos); in computePosition()
1828 final View appView = getAppRootView(anchor); in getMaxAvailableHeight() local1829 appView.getWindowVisibleDisplayFrame(visibleDisplayFrame); in getMaxAvailableHeight()