HomeSort by relevance Sort by last modified time
    Searched refs:childTop (Results 26 - 50 of 97) sorted by null

12 3 4

  /frameworks/base/core/java/android/widget/
LinearLayout.java 577 // We should add to childTop:
581 int childTop = mBaselineChildTop;
588 childTop = mBottom - mTop - mPaddingBottom - mTotalLength;
592 childTop += ((mBottom - mTop - mPaddingTop - mPaddingBottom) -
600 return childTop + lp.topMargin + childBaseline;
    [all...]
Gallery.java 922 int childTop = calculateTop(child, true);
923 int childBottom = childTop + child.getMeasuredHeight();
934 child.layout(childLeft, childTop, childRight, childBottom);
947 int childTop = 0;
951 childTop = mSpinnerPadding.top;
956 childTop = mSpinnerPadding.top + (availableSpace / 2);
959 childTop = myHeight - mSpinnerPadding.bottom - childHeight;
962 return childTop;
    [all...]
SlidingDrawer.java 345 int childTop;
351 childTop = mExpanded ? mTopOffset : height - childHeight + mBottomOffset;
357 childTop = (height - childHeight) / 2;
364 handle.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
    [all...]
Spinner.java 756 int childTop = mSpinnerPadding.top
759 int childBottom = childTop + child.getMeasuredHeight();
765 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/layout/
ScaledLayout.java 262 int childTop = paddingTop + mRectArray[i].top;
268 childRight, childTop));
270 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintContentView.java 420 final int childTop = child.getTop();
425 if (childTop == openedOptionsY || childTop == closedOptionsY) {
430 if (childTop < halfRange) {
  /packages/apps/TV/src/com/android/tv/menu/
MenuLayoutManager.java 258 int childTop = relativeBottom - mRowAlignFromBottom - rowContentsHeight / 2
278 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
283 childTop -= mRowTitleHeight;
284 childBottom = childTop + rowTitleHeight;
285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
291 childTop = relativeBottom;
295 childBottom = childTop + rowTitleHeight;
296 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom));
297 childTop += mRowTitleHeight;
    [all...]
  /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...]
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarOverlayLayout.java 491 int childTop;
493 childTop = parentBottom - height - lp.bottomMargin;
495 childTop = parentTop + lp.topMargin;
498 child.layout(childLeft, childTop, childLeft + width, childTop + height);
ViewPager.java     [all...]
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 204 final int childTop = mPaddingTop;
238 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/support/wear/src/android/support/wear/widget/drawer/
WearableDrawerLayout.java 586 final int childTop = -height + (int) (height * openedPercent);
587 v.layout(v.getLeft(), childTop, v.getRight(), childTop + height);
592 final int childTop = (int) (getHeight() - height * openedPercent);
593 v.layout(v.getLeft(), childTop, v.getRight(), childTop + height);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 728 final int childTop = lp.topMargin;
729 nonScrollingChild.layout(childLeft, childTop, childLeft + w, childTop + h);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionBarOverlayLayout.java 441 int childTop = parentTop + lp.topMargin;
443 child.layout(childLeft, childTop, childLeft + width, childTop + height);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 719 float childTop = child.getTranslationY();
720 float childBottom = childTop + child.getActualHeight();
723 if (childTop > layoutEnd) {
    [all...]
NotificationStackScrollLayout.java     [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 392 int childTop = mLayoutManager.getDecoratedTop(childView);
394 if ((childTop + childBottom) / 2 > top) {
  /frameworks/support/core-ui/java/android/support/v4/view/
ViewPager.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
DrawerLayout.java     [all...]
SwipeRefreshLayout.java 608 final int childTop = getPaddingTop();
611 child.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 802 int childTop;
804 childTop = offsetY;
806 childTop = offsetY + getPaddingTop() + mInsets.top;
807 childTop += (getViewportHeight() - mInsets.top - mInsets.bottom - verticalPadding - child.getMeasuredHeight()) / 2;
813 if (DEBUG) Log.d(TAG, "\tlayout-child" + i + ": " + childLeft + ", " + childTop);
814 child.layout(childLeft, childTop,
815 childLeft + child.getMeasuredWidth(), childTop + childHeight);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
RecentsView.java 376 int childTop = top + mSystemInsets.top +
378 mEmptyView.layout(childLeft, childTop, childLeft + childWidth, childTop + childHeight);
    [all...]
  /prebuilts/sdk/current/support/wear/libs/
android-support-wear.jar 
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 664 int childTop = getPaddingTop();
666 childTop += ((getMeasuredHeight() - verticalPadding) - childHeight) / 2;
669 if (DEBUG) Log.d(TAG, "\tlayout-child" + i + ": " + childLeft + ", " + childTop);
670 child.layout(childLeft, childTop,
671 childLeft + child.getMeasuredWidth(), childTop + childHeight);
    [all...]

Completed in 749 milliseconds

12 3 4