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