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

1 2 3

  /frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/
ThemePreviewLayout.java 106 int childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
116 measureChild(v, childWidthSpec, childHeightSpec);
141 childHeightSpec = MeasureSpec.makeMeasureSpec(itemHeight, MeasureSpec.EXACTLY);
149 measureChild(v, childWidthSpec, childHeightSpec);
  /frameworks/base/core/java/com/android/internal/widget/
AlertDialogLayout.java 136 final int childHeightSpec;
138 childHeightSpec = MeasureSpec.UNSPECIFIED;
140 childHeightSpec = MeasureSpec.makeMeasureSpec(
144 middlePanel.measure(widthMeasureSpec, childHeightSpec);
165 final int childHeightSpec = MeasureSpec.makeMeasureSpec(
167 buttonPanel.measure(widthMeasureSpec, childHeightSpec);
185 final int childHeightSpec = MeasureSpec.makeMeasureSpec(
187 middlePanel.measure(widthMeasureSpec, childHeightSpec);
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
AlertDialogLayout.java 125 final int childHeightSpec;
127 childHeightSpec = MeasureSpec.UNSPECIFIED;
129 childHeightSpec = MeasureSpec.makeMeasureSpec(
133 middlePanel.measure(widthMeasureSpec, childHeightSpec);
154 final int childHeightSpec = MeasureSpec.makeMeasureSpec(
156 buttonPanel.measure(widthMeasureSpec, childHeightSpec);
174 final int childHeightSpec = MeasureSpec.makeMeasureSpec(
176 middlePanel.measure(widthMeasureSpec, childHeightSpec);
ActionMenuView.java 408 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
418 child.measure(childWidthSpec, childHeightSpec);
432 childHeightSpec);
Toolbar.java     [all...]
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 44 int childHeightSpec = MeasureSpec.makeMeasureSpec(height, MeasureSpec.UNSPECIFIED);
48 getChildAt(i).measure(childWidthSpec, childHeightSpec);
  /frameworks/support/core-ui/java/android/support/v4/view/
PagerTitleStrip.java 289 final int childHeightSpec = MeasureSpec.makeMeasureSpec(maxHeight, MeasureSpec.AT_MOST);
290 mPrevText.measure(childWidthSpec, childHeightSpec);
291 mCurrText.measure(childWidthSpec, childHeightSpec);
292 mNextText.measure(childWidthSpec, childHeightSpec);
423 final int childHeightSpec = getChildMeasureSpec(heightMeasureSpec,
431 mPrevText.measure(childWidthSpec, childHeightSpec);
432 mCurrText.measure(childWidthSpec, childHeightSpec);
433 mNextText.measure(childWidthSpec, childHeightSpec);
  /frameworks/support/core-ui/java/android/support/v4/widget/
SlidingPaneLayout.java 539 int childHeightSpec;
541 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.AT_MOST);
543 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.EXACTLY);
545 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height, MeasureSpec.EXACTLY);
548 child.measure(childWidthSpec, childHeightSpec);
586 final int childHeightSpec;
591 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight,
594 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight,
597 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height,
601 childHeightSpec = MeasureSpec.makeMeasureSpec
    [all...]
  /packages/apps/TV/src/com/android/tv/tuner/layout/
ScaledLayout.java 183 int childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
184 child.measure(childWidthSpec, childHeightSpec);
204 childHeightSpec = MeasureSpec.makeMeasureSpec(
206 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 73 int childHeightSpec = newHeightSpec;
78 childHeightSpec = layoutParams.height > ownMaxHeight
84 childHeightSpec);
  /packages/apps/Car/Radio/src/com/android/car/radio/
CarouselView.java 224 int childHeightSpec = MeasureSpec.makeMeasureSpec(requestedHeight, MeasureSpec.AT_MOST);
255 childView.measure(childWidthSpec, childHeightSpec);
300 childView.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 75 int childHeightSpec = MeasureSpec.UNSPECIFIED;
85 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 232 final int childHeightSpec = makeChildMeasureSpec(maxHeight, lp.height);
234 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 405 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
415 child.measure(childWidthSpec, childHeightSpec);
429 childHeightSpec);
ListView.java     [all...]
Toolbar.java     [all...]
GridView.java     [all...]
Gallery.java 910 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
916 child.measure(childWidthSpec, childHeightSpec);
    [all...]
Spinner.java 744 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
750 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /frameworks/base/core/java/android/view/
NotificationHeaderView.java 120 int childHeightSpec = getChildMeasureSpec(wrapContentHeightSpec,
122 child.measure(childWidthSpec, childHeightSpec);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 646 int childHeightSpec;
648 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);
650 childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
652 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /prebuilts/sdk/current/support/core-ui/
android-support-core-ui.jar 
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]
  /external/robolectric/v1/lib/main/
android-support-v4.jar 

Completed in 748 milliseconds

1 2 3