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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1073 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1074 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1085 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1098 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1099 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1639 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1640 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
1898 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 28 milliseconds