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

1 2 3

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
ExpandableView.java 65 int childHeightSpec = newHeightSpec;
70 childHeightSpec = layoutParams.height > ownMaxHeight
76 childHeightSpec);
  /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 531 int childHeightSpec;
533 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.AT_MOST);
535 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight, MeasureSpec.EXACTLY);
537 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height, MeasureSpec.EXACTLY);
540 child.measure(childWidthSpec, childHeightSpec);
578 final int childHeightSpec;
583 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight,
586 childHeightSpec = MeasureSpec.makeMeasureSpec(maxLayoutHeight,
589 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height,
593 childHeightSpec = MeasureSpec.makeMeasureSpec
    [all...]
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 429 int childHeightSpec;
432 childHeightSpec = MeasureSpec.makeMeasureSpec(heightAvailable - verticalMargin,
435 childHeightSpec = MeasureSpec.makeMeasureSpec(heightAvailable - verticalMargin,
438 childHeightSpec = MeasureSpec.makeMeasureSpec(lp.height, MeasureSpec.EXACTLY);
450 child.measure(childWidthSpec, childHeightSpec);
506 final int childHeightSpec = MeasureSpec.makeMeasureSpec(
508 child.measure(childWidthSpec, childHeightSpec);
533 final int childHeightSpec = MeasureSpec.makeMeasureSpec(
536 child.measure(childWidthSpec, childHeightSpec);
542 final int childHeightSpec = MeasureSpec.makeMeasureSpec
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 75 int childHeightSpec = MeasureSpec.UNSPECIFIED;
85 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 236 final int childHeightSpec = makeChildMeasureSpec(maxHeight, lp.height);
238 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/core/java/android/widget/
ActionMenuView.java 396 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
406 child.measure(childWidthSpec, childHeightSpec);
420 childHeightSpec);
ListView.java     [all...]
Toolbar.java     [all...]
GridView.java     [all...]
Gallery.java 903 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
909 child.measure(childWidthSpec, childHeightSpec);
    [all...]
Spinner.java 651 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
657 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ActionMenuView.java 406 final int childHeightSpec = MeasureSpec.makeMeasureSpec(childHeightSize, childHeightMode);
416 child.measure(childWidthSpec, childHeightSpec);
430 childHeightSpec);
Toolbar.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /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/
SpinnerCompat.java 571 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
577 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /external/robolectric/lib/main/
android-support-v4.jar 
  /prebuilts/maven_repo/android/com/android/support/support-v4/13.0.0/
support-v4-13.0.0.jar 
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/
android-support-v4.jar 
  /development/samples/training/NavigationDrawer/libs/
android-support-v4.jar 

Completed in 877 milliseconds

1 2 3