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

1 2

  /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/v4/java/android/support/v4/view/
PagerTitleStrip.java 294 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeight, MeasureSpec.AT_MOST);
295 mPrevText.measure(childWidthSpec, childHeightSpec);
296 mCurrText.measure(childWidthSpec, childHeightSpec);
297 mNextText.measure(childWidthSpec, childHeightSpec);
439 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeight, MeasureSpec.AT_MOST);
441 mPrevText.measure(childWidthSpec, childHeightSpec);
442 mCurrText.measure(childWidthSpec, childHeightSpec);
443 mNextText.measure(childWidthSpec, childHeightSpec);
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 520 int childHeightSpec;
522 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.AT_MOST);
524 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.EXACTLY);
526 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height, MeasureSpec.EXACTLY);
529 child.measure(childWidthSpec, childHeightSpec);
567 final int childHeightSpec;
572 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight,
575 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight,
578 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height,
582 childHeightSpec = MeasureSpec.makeMeasureSpec
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 218 final int childHeightSpec = makeChildMeasureSpec(maxHeight, lp.height);
220 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/core/java/android/widget/
ListView.java     [all...]
GridView.java     [all...]
Gallery.java 899 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
905 child.measure(childWidthSpec, childHeightSpec);
    [all...]
Spinner.java 626 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
632 child.measure(childWidthSpec, childHeightSpec);
    [all...]
GridLayout.java     [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
ActionMenuView.java 359 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
369 child.measure(childWidthSpec, childHeightSpec);
383 childHeightSpec);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
ActionMenuView.java 382 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
392 child.measure(childWidthSpec, childHeightSpec);
410 childHeightSpec);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 638 int childHeightSpec;
640 childHeightSpec = MeasureSpec.makeMeasureSpec(lpHeight, MeasureSpec.EXACTLY);
642 childHeightSpec = MeasureSpec.makeMeasureSpec(0, MeasureSpec.UNSPECIFIED);
644 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerICS.java 411 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
417 child.measure(childWidthSpec, childHeightSpec);
  /external/robolectric/lib/main/
android-support-v4.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 
  /development/samples/training/basic/FragmentBasics/libs/
android-support-v4.jar 
  /development/samples/training/location-aware/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/app/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests1/lib2/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib1/libs/
android-support-v4.jar 
  /sdk/testapps/jarCheckTests2/lib2/libs/
android-support-v4.jar 

Completed in 198 milliseconds

1 2