HomeSort by relevance Sort by last modified time
    Searched refs:getChildMeasureSpec (Results 1 - 22 of 22) sorted by null

  /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,
Spinner.java 577 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
579 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
HorizontalScrollView.java 318 int childHeightMeasureSpec = getChildMeasureSpec(heightMeasureSpec, mPaddingTop
    [all...]
ScrollView.java 338 int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
    [all...]
GridView.java     [all...]
RelativeLayout.java 620 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
625 int childHeightMeasureSpec = getChildMeasureSpec(params.mTop,
634 int childWidthMeasureSpec = getChildMeasureSpec(params.mLeft,
664 private int getChildMeasureSpec(int childStart, int childEnd,
    [all...]
Gallery.java 899 int childHeightSpec = ViewGroup.getChildMeasureSpec(mHeightMeasureSpec,
901 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
LinearLayout.java 828 final int childWidthMeasureSpec = getChildMeasureSpec(widthMeasureSpec,
    [all...]
ListView.java     [all...]
GridLayout.java     [all...]
  /packages/apps/Browser/src/com/android/browser/view/
ScrollerView.java 366 int childHeightMeasureSpec = getChildMeasureSpec(
382 int childWidthMeasureSpec = getChildMeasureSpec(
    [all...]
  /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/base/core/java/android/view/
ViewGroup.java     [all...]
  /frameworks/support/v7/gridlayout/src/android/support/v7/widget/
GridLayout.java     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/5/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 155 milliseconds