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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1086 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1087 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1098 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1111 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1112 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1672 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1673 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
2136 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 53 milliseconds