Home | History | Annotate | Download | only in launcher3

Lines Matching full:gridlayout

48 import android.widget.GridLayout;
1235 GridLayout.LayoutParams lp = new GridLayout.LayoutParams(
1236 GridLayout.spec(iy, GridLayout.START),
1237 GridLayout.spec(ix, GridLayout.TOP));