/packages/apps/Browser/src/com/android/browser/ |
BookmarkItem.java | 166 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, 168 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec, 186 final int childWidthMeasureSpec = getChildMeasureSpec(parentWidthMeasureSpec, 189 final int childHeightMeasureSpec = getChildMeasureSpec(parentHeightMeasureSpec,
|
/frameworks/base/core/java/android/widget/ |
TableRow.java | 214 // ViewGroup.getChildMeasureSpec() would get rid of it anyway 219 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, 304 spec = getChildMeasureSpec(widthMeasureSpec, 0, LayoutParams.WRAP_CONTENT);
|
FrameLayout.java | 360 childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, 372 childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec,
|
HorizontalScrollView.java | 323 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop [all...] |
ScrollView.java | 343 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, [all...] |
GridView.java | [all...] |
RelativeLayout.java | 679 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, [all...] |
Gallery.java | 899 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec, 901 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, [all...] |
Spinner.java | 626 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec, 628 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, [all...] |
ListView.java | [all...] |
GridLayout.java | [all...] |
LinearLayout.java | 828 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec, [all...] |
/packages/apps/Browser/src/com/android/browser/view/ |
ScrollerView.java | 366 int childHeightMeasureSpec = getChildMeasureSpec( 382 int childWidthMeasureSpec = getChildMeasureSpec( [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PrintCustomContent.java | 441 final int widthMeasureSpec = ViewGroup.getChildMeasureSpec( 444 final int heightMeasureSpec = ViewGroup.getChildMeasureSpec(
|
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/ |
SpinnerICS.java | 411 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec, 413 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
HorizontalScrollView.java | 312 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop [all...] |
/cts/tests/tests/view/src/android/view/cts/ |
ViewGroupTest.java | 752 ViewGroup.getChildMeasureSpec(spec, padding, childDimension)); 757 ViewGroup.getChildMeasureSpec(spec, padding, childDimension)); 932 assertEquals(ViewGroup.getChildMeasureSpec(parentWidthMeasureSpec, 0, width), 934 assertEquals(ViewGroup.getChildMeasureSpec(parentHeightMeasureSpec, 0, height), [all...] |
/frameworks/support/v4/java/android/support/v4/widget/ |
DrawerLayout.java | 660 final int drawerWidthSpec = getChildMeasureSpec(widthMeasureSpec, 663 final int drawerHeightSpec = getChildMeasureSpec(heightMeasureSpec, [all...] |
/frameworks/base/core/java/android/view/ |
ViewGroup.java | [all...] |
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
GridLayout.java | [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
ConversationContainer.java | 635 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec, [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | 631 final int wSpec = ViewGroup.getChildMeasureSpec(parentWSpec, [all...] |
/prebuilts/sdk/14/ |
android.jar | |
/prebuilts/sdk/18/ |
android.jar | |
/prebuilts/sdk/19/ |
android.jar | |