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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1189 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1190 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1201 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1214 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1215 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1854 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1855 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
2320 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 18 milliseconds