Searched refs:genericLp (Results 1 – 1 of 1) sorted by relevance
122 ViewGroup.LayoutParams genericLp = child.getLayoutParams(); in addInScreen() local124 if (genericLp == null || !(genericLp instanceof CellLayoutLayoutParams)) { in addInScreen()127 lp = (CellLayoutLayoutParams) genericLp; in addInScreen()