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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1337 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1338 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
1351 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1364 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1365 childHeightMeasureSpec = getRootMeasureSpec(desiredWindowHeight, lp.height);
2013 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
2014 int childHeightMeasureSpec = getRootMeasureSpec(mHeight, lp.height);
2495 private static int getRootMeasureSpec(int windowSize, int rootDimension) { method in class:ViewRootImpl

Completed in 39 milliseconds