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

/frameworks/base/core/java/android/view/
H A DViewRootImpl.java1064 int childWidthMeasureSpec;
1086 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1088 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1098 childWidthMeasureSpec = getRootMeasureSpec(baseSize, lp.width);
1099 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1111 childWidthMeasureSpec = getRootMeasureSpec(desiredWindowWidth, lp.width);
1113 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1672 int childWidthMeasureSpec = getRootMeasureSpec(mWidth, lp.width);
1682 performMeasure(childWidthMeasureSpec, childHeightMeasureSpec);
1693 childWidthMeasureSpec
1913 performMeasure(int childWidthMeasureSpec, int childHeightMeasureSpec) argument
[all...]

Completed in 78 milliseconds