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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1124 int childWidthMeasureSpec;
1146 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1148 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1158 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1159 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1171 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1173 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1771 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1781 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1792 childWidthMeasureSpec
2012 performMeasure(int childWidthMeasureSpec, int childHeightMeasureSpec) argument
[all...]

Completed in 13 milliseconds