OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 116 milliseconds