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

1 2

  /frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/
PercentRelativeTest.java 131 final int childBottom = childToTest.getBottom();
136 0.05f * mContainerHeight, mContainerHeight - childBottom);
152 final int childBottom = childToTest.getBottom();
157 0.2f * mContainerHeight, mContainerHeight - childBottom);
167 final int childBottom = childToTest.getBottom();
183 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);
  /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...]
LinearLayout.java     [all...]
Spinner.java 759 int childBottom = childTop + child.getMeasuredHeight();
765 child.layout(childLeft, childTop, childRight, childBottom);
    [all...]
GridView.java     [all...]
ListView.java     [all...]
  /frameworks/base/core/java/android/app/
FragmentBreadCrumbs.java 208 final int childBottom = mPaddingTop + child.getMeasuredHeight() - mPaddingBottom;
241 child.layout(childLeft, childTop, childRight, childBottom);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 162 final int childBottom = childTop + child.getMeasuredHeight();
164 child.layout(childStart, childTop, childEnd, childBottom);
  /packages/apps/TV/tuner/src/com/android/tv/tuner/layout/
ScaledLayout.java 277 int childBottom = paddingLeft + mRectArray[i].bottom;
284 childBottom, childLeft, childRight, childTop));
286 child.layout(childLeft, childTop, childRight, childBottom);
  /packages/apps/TV/src/com/android/tv/guide/
ProgramGrid.java 339 int childBottom = mLayoutManager.getDecoratedBottom(childView);
340 if ((childTop + childBottom) / 2 > top) {
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java     [all...]
  /packages/apps/TV/src/com/android/tv/menu/
MenuLayoutManager.java 302 int childBottom = relativeBottom;
319 childBottom = Math.min(nextTitleTopMax, childBottomMax);
320 layouts.add(new Rect(relativeLeft, childBottom, relateiveRight, relativeBottom));
327 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
333 childBottom = childTop + rowTitleHeight;
334 layouts.add(0, new Rect(relativeLeft, childTop, relateiveRight, childBottom));
344 childBottom = childTop + rowTitleHeight;
345 layouts.add(new Rect(relativeLeft, childTop, relateiveRight, childBottom));
    [all...]
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java     [all...]
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
BaseRecyclerViewInstrumentationTest.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java     [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/support/slidingpanelayout/src/main/java/androidx/slidingpanelayout/widget/
SlidingPaneLayout.java 709 final int childBottom = childTop + child.getMeasuredHeight();
710 child.layout(childLeft, paddingTop, childRight, childBottom);
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RecyclerView.java     [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
RecyclerView.java     [all...]
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 957 milliseconds

1 2