Home
last modified time | relevance | path

Searched defs:childBottom (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/widget/
DAbsoluteLayout.java70 int childBottom; in onMeasure() local
DSpinner.java234 int childBottom = childTop + child.getMeasuredHeight(); in setUpChild() local
DListView.java1755 child.layout(childrenLeft, childTop, childRight, childBottom); in setupChild() argument
2417 final int childBottom = childTop + h; in relayoutMeasuredItem() local
DLinearLayout.java1023 int childBottom = height - mPaddingBottom; in layoutHorizontal() local
DGallery.java793 int childBottom = childTop + child.getMeasuredHeight(); in setUpChild() local