Searched refs:layoutParams (Results 1 – 2 of 2) sorted by relevance
281 LayoutParamsInfo layoutParams = info.getLayoutData(); in convertView() local283 for(; layoutParams != null; layoutParams = layoutParams.getSuperClass()) { in convertView()284 for (AttributeInfo attrInfo : layoutParams.getAttributes()) { in convertView()
616 Object layoutParams = getLayoutParams.invoke(child); in assignRowsAndColumnsFromViews() local618 Class<? extends Object> layoutParamsClass = layoutParams.getClass(); in assignRowsAndColumnsFromViews()626 Object rowSpec = rowSpecField.get(layoutParams); in assignRowsAndColumnsFromViews()627 Object colSpec = colSpecField.get(layoutParams); in assignRowsAndColumnsFromViews()