Searched refs:getRootMeasureSpec (Results 1 – 2 of 2) sorted by relevance
2199 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()2200 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()2213 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()2226 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()2227 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()2870 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals()2871 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals()3624 private static int getRootMeasureSpec(int windowSize, int rootDimension) { in getRootMeasureSpec() method in ViewRootImpl
23690 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I