HomeSort by relevance Sort by last modified time
    Searched refs:childHeightMeasureSpec (Results 1 - 23 of 23) sorted by null

  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
BrowseRowsFrameLayout.java 49 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
51 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
ShadowOverlayContainer.java 158 int childWidthMeasureSpec, childHeightMeasureSpec;
167 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec
170 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
172 mWrappedView.measure(childWidthMeasureSpec, childHeightMeasureSpec);
191 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec
194 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 0, lp.height);
196 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Browser/src/com/android/browser/
BookmarkItem.java 168 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
171 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
189 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
193 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Contacts/src/com/android/contacts/widget/
InterpolatingLayout.java 240 int childHeightMeasureSpec;
243 childHeightMeasureSpec = MeasureSpec.UNSPECIFIED;
246 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
251 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
256 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/widget/
PrintOptionsLayout.java 96 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
99 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 366 int childHeightMeasureSpec = getChildMeasureSpec(
374 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
387 int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
390 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /cts/apps/CtsVerifier/src/android/support/wearable/view/
BoxInsetLayout.java 182 int childHeightMeasureSpec;
226 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
229 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
233 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/base/core/java/android/widget/
FrameLayout.java 478 int childHeightMeasureSpec;
493 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight() -
498 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
504 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
TableRow.java 219 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
HorizontalScrollView.java 329 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
335 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
ScrollView.java 358 int childHeightMeasureSpec =
361 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
RelativeLayout.java 692 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
697 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
711 int childHeightMeasureSpec;
714 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
720 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
723 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.EXACTLY);
725 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.AT_MOST);
727 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
LinearLayout.java     [all...]
Toolbar.java     [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
ViewGroup.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
LinearLayoutCompat.java     [all...]
Toolbar.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java 547 final int childHeightMeasureSpec =
550 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
PagedView.java 694 final int childHeightMeasureSpec =
697 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java     [all...]
  /prebuilts/sdk/current/support/v17/leanback/libs/
android-support-v17-leanback.jar 
  /prebuilts/sdk/current/support/v7/appcompat/libs/
android-support-v7-appcompat.jar 

Completed in 471 milliseconds