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

1 2

  /frameworks/support/leanback/src/main/java/androidx/leanback/widget/
BrowseRowsFrameLayout.java 54 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
56 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorScrollView.java 62 final int childHeightMeasureSpec = getChildMeasureSpecCompat(parentHeightMeasureSpec,
65 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
78 final int childHeightMeasureSpec = getChildMeasureSpecCompat(parentHeightMeasureSpec,
81 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/base/tests/WindowAnimationJank/src/android/windowanimationjank/
FlowLayout.java 47 int childHeightMeasureSpec;
49 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.AT_MOST);
51 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
58 childHeightMeasureSpec);
  /frameworks/base/core/java/android/widget/
DayPickerViewPager.java 110 final int childHeightMeasureSpec;
123 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
127 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
132 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
FrameLayout.java 240 final int childHeightMeasureSpec;
245 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
248 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
254 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
TableRow.java 218 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
222 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
ScrollView.java 379 final int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
381 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
HorizontalScrollView.java 352 final int childHeightMeasureSpec = getChildMeasureSpec(
354 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
RelativeLayout.java 671 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
676 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
685 final int childHeightMeasureSpec;
688 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
695 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
712 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(maxHeight, heightMode);
715 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
LinearLayout.java     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
DialogViewAnimator.java 124 final int childHeightMeasureSpec;
126 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
131 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
136 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
WatchListDecorLayout.java 129 final int childHeightMeasureSpec;
134 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
137 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
143 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
PercentFrameLayout.java 63 final int childHeightMeasureSpec =
68 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/view/
FillContentLayout.java 100 int childHeightMeasureSpec = getMaxSizeMeasureSpec(
105 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/av/packages/MediaComponents/src/com/android/widget/
BaseLayout.java 140 final int childHeightMeasureSpec;
145 childHeightMeasureSpec = View.MeasureSpec.makeMeasureSpec(
148 childHeightMeasureSpec = mInstance.getChildMeasureSpec(heightMeasureSpec,
154 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
KeyboardShortcutKeysLayout.java 53 int childHeightMeasureSpec;
55 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.AT_MOST);
57 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
65 childHeightMeasureSpec);
  /frameworks/support/media-widget/src/main/java/androidx/media/widget/
BaseLayout.java 153 final int childHeightMeasureSpec;
158 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
161 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
166 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
TestedFrameLayout.java 86 final int childHeightMeasureSpec;
88 childHeightMeasureSpec = lp.hSpec;
92 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.EXACTLY);
94 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
97 recyclerView.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 97 final int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
100 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
BoxInsetLayout.java 180 int childHeightMeasureSpec;
224 childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(
227 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
231 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/support/wear/src/main/java/androidx/wear/widget/
BoxInsetLayout.java 312 int childHeightMeasureSpec;
331 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, totalHeightMargin,
338 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/support/compat/src/main/java/androidx/core/widget/
NestedScrollView.java 582 int childHeightMeasureSpec =
584 child.measure(childWidthMeasureSpec, childHeightMeasureSpec);
    [all...]
  /frameworks/support/slices/view/src/main/java/androidx/slice/widget/
SliceView.java 365 int childHeightMeasureSpec = MeasureSpec.makeMeasureSpec(childHeight, MeasureSpec.EXACTLY);
366 measureChild(mCurrentView, childWidthMeasureSpec, childHeightMeasureSpec);
  /frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/widget/
LinearLayoutCompat.java     [all...]

Completed in 570 milliseconds

1 2