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

  /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...]
ListView.java     [all...]
Gallery.java 912 int childBottom = childTop + child.getMeasuredHeight();
923 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
Spinner.java 641 int childBottom = childTop + child.getMeasuredHeight();
647 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
StackView.java     [all...]
GridView.java     [all...]
LinearLayout.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);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrackRegion.cpp 410 float childBottom = static_cast<HTMLDivElement*>(m_cueContainer->childNode(i))->getBoundingClientRect()->bottom();
412 if (regionBottom >= childBottom)
415 float height = childBottom - childTop;
417 m_currentTop -= std::min(height, childBottom - regionBottom);
  /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);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 813 final int childBottom = overlayTopY + overlayView.getMeasuredHeight();
814 layoutOverlay(overlayView, overlayTopY, childBottom);
815 mAdditionalBottomBorderOverlayTop = (childBottom > mAdditionalBottomBorderOverlayTop) ?
816 childBottom : mAdditionalBottomBorderOverlayTop;
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java     [all...]
  /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 683 final int childBottom = childTop + child.getMeasuredHeight();
684 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 562 milliseconds