Searched refs:appRect (Results 1 – 1 of 1) sorted by relevance
142 final Rect appRect = mDisplay.getAppRect(); in testLayout() local148 expectedWidthPx = (int) (appRect.width() * DEFAULT_WIDTH_FRACTION); in testLayout()149 expectedHeightPx = (int) (appRect.height() * DEFAULT_HEIGHT_FRACTION); in testLayout()157 vGravity, hGravity, expectedWidthPx, expectedHeightPx, containingRect, appRect); in testLayout()