Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java260 int childBottom = relativeBottom; in getViewLayouts() local
270 childBottom = Math.min(nextTitleTopMax, childBottomMax); in getViewLayouts()
271 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom)); in getViewLayouts()
278 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts()
284 childBottom = childTop + rowTitleHeight; in getViewLayouts()
285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts()
295 childBottom = childTop + rowTitleHeight; in getViewLayouts()
296 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom)); in getViewLayouts()
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DConversationContainer.java809 final int childBottom = overlayTopY + overlayView.getMeasuredHeight(); in positionOverlay() local
810 layoutOverlay(overlayView, overlayTopY, childBottom); in positionOverlay()
811 mAdditionalBottomBorderOverlayTop = (childBottom > mAdditionalBottomBorderOverlayTop) ? in positionOverlay()
812 childBottom : mAdditionalBottomBorderOverlayTop; in positionOverlay()
837 private void layoutOverlay(View child, int childTop, int childBottom) { in layoutOverlay() argument
839 final int bottom = childBottom - mOffsetY; in layoutOverlay()
/packages/apps/TV/src/com/android/tv/tuner/layout/
DScaledLayout.java263 int childBottom = paddingLeft + mRectArray[i].bottom; in onLayout() local
267 childBottom, childLeft, in onLayout()
270 child.layout(childLeft, childTop, childRight, childBottom); in onLayout()
/packages/apps/Settings/tests/robotests/src/com/android/settings/
DMasterClearTest.java71 private void initScrollView(int height, int scrollY, int childBottom) { in initScrollView() argument
74 when(mLinearLayout.getBottom()).thenReturn(childBottom); in initScrollView()
/packages/services/Car/car-support-lib/src/android/support/car/ui/
DCarLayoutManager.java652 int childBottom = getDecoratedBottom(child) + params.bottomMargin; in getLastFullyVisibleChildIndex() local
654 if (childBottom <= listBottom) { in getLastFullyVisibleChildIndex()
1272 int childBottom = getDecoratedBottom(child) + getParams(child).bottomMargin; in calculateNextPageBreakPosition() local
1273 if (childBottom - referenceViewTop > getHeight() - getPaddingTop()) { in calculateNextPageBreakPosition()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java393 int childBottom = mLayoutManager.getDecoratedBottom(childView); in getFirstVisibleChildIndex() local
394 if ((childTop + childBottom) / 2 > top) { in getFirstVisibleChildIndex()
/packages/apps/Settings/src/com/android/settings/widget/
DMatchParentShrinkingLinearLayout.java1224 int childBottom = height - mPaddingBottom; in layoutHorizontal() local
1313 childTop = childBottom - childHeight - lp.bottomMargin; in layoutHorizontal()