HomeSort by relevance Sort by last modified time
    Searched refs:childBottom (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 70 int childBottom;
76 childBottom = lp.y + child.getMeasuredHeight();
79 maxHeight = Math.max(maxHeight, childBottom);
Spinner.java 234 int childBottom = childTop + child.getMeasuredHeight();
240 child.layout(childLeft, childTop, childRight, childBottom);
ListView.java     [all...]
Gallery.java 793 int childBottom = childTop + child.getMeasuredHeight();
804 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
GridView.java     [all...]
LinearLayout.java     [all...]

Completed in 279 milliseconds