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

  /frameworks/base/core/java/android/widget/
AbsSpinner.java 44 int mWidthMeasureSpec;
234 mWidthMeasureSpec = widthMeasureSpec;
Spinner.java 584 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
ListView.java     [all...]
Gallery.java 901 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
    [all...]
GridView.java     [all...]
AbsListView.java 338 int mWidthMeasureSpec = 0;
    [all...]
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
AbsSpinnerICS.java 38 int mWidthMeasureSpec;
218 mWidthMeasureSpec = widthMeasureSpec;
SpinnerICS.java 413 int childWidthSpec = ViewGroup.getChildMeasureSpec(mWidthMeasureSpec,
  /cts/tests/tests/view/src/android/view/cts/
ViewGroupTest.java 656 public int mWidthMeasureSpec;
675 mWidthMeasureSpec = widthMeasureSpec;
933 son.mWidthMeasureSpec);
    [all...]

Completed in 65 milliseconds