Home | History | Annotate | Download | only in view

Lines Matching refs:Spec

25 import static android.support.v7.widget.GridLayout.spec;
36 import android.support.v7.widget.GridLayout.Spec;
61 Spec titleRow = spec(0);
62 Spec introRow = spec(1);
63 Spec emailRow = spec(2, BASELINE);
64 Spec passwordRow = spec(3, BASELINE);
65 Spec button1Row = spec(5);
66 Spec button2Row = spec(6);
68 Spec centerInAllColumns = spec(0, 4, CENTER);
69 Spec leftAlignInAllColumns = spec(0, 4, LEFT);
70 Spec labelColumn = spec(0, RIGHT);
71 Spec fieldColumn = spec(1, LEFT);
72 Spec defineLastColumn = spec(3);
73 Spec fillLastColumn = spec(3, FILL);