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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1469 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1470 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1483 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1496 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1497 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
2145 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
2146 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
2633 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 45 milliseconds