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

1 2 3

  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
FitCenterFrameLayout.java 43 int childWidthSpec = MeasureSpec.makeMeasureSpec(width, MeasureSpec.UNSPECIFIED);
48 getChildAt(i).measure(childWidthSpec, childHeightSpec);
  /frameworks/support/v4/java/android/support/v4/view/
PagerTitleStrip.java 292 final int childWidthSpec = MeasureSpec.makeMeasureSpec((int) (width * 0.8f),
295 mPrevText.measure(childWidthSpec, childHeightSpec);
296 mCurrText.measure(childWidthSpec, childHeightSpec);
297 mNextText.measure(childWidthSpec, childHeightSpec);
437 final int childWidthSpec = MeasureSpec.makeMeasureSpec((int) (widthSize * 0.8f),
441 mPrevText.measure(childWidthSpec, childHeightSpec);
442 mCurrText.measure(childWidthSpec, childHeightSpec);
443 mNextText.measure(childWidthSpec, childHeightSpec);
  /packages/apps/Dialer/src/com/android/dialer/widget/
OverlappingPaneLayout.java 441 int childWidthSpec;
443 childWidthSpec = MeasureSpec.makeMeasureSpec(maxLayoutWidth, MeasureSpec.AT_MOST);
445 childWidthSpec = MeasureSpec.makeMeasureSpec(maxLayoutWidth, MeasureSpec.EXACTLY);
447 childWidthSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY);
450 child.measure(childWidthSpec, childHeightSpec);
488 final int childWidthSpec;
493 childWidthSpec = MeasureSpec.makeMeasureSpec(maxLayoutWidth,
496 childWidthSpec = MeasureSpec.makeMeasureSpec(maxLayoutWidth,
499 childWidthSpec = MeasureSpec.makeMeasureSpec(lp.width,
503 childWidthSpec = MeasureSpec.makeMeasureSpec
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
PseudoGridView.java 74 int childWidthSpec = MeasureSpec.makeMeasureSpec(childWidth, MeasureSpec.EXACTLY);
85 child.measure(childWidthSpec, childHeightSpec);
92 child.measure(childWidthSpec, maxHeightSpec);
  /frameworks/support/v4/java/android/support/v4/widget/
SlidingPaneLayout.java 519 int childWidthSpec;
522 childWidthSpec = MeasureSpec.makeMeasureSpec(widthAvailable - horizontalMargin,
525 childWidthSpec = MeasureSpec.makeMeasureSpec(widthAvailable - horizontalMargin,
528 childWidthSpec = MeasureSpec.makeMeasureSpec(lp.width, MeasureSpec.EXACTLY);
540 child.measure(childWidthSpec, childHeightSpec);
596 final int childWidthSpec = MeasureSpec.makeMeasureSpec(
598 child.measure(childWidthSpec, childHeightSpec);
623 final int childWidthSpec = MeasureSpec.makeMeasureSpec(
626 child.measure(childWidthSpec, childHeightSpec);
632 final int childWidthSpec = MeasureSpec.makeMeasureSpec
    [all...]
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityViewFlipper.java 235 final int childWidthSpec = makeChildMeasureSpec(maxWidth, lp.width);
238 child.measure(childWidthSpec, childHeightSpec);
  /frameworks/base/core/java/android/widget/
ListPopupWindow.java     [all...]
ActionMenuView.java 404 final int childWidthSpec = MeasureSpec.makeMeasureSpec(
406 child.measure(childWidthSpec, childHeightSpec);
ListView.java     [all...]
GridView.java     [all...]
Gallery.java 905 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
909 child.measure(childWidthSpec, childHeightSpec);
    [all...]
Spinner.java 653 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
657 child.measure(childWidthSpec, childHeightSpec);
    [all...]
Toolbar.java     [all...]
GridLayout.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ListPopupWindow.java     [all...]
ActionMenuView.java 414 final int childWidthSpec = MeasureSpec.makeMeasureSpec(
416 child.measure(childWidthSpec, childHeightSpec);
Toolbar.java     [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
ScrollAdapterView.java     [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
SpinnerCompat.java 573 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
577 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationContainer.java 635 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
644 child.measure(childWidthSpec, childHeightSpec);
    [all...]
  /prebuilts/sdk/current/support/v7/gridlayout/libs/
android-support-v7-gridlayout.jar 
  /sdk/testapps/gridlayoutTest/v7-gridlayout/libs/
android-support-v7-gridlayout.jar 
  /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 
  /frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
GridLayoutManager.java 805 int childWidthSpec = ViewGroup.getChildMeasureSpec(widthSpec,
809 view.measure(childWidthSpec, childHeightSpec);
    [all...]

Completed in 2318 milliseconds

1 2 3