Home | History | Annotate | Download | only in launcher3

Lines Matching refs:genericLp

979         ViewGroup.LayoutParams genericLp = child.getLayoutParams();
981 if (genericLp == null || !(genericLp instanceof CellLayout.LayoutParams)) {
984 lp = (CellLayout.LayoutParams) genericLp;