Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DWindowManagerImpl.java132 int childHeightMeasureSpec = ViewRootImpl.getRootMeasureSpec(parentHeight, in addView()
138 childWidthMeasureSpec = ViewRootImpl.getRootMeasureSpec(baseSize, in addView()
143 childWidthMeasureSpec = ViewRootImpl.getRootMeasureSpec(parentWidth, in addView()
/frameworks/base/core/java/android/view/
DViewRootImpl.java3186 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width, lp.privateFlags); in measureHierarchy()
3187 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height, in measureHierarchy()
3201 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width, lp.privateFlags); in measureHierarchy()
3214 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width, in measureHierarchy()
3216 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height, in measureHierarchy()
3947 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width, in performTraversals()
3949 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height, in performTraversals()
5049 private static int getRootMeasureSpec(int windowSize, int measurement, int privateFlags) { in getRootMeasureSpec() method in ViewRootImpl
/frameworks/base/boot/
Dboot-image-profile.txt18128 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(III)I
/frameworks/base/config/
Dboot-image-profile.txt18192 HSPLandroid/view/ViewRootImpl;->getRootMeasureSpec(III)I
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64024 Landroid/view/ViewRootImpl;->getRootMeasureSpec(II)I