Searched refs:genericLp (Results 1 – 2 of 2) sorted by relevance
547 LayoutParams genericLp = child.getLayoutParams(); in addInScreen() local549 if (genericLp == null || !(genericLp instanceof CellLayout.LayoutParams)) { in addInScreen()552 lp = (CellLayout.LayoutParams) genericLp; in addInScreen()
1014 ViewGroup.LayoutParams genericLp = child.getLayoutParams(); in addInScreen() local1016 if (genericLp == null || !(genericLp instanceof CellLayout.LayoutParams)) { in addInScreen()1019 lp = (CellLayout.LayoutParams) genericLp; in addInScreen()