Searched refs:getRootMeasureSpec (Results 1 – 1 of 1) sorted by relevance
1146 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()1147 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()1158 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()1171 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()1172 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()1771 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals()1772 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals()2235 private static int getRootMeasureSpec(int windowSize, int rootDimension) { in getRootMeasureSpec() method in ViewRootImpl