Home | History | Annotate | Download | only in view

Lines Matching refs:Spec

50         Spec titleRow              = spec(0);
51 Spec introRow = spec(1);
52 Spec emailRow = spec(2, BASELINE);
53 Spec passwordRow = spec(3, BASELINE);
54 Spec button1Row = spec(5);
55 Spec button2Row = spec(6);
57 Spec centerInAllColumns = spec(0, 4, CENTER);
58 Spec leftAlignInAllColumns = spec(0, 4, LEFT);
59 Spec labelColumn = spec(0, RIGHT);
60 Spec fieldColumn = spec(1, LEFT);
61 Spec defineLastColumn = spec(3);
62 Spec fillLastColumn = spec(3, FILL);