Searched refs:getRootMeasureSpec (Results 1 – 3 of 3) sorted by relevance
1828 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()1829 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()1842 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width); in measureHierarchy()1855 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width); in measureHierarchy()1856 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height); in measureHierarchy()2555 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals()2556 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals()3306 private static int getRootMeasureSpec(int windowSize, int rootDimension) { in getRootMeasureSpec() method in ViewRootImpl
17649 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
79096 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I