Searched refs:getChildMeasureSpec (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DTableRow.java214 // ViewGroup.getChildMeasureSpec() would get rid of it anyway
219 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
304 spec = getChildMeasureSpec(widthMeasureSpec, 0, LayoutParams.WRAP_CONTENT);
H A DFrameLayout.java360 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
372 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
H A DHorizontalScrollView.java323 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
1219 childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, mPaddingTop
1232 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
H A DScrollView.java343 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
1207 childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, mPaddingLeft
1220 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
H A DGridView.java1054 int childHeightSpec = getChildMeasureSpec(
1056 int childWidthSpec = getChildMeasureSpec(
1418 int childHeightSpec = ViewGroup.getChildMeasureSpec(
1421 int childWidthSpec = ViewGroup.getChildMeasureSpec(
H A DRelativeLayout.java679 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
684 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
693 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
738 private int getChildMeasureSpec(int childStart, int childEnd, method in class:RelativeLayout
H A DGallery.java899 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
901 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
H A DSpinner.java626 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
628 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
H A DListView.java1191 int childWidthSpec = ViewGroup.getChildMeasureSpec(widthMeasureSpec,
1861 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
2647 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
H A DGridLayout.java996 int childWidthSpec = getChildMeasureSpec(parentWidthSpec,
998 int childHeightSpec = getChildMeasureSpec(parentHeightSpec,
H A DLinearLayout.java828 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
1211 final int childHeightMeasureSpec = getChildMeasureSpec(
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DSpinnerICS.java411 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
413 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
/frameworks/support/v4/java/android/support/v4/widget/
H A DDrawerLayout.java660 final int drawerWidthSpec = getChildMeasureSpec(widthMeasureSpec,
663 final int drawerHeightSpec = getChildMeasureSpec(heightMeasureSpec,
/frameworks/base/core/java/android/view/
H A DViewGroup.java5062 * getChildMeasureSpec.
5081 * The heavy lifting is done in getChildMeasureSpec.
5091 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
5093 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
5103 * done in getChildMeasureSpec.
5118 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec,
5121 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
5147 public static int getChildMeasureSpec(int spec, int padding, int childDimension) { method in class:ViewGroup
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java897 int childWidthSpec = getChildMeasureSpec(parentWidthSpec,
899 int childHeightSpec = getChildMeasureSpec(parentHeightSpec,

Completed in 786 milliseconds