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