Home
last modified time | relevance | path

Searched refs:getRootMeasureSpec (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/view/
DViewRootImpl.java1543 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1544 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1557 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1570 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1571 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
2265 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width); in performTraversals()
2266 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height); in performTraversals()
2942 private static int getRootMeasureSpec(int windowSize, int rootDimension) { in getRootMeasureSpec() method in ViewRootImpl
/frameworks/base/config/
Dboot-image-profile.txt34457 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
Dhiddenapi-private-dex.txt98703 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I