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

1 2

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BrowseRowsFrameLayout.java 47 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
51 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
ShadowOverlayContainer.java 255 int childWidthMeasureSpec, childHeightMeasureSpec;
258 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec
261 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
269 mWrappedView.measure(childWidthMeasureSpec, childHeightMeasureSpec);
281 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec
284 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 0, lp.width);
293 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/base/core/java/android/widget/
DayPickerViewPager.java 108 final int childWidthMeasureSpec;
112 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
116 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
131 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
FrameLayout.java 235 final int childWidthMeasureSpec;
240 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
243 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
263 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
TableRow.java 215 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
HorizontalScrollView.java 336 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
338 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
ScrollView.java 367 final int childWidthMeasureSpec = getChildMeasureSpec(
371 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
RelativeLayout.java 666 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
681 final int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft, params.mRight,
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
LinearLayout.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 112 final int childWidthMeasureSpec;
114 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
119 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 86 final int childWidthMeasureSpec;
88 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
92 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 166 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
171 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
186 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
193 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayoutChildren.java 98 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(lp.width,
103 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
ShortcutAndWidgetContainer.java 120 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY);
123 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
PagedViewCellLayout.java 212 int childWidthMeasureSpec =
218 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 229 int childWidthMeasureSpec;
232 childWidthMeasureSpec = MeasureSpec.UNSPECIFIED;
235 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
256 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 371 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
374 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
382 int childWidthMeasureSpec = getChildMeasureSpec(
390 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 181 int childWidthMeasureSpec;
204 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
207 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
233 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Launcher3/src/com/android/launcher3/
ShortcutAndWidgetContainer.java 166 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY);
169 child.measure(childWidthMeasureSpec, childheightMeasureSpec);
  /frameworks/support/v4/java/android/support/v4/widget/
NestedScrollView.java 451 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
458 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /packages/apps/Settings/src/com/android/settings/widget/
MatchParentShrinkingLinearLayout.java 844 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
858 child.measure(childWidthMeasureSpec,
863 child.measure(childWidthMeasureSpec,
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java 791 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
805 child.measure(childWidthMeasureSpec,
810 child.measure(childWidthMeasureSpec,
    [all...]
  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 655 int childWidthMeasureSpec = widthMeasureSpec;
665 childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(
672 if (b == null || !b.onMeasureChild(this, child, childWidthMeasureSpec, keylineWidthUsed,
674 onMeasureChild(child, childWidthMeasureSpec, keylineWidthUsed,
    [all...]
TabLayout.java 735 int childWidthMeasureSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.EXACTLY);
736 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]

Completed in 1796 milliseconds

1 2