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

1 2

  /frameworks/support/percent/tests/java/android/support/percent/
PercentRelativeTest.java 130 final int childBottom = childToTest.getBottom();
135 0.05f * mContainerHeight, mContainerHeight - childBottom);
151 final int childBottom = childToTest.getBottom();
156 0.2f * mContainerHeight, mContainerHeight - childBottom);
166 final int childBottom = childToTest.getBottom();
182 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom);
PercentFrameTest.java 95 int childBottom = childToTest.getBottom();
104 0.3f * mContainerHeight, mContainerHeight - childBottom);
114 int childBottom = childToTest.getBottom();
121 0.2f * mContainerHeight, mContainerHeight - childBottom);
152 int childBottom = childToTest.getBottom();
161 0.1f * mContainerHeight, mContainerHeight - childBottom);
PercentRelativeRtlTest.java 222 final int childBottom = childToTest.getBottom();
225 0.05f * mContainerHeight, mContainerHeight - childBottom);
255 final int childBottom = childToTest.getBottom();
258 0.2f * mContainerHeight, mContainerHeight - childBottom);
276 final int childBottom = childToTest.getBottom();
296 bottomChild.getTop() - 0.1f * mContainerHeight, childBottom);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/
MasterClearTest.java 71 private void initScrollView(int height, int scrollY, int childBottom) {
74 when(mLinearLayout.getBottom()).thenReturn(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 768 int childBottom = mPaddingTop + child.getMeasuredHeight();
770 child.layout(mPaddingLeft, mPaddingTop, childRight, childBottom);
    [all...]
Gallery.java 923 int childBottom = childTop + child.getMeasuredHeight();
934 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
Spinner.java 759 int childBottom = childTop + child.getMeasuredHeight();
765 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
StackView.java     [all...]
ListView.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/TV/src/com/android/tv/tuner/layout/
ScaledLayout.java 263 int childBottom = paddingLeft + mRectArray[i].bottom;
267 childBottom, childLeft,
270 child.layout(childLeft, childTop, childRight, childBottom);
  /packages/apps/TV/src/com/android/tv/menu/
MenuLayoutManager.java 260 int childBottom = relativeBottom;
270 childBottom = Math.min(nextTitleTopMax, childBottomMax);
271 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom));
278 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
284 childBottom = childTop + rowTitleHeight;
285 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
295 childBottom = childTop + rowTitleHeight;
296 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom));
    [all...]
  /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     [all...]
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 393 int childBottom = mLayoutManager.getDecoratedBottom(childView);
394 if ((childTop + childBottom) / 2 > top) {
  /packages/services/Car/car-support-lib/src/android/support/car/ui/
CarLayoutManager.java 652 int childBottom = getDecoratedBottom(child) + params.bottomMargin;
654 if (childBottom <= listBottom) {
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationChildrenContainer.java 720 float childBottom = childTop + child.getActualHeight();
725 } else if (childBottom > layoutEnd) {
726 clipBottomAmount = (int) (childBottom - layoutEnd);
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
  /frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java 721 final int childBottom = childTop + child.getMeasuredHeight();
722 child.layout(childLeft, paddingTop, childRight, childBottom);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java     [all...]

Completed in 1583 milliseconds

1 2