Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2431 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
/aosp12/frameworks/base/boot/
H A Dboot-image-profile.txt18632 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
/aosp12/frameworks/base/config/
H A Dboot-image-profile.txt18680 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt67990 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I