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

  /development/samples/ApiDemos/src/com/example/android/apis/animation/
FixedGridLayout.java 57 int cellWidthSpec = MeasureSpec.makeMeasureSpec(mCellWidth,
65 child.measure(cellWidthSpec, cellHeightSpec);
  /development/samples/FixedGridLayout/src/com/example/android/fixedgridlayout/
FixedGridLayout.java 70 int cellWidthSpec = MeasureSpec.makeMeasureSpec(mCellWidth,
78 child.measure(cellWidthSpec, cellHeightSpec);

Completed in 301 milliseconds