HomeSort by relevance Sort by last modified time
    Searched refs:childTop (Results 1 - 25 of 75) sorted by null

1 2 3

  /development/samples/Home/src/com/example/android/home/
ApplicationsStackLayout.java 196 int childTop = getHeight();
201 childTop -= childHeight + mMarginBottom;
202 mButton.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
203 childTop -= mMarginTop;
204 mFavoritesEnd = childTop - mMarginBottom;
206 int oldChildTop = childTop;
207 childTop = stackApplications(mFavorites, childLeft, childTop);
208 if (childTop != oldChildTop)
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java 80 final int childTop = paddingTop + lp.topMargin + rowIndex * rowHeight;
81 final int childBottom = childTop - lp.topMargin - lp.bottomMargin + rowHeight;
87 final int childHeight = childBottom - childTop;
94 childView.layout(childLeft, childTop, childRight, childBottom);
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 258 int childTop;
305 childTop = 0;
307 childTop = parentTop + lp.topMargin;
311 childTop = parentTop + (parentBottom - parentTop - height) / 2 +
317 childTop = bottom - top - height;
319 childTop = parentBottom - height - lp.bottomMargin;
323 childTop = parentTop + lp.topMargin;
327 child.layout(childLeft, childTop, childLeft + width, childTop + height);
  /frameworks/base/core/java/com/android/internal/widget/
AbsActionBarView.java 260 int childTop = y + (contentHeight - childHeight) / 2;
263 child.layout(x - childWidth, childTop, x, childTop + childHeight);
265 child.layout(x, childTop, x + childWidth, childTop + childHeight);
ActionBarOverlayLayout.java 487 int childTop;
489 childTop = parentBottom - height - lp.bottomMargin;
491 childTop = parentTop + lp.topMargin;
494 child.layout(childLeft, childTop, childLeft + width, childTop + height);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsActionBarView.java 244 int childTop = y + (contentHeight - childHeight) / 2;
247 child.layout(x - childWidth, childTop, x, childTop + childHeight);
249 child.layout(x, childTop, x + childWidth, childTop + childHeight);
ActionBarOverlayLayout.java 495 int childTop;
497 childTop = parentBottom - height - lp.bottomMargin;
499 childTop = parentTop + lp.topMargin;
502 child.layout(childLeft, childTop, childLeft + width, childTop + height);
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
PictureLayout.java 153 final int childTop = getPaddingTop();
154 child.layout(childLeft, childTop,
156 childTop + child.getMeasuredHeight());
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 122 int childTop = mPaddingTop + lp.y;
123 child.layout(childLeft, childTop,
125 childTop + child.getMeasuredHeight());
LinearLayout.java 506 // We should add to childTop:
510 int childTop = mBaselineChildTop;
517 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
521 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
529 return childTop + lp.topMargin + childBaseline;
    [all...]
FrameLayout.java 532 int childTop;
560 childTop = parentTop + lp.topMargin;
563 childTop = parentTop + (parentBottom - parentTop - height) / 2 +
567 childTop = parentBottom - height - lp.bottomMargin;
570 childTop = parentTop + lp.topMargin;
573 child.layout(childLeft, childTop, childLeft + width, childTop + height);
Gallery.java 915 int childTop = calculateTop(child, true);
916 int childBottom = childTop + child.getMeasuredHeight();
927 child.layout(childLeft, childTop, childRight, childBottom);
940 int childTop = 0;
944 childTop = mSpinnerPadding.top;
949 childTop = mSpinnerPadding.top + (availableSpace / 2);
952 childTop = myHeight - mSpinnerPadding.bottom - childHeight;
955 return childTop;
    [all...]
SlidingDrawer.java 350 int childTop;
356 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset;
362 childTop = (height - childHeight) / 2;
369 handle.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
    [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 152 final int childTop = cellTop + childParams.topMargin;
154 final int childBottom = childTop + child.getMeasuredHeight();
156 child.layout(childLeft, childTop, childRight, childBottom);
PrintContentView.java 419 final int childTop = child.getTop();
424 if (childTop == openedOptionsY || childTop == closedOptionsY) {
429 if (childTop < halfRange) {
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 138 int childTop = lp.y;
139 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height);
ShortcutAndWidgetContainer.java 143 int childTop = lp.y;
144 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height);
154 cellXY[1] + childTop + lp.height / 2, 0, null);
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayoutChildren.java 139 int childTop = lp.y;
140 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height);
ShortcutAndWidgetContainer.java 187 int childTop = lp.y;
188 child.layout(childLeft, childTop, childLeft + lp.width, childTop + lp.height);
198 cellXY[1] + childTop + lp.height / 2, 0, null);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardContainerView.java 125 final int childTop = y;
126 final int childBottom = childTop + childHeight;
129 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 444 // We should add to childTop:
448 int childTop = mBaselineChildTop;
455 childTop = getBottom() - getTop() - getPaddingBottom() - mTotalLength;
459 childTop += ((getBottom() - getTop() - getPaddingTop() - getPaddingBottom()) -
467 return childTop + lp.topMargin + childBaseline;
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AttachmentTileGrid.java 194 int childTop = 0;
205 // in the grid, reset childLeft to 0 and update childTop
209 childTop += childHeight + mTilePadding;
214 child.layout(childLeft, childTop,
215 childLeft + childWidth, childTop + childHeight);
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 790 int childTop = mItemBottoms[col] > Integer.MIN_VALUE ?
793 int lowest = childTop;
800 childTop = lowest;
803 final int childBottom = childTop + childHeight;
806 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 375 float childTop = toHTMLDivElement(child)->getBoundingClientRect()->top();
381 float height = childBottom - childTop;

Completed in 1029 milliseconds

1 2 3