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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1037 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1038 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1049 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1062 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1063 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1432 childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1433 childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
1713 private int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 82 milliseconds