Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/
DViewRootImpl.java1828 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
/frameworks/base/config/
Dboot-image-profile.txt17649 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
Dhiddenapi-greylist-max-o.txt79096 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I