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()145 outParams.x = mTmpAnchorPos[0] + offsetX - appView.getWidth() / 2; in computePosition()
130 final View appView = mAppEntityViews[index]; in AppEntitiesHeaderController() local131 mAppIconViews[index] = (ImageView) appView.findViewById(R.id.app_icon); in AppEntitiesHeaderController()132 mAppTitleViews[index] = (TextView) appView.findViewById(R.id.app_title); in AppEntitiesHeaderController()133 mAppSummaryViews[index] = (TextView) appView.findViewById(R.id.app_summary); in AppEntitiesHeaderController()
1980 final View appView = getAppRootView(anchor); in getMaxAvailableHeight() local1981 appView.getWindowVisibleDisplayFrame(visibleDisplayFrame); in getMaxAvailableHeight()