Searched refs:genericLp (Results 1 – 1 of 1) sorted by relevance
113 ViewGroup.LayoutParams genericLp = child.getLayoutParams(); in addInScreen() local115 if (genericLp == null || !(genericLp instanceof CellLayout.LayoutParams)) { in addInScreen()118 lp = (CellLayout.LayoutParams) genericLp; in addInScreen()