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()
128 final View appView = mAppEntityViews[index]; in AppEntitiesHeaderController() local129 mAppIconViews[index] = (ImageView) appView.findViewById(R.id.app_icon); in AppEntitiesHeaderController()130 mAppTitleViews[index] = (TextView) appView.findViewById(R.id.app_title); in AppEntitiesHeaderController()131 mAppSummaryViews[index] = (TextView) appView.findViewById(R.id.app_summary); in AppEntitiesHeaderController()
1977 final View appView = getAppRootView(anchor); in getMaxAvailableHeight() local1978 appView.getWindowVisibleDisplayFrame(visibleDisplayFrame); in getMaxAvailableHeight()