Home | History | Annotate | Download | only in launcher2

Lines Matching full:gridlayout

50 import android.widget.GridLayout;
1231 GridLayout.LayoutParams lp = new GridLayout.LayoutParams(
1232 GridLayout.spec(iy, GridLayout.START),
1233 GridLayout.spec(ix, GridLayout.TOP));