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

  /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);
  /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...]
  /frameworks/base/core/java/android/widget/
FrameLayout.java 352 int childHeightMeasureSpec;
367 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight() -
372 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
378 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
TableRow.java 219 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
223 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
HorizontalScrollView.java 323 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
329 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
ScrollView.java 347 int childHeightMeasureSpec =
350 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
RelativeLayout.java 684 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
689 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
703 int childHeightMeasureSpec;
706 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
712 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
715 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.EXACTLY);
717 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.AT_MOST);
719 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
LinearLayout.java     [all...]
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
HorizontalScrollView.java 312 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
318 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /frameworks/base/core/java/android/view/
ViewRootImpl.java     [all...]
ViewGroup.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 713 final int childHeightMeasureSpec =
716 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java 874 final int childHeightMeasureSpec =
876 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]

Completed in 803 milliseconds