Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/view/
H A DViewRootImpl.java2910 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width, lp.privateFlags); in measureHierarchy()
2911 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height, in measureHierarchy()
2925 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width, lp.privateFlags); in measureHierarchy()
2938 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width, in measureHierarchy()
2940 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height, in measureHierarchy()
3674 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width, in performTraversals()
3676 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height, in performTraversals()
4605 private static int getRootMeasureSpec(int windowSize, int measurement, int privateFlags) { in getRootMeasureSpec() method in ViewRootImpl
/aosp14/frameworks/base/boot/
H A Dboot-image-profile.txt18450 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(III)I
/aosp14/frameworks/base/config/
H A Dboot-image-profile.txt18514 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(III)I
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt64667 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I