Home | History | Annotate | Download | only in camera

Lines Matching refs:LayoutSpec

79     static class LayoutSpec {
80 LayoutSpec(int w, int h, int intercellSpacing, int leftEdgePadding,
92 private LayoutSpec [] mCellSizeChoices;
98 mCellSizeChoices = new LayoutSpec[] {
99 new LayoutSpec(67, 67, 8, 0, metrics),
100 new LayoutSpec(92, 92, 8, 0, metrics),
122 private LayoutSpec mSpec;
731 private final GridViewSpecial.LayoutSpec mSpec;
747 GridViewSpecial.LayoutSpec spec,