Searched refs:getRootMeasureSpec (Results 1 – 4 of 4) sorted by relevance
2431 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()2432 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()2445 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()2458 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()2459 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()3137 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals()3138 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals()3909 private static int getRootMeasureSpec(int windowSize, int rootDimension) { in getRootMeasureSpec() method
18632 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
18680 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
67990 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I