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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1306 int childWidthMeasureSpec;
1329 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1331 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1334 + ") from width spec: " + MeasureSpec.toString(childWidthMeasureSpec)
1343 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1344 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1356 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1358 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
2014 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
2024 performMeasure(childWidthMeasureSpec, childHeightMeasureSpe
2268 performMeasure(int childWidthMeasureSpec, int childHeightMeasureSpec) argument
[all...]

Completed in 731 milliseconds