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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1146 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1147 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1158 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1171 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1172 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1771 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1772 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
2235 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 21 milliseconds