Home
last modified time | relevance | path

Searched refs:childBottom (Results 1 – 21 of 21) sorted by relevance

/frameworks/support/percent/tests/java/android/support/percent/
DPercentRelativeTest.java130 final int childBottom = childToTest.getBottom(); in testBottomChild() local
135 0.05f * mContainerHeight, mContainerHeight - childBottom); in testBottomChild()
151 final int childBottom = childToTest.getBottom(); in testRightChild() local
156 0.2f * mContainerHeight, mContainerHeight - childBottom); in testRightChild()
166 final int childBottom = childToTest.getBottom(); in testCenterChild() local
182 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
DPercentRelativeRtlTest.java222 final int childBottom = childToTest.getBottom(); in testBottomChild() local
225 0.05f * mContainerHeight, mContainerHeight - childBottom); in testBottomChild()
255 final int childBottom = childToTest.getBottom(); in testEndChild() local
258 0.2f * mContainerHeight, mContainerHeight - childBottom); in testEndChild()
276 final int childBottom = childToTest.getBottom(); in testCenterChild() local
296 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom); in testCenterChild()
DPercentFrameTest.java95 int childBottom = childToTest.getBottom(); in testMarginsSingle() local
104 0.3f * mContainerHeight, mContainerHeight - childBottom); in testMarginsSingle()
114 int childBottom = childToTest.getBottom(); in testMarginsMultiple() local
121 0.2f * mContainerHeight, mContainerHeight - childBottom); in testMarginsMultiple()
152 int childBottom = childToTest.getBottom(); in testMarginsBottomRight() local
161 0.1f * mContainerHeight, mContainerHeight - childBottom); in testMarginsBottomRight()
/frameworks/base/core/java/android/widget/
DAbsoluteLayout.java73 int childBottom; in onMeasure() local
79 childBottom = lp.y + child.getMeasuredHeight(); in onMeasure()
82 maxHeight = Math.max(maxHeight, childBottom); in onMeasure()
DAdapterViewAnimator.java768 int childBottom = mPaddingTop + child.getMeasuredHeight(); in onLayout() local
770 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom); in onLayout()
DSpinner.java759 int childBottom = childTop + child.getMeasuredHeight(); in setUpChild() local
765 child.layout(childLeft, childTop, childRight, childBottom); in setUpChild()
DGallery.java923 int childBottom = childTop + child.getMeasuredHeight(); in setUpChild() local
934 child.layout(childLeft, childTop, childRight, childBottom); in setUpChild()
DListView.java1256 final int childBottom = focusedChild.getBottom(); in onSizeChanged() local
1257 final int offset = Math.max(0, childBottom - (h - mPaddingTop)); in onSizeChanged()
2161 final int childBottom = childTop + h; in setupChild() local
2162 child.layout(childrenLeft, childTop, childRight, childBottom); in setupChild()
2896 final int childBottom = childTop + h; in relayoutMeasuredItem() local
2897 child.layout(childLeft, childTop, childRight, childBottom); in relayoutMeasuredItem()
DStackView.java1111 int childBottom = mPaddingTop + child.getMeasuredHeight();
1115 childRight + lp.horizontalOffset, childBottom + lp.verticalOffset);
DLinearLayout.java1676 int childBottom = height - mPaddingBottom; in layoutHorizontal() local
1764 childTop = childBottom - childHeight - lp.bottomMargin; in layoutHorizontal()
DGridView.java1561 final int childBottom = childTop + h; in setupChild() local
1562 child.layout(childLeft, childTop, childRight, childBottom); in setupChild()
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
DPrintOptionsLayout.java154 final int childBottom = childTop + child.getMeasuredHeight(); in onLayout() local
156 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java803 final int childBottom = childTop + childHeight; in layoutChildren() local
806 child.layout(childLeft, childTop, childRight, childBottom); in layoutChildren()
809 mItemBottoms[j] = childBottom; in layoutChildren()
965 final int childBottom = startFrom; in fillUp() local
966 final int childTop = childBottom - childHeight; in fillUp()
969 child.layout(childLeft, childTop, childRight, childBottom); in fillUp()
1080 final int childBottom = childTop + childHeight; in fillDown() local
1083 child.layout(childLeft, childTop, childRight, childBottom); in fillDown()
1086 mItemBottoms[i] = childBottom + rec.getMarginBelow(i - nextCol); in fillDown()
/frameworks/base/core/java/android/app/
DFragmentBreadCrumbs.java205 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom; in onLayout() local
238 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java1267 final int childBottom = child.getBottom() - child.getScrollY(); in isViewPartiallyInBound() local
1270 || childTop >= parentBottom || childBottom <= parentTop) { in isViewPartiallyInBound()
1295 final int childBottom = child.getBottom() - child.getScrollY(); in isViewFullyInBound() local
1298 && childTop >= parentTop && childBottom <= parentBottom) { in isViewFullyInBound()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationChildrenContainer.java739 float childBottom = childTop + child.getActualHeight();
744 } else if (childBottom > layoutEnd) {
745 clipBottomAmount = (int) (childBottom - layoutEnd);
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java1270 int childBottom = paddingLeft + mRectArray[i].bottom; in onLayout() local
1275 childBottom, childLeft, childRight, childTop)); in onLayout()
1277 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/frameworks/support/core-ui/java/android/support/v4/widget/
DSlidingPaneLayout.java716 final int childBottom = childTop + child.getMeasuredHeight(); in onLayout() local
717 child.layout(childLeft, paddingTop, childRight, childBottom); in onLayout()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DLinearLayoutCompat.java1526 int childBottom = height - getPaddingBottom(); in layoutHorizontal() local
1615 childTop = childBottom - childHeight - lp.bottomMargin; in layoutHorizontal()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java8939 final int childBottom = childTop + rect.height(); in requestChildRectangleOnScreen() local
8944 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in requestChildRectangleOnScreen()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java9251 final int childBottom = childTop + rect.height(); in getChildRectangleOnScreenScrollAmount() local
9256 final int offScreenBottom = Math.max(0, childBottom - parentBottom); in getChildRectangleOnScreenScrollAmount()