Searched refs:getRootMeasureSpec (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | ViewRootImpl.java | 2910 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 D | boot-image-profile.txt | 18450 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(III)I
|
/aosp14/frameworks/base/config/ |
H A D | boot-image-profile.txt | 18514 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(III)I
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 64667 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I
|