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

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

Completed in 320 milliseconds