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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1167 int childWidthMeasureSpec;
1189 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1191 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1201 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1202 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1214 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1216 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1854 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1864 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1875 childWidthMeasureSpec
2097 performMeasure(int childWidthMeasureSpec, int childHeightMeasureSpec) argument
[all...]

Completed in 88 milliseconds