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

1 2

  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorPadLayout.java 81 final int childBottom = childTop - lp.topMargin - lp.bottomMargin + rowHeight;
87 final int childHeight = childBottom - childTop;
94 childView.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/base/core/java/android/widget/
AbsoluteLayout.java 73 int childBottom;
79 childBottom = lp.y + child.getMeasuredHeight();
82 maxHeight = Math.max(maxHeight, childBottom);
AdapterViewAnimator.java 771 int childBottom = mPaddingTop + child.getMeasuredHeight();
773 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom);
    [all...]
ListView.java     [all...]
Gallery.java 916 int childBottom = childTop + child.getMeasuredHeight();
927 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
Spinner.java 666 int childBottom = childTop + child.getMeasuredHeight();
672 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
StackView.java     [all...]
GridView.java     [all...]
LinearLayout.java     [all...]
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 154 final int childBottom = childTop + child.getMeasuredHeight();
156 child.layout(childLeft, childTop, childRight, childBottom);
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardContainerView.java 126 final int childBottom = childTop + childHeight;
129 child.layout(childLeft, childTop, childRight, childBottom);
  /external/chromium_org/third_party/WebKit/Source/core/html/track/vtt/
VTTRegion.cpp 376 float childBottom = toHTMLDivElement(child)->getBoundingClientRect()->bottom();
378 if (regionBottom >= childBottom)
381 float height = childBottom - childTop;
383 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 205 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom;
238 child.layout(childLeft, childTop, childRight, childBottom);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 801 final int childBottom = overlayTopY + overlayView.getMeasuredHeight();
802 layoutOverlay(overlayView, overlayTopY, childBottom);
803 mAdditionalBottomBorderOverlayTop = (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/
SpinnerCompat.java 586 int childBottom = childTop + child.getMeasuredHeight();
592 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 604 final int childBottom = childTop + childHeight;
608 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 714 final int childBottom = childTop + child.getMeasuredHeight();
715 child.layout(childLeft, paddingTop, childRight, childBottom);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [all...]
  /frameworks/support/v7/recyclerview/src/android/support/v7/widget/
RecyclerView.java     [all...]
  /prebuilts/sdk/current/support/v7/recyclerview/libs/
android-support-v7-recyclerview.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 

Completed in 684 milliseconds

1 2