HomeSort by relevance Sort by last modified time
    Searched refs:childBottom (Results 1 - 16 of 16) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
NotificationLinearLayout.java 85 final int childBottom = child.getBottom();
87 glow.setBounds(child.getLeft() - padding.left + insetLeft, childBottom,
88 child.getRight() - padding.right, childBottom + glowHeight);
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 70 int childBottom;
76 childBottom = lp.y + child.getMeasuredHeight();
79 maxHeight = Math.max(maxHeight, childBottom);
AdapterViewAnimator.java 766 int childBottom = mPaddingTop + child.getMeasuredHeight();
768 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom);
    [all...]
Spinner.java 597 int childBottom = childTop + child.getMeasuredHeight();
603 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
ListView.java     [all...]
Gallery.java 912 int childBottom = childTop + child.getMeasuredHeight();
923 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
LinearLayout.java     [all...]
StackView.java     [all...]
GridView.java     [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
QuickSettingsContainerView.java 136 final int childBottom = childTop + childHeight;
139 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 803 final int childBottom = childTop + childHeight;
806 child.layout(childLeft, childTop, childRight, childBottom);
809 mItemBottoms[j] = childBottom;
    [all...]
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 186 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom;
219 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerICS.java 426 int childBottom = childTop + child.getMeasuredHeight();
432 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 676 final int childBottom = childTop + child.getMeasuredHeight();
677 child.layout(childLeft, paddingTop, childRight, childBottom);
    [all...]
  /external/robolectric/lib/main/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 463 milliseconds