Home
last modified time | relevance | path

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

/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java162 final int childBottom = childTop + child.getMeasuredHeight(); in onLayout() local
/frameworks/base/core/java/android/widget/
DAbsoluteLayout.java74 int childBottom; in onMeasure() local
DListView.java1264 final int childBottom = focusedChild.getBottom(); in onSizeChanged() local
2176 final int childBottom = childTop + h; in setupChild() local
2914 final int childBottom = childTop + h; in relayoutMeasuredItem() local
DAdapterViewAnimator.java771 int childBottom = mPaddingTop + child.getMeasuredHeight(); in onLayout() local
DSpinner.java771 int childBottom = childTop + child.getMeasuredHeight(); in setUpChild() local
DGallery.java939 int childBottom = childTop + child.getMeasuredHeight(); in setUpChild() local
DLinearLayout.java1714 int childBottom = height - mPaddingBottom; in layoutHorizontal() local
DGridView.java1581 final int childBottom = childTop + h; in setupChild() local
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java208 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom; in onLayout() local
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java803 final int childBottom = childTop + childHeight; in layoutChildren() local
965 final int childBottom = startFrom; in fillUp() local
1080 final int childBottom = childTop + childHeight; in fillDown() local
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java1270 int childBottom = paddingLeft + mRectArray[i].bottom; in onLayout() local
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8941 final int childBottom = childTop + rect.height(); in requestChildRectangleOnScreen() local