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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1082 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1083 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1094 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1107 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1108 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1668 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1669 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
2132 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 42 milliseconds