Home | History | Annotate | Download | only in launcher2

Lines Matching refs:genericLp

547         LayoutParams genericLp = child.getLayoutParams();
549 if (genericLp == null || !(genericLp instanceof CellLayout.LayoutParams)) {
552 lp = (CellLayout.LayoutParams) genericLp;