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

1 2

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BrowseRowsFrameLayout.java 47 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
49 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
ShadowOverlayContainer.java 164 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
170 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
187 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
194 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
GridLayoutManager.java 867 int childWidthSpec = ViewGroup.getChildMeasureSpec(widthSpec,
869 int childHeightSpec = ViewGroup.getChildMeasureSpec(heightSpec,
    [all...]
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 166 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
168 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
186 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
189 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 92 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
96 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardContainerView.java 65 int newWidthSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
66 int newHeightSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 76 getChildMeasureSpec(widthMeasureSpec, 0 /* padding */, layoutParams.width),
87 child.measure(getChildMeasureSpec(
  /frameworks/base/core/java/android/widget/
TableRow.java 214 // ViewGroup.getChildMeasureSpec() would get rid of it anyway
219 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
304 spec = getChildMeasureSpec(widthMeasureSpec, 0, LayoutParams.WRAP_CONTENT);
FrameLayout.java 486 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
498 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
HorizontalScrollView.java 329 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
    [all...]
ScrollView.java 354 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
    [all...]
GridView.java     [all...]
RelativeLayout.java 687 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
692 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
701 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
746 private int getChildMeasureSpec(int childStart, int childEnd,
    [all...]
Toolbar.java     [all...]
Gallery.java 903 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
905 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
Spinner.java 651 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
653 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
ActionMenuView.java 172 final int itemHeightSpec = getChildMeasureSpec(heightMeasureSpec, heightPadding,
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 366 int childHeightMeasureSpec = getChildMeasureSpec(
382 int childWidthMeasureSpec = getChildMeasureSpec(
    [all...]
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 207 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
229 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 441 final int widthMeasureSpec = ViewGroup.getChildMeasureSpec(
444 final int heightMeasureSpec = ViewGroup.getChildMeasureSpec(
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerCompat.java 571 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
573 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 751 ViewGroup.getChildMeasureSpec(spec, padding, childDimension));
756 ViewGroup.getChildMeasureSpec(spec, padding, childDimension));
931 assertEquals(ViewGroup.getChildMeasureSpec(parentWidthMeasureSpec, 0, width),
933 assertEquals(ViewGroup.getChildMeasureSpec(parentHeightMeasureSpec, 0, height),
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
Toolbar.java     [all...]
ActionMenuView.java 182 final int itemHeightSpec = getChildMeasureSpec(heightMeasureSpec, heightPadding,
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]

Completed in 2247 milliseconds

1 2