Searched refs:childType (Results 1 – 3 of 3) sorted by relevance
125 for (childType in childTypes) { in extractPersonTypeInfo() variable126 groupType = upperBound(groupType, childType) in extractPersonTypeInfo()
309 final Type childType = Type.typeOf(child); in findMaxPositionForChildDisplayArea() local311 if (Type.typeOf(getChildAt(i)) == childType) { in findMaxPositionForChildDisplayArea()319 final Type childType = Type.typeOf(child); in findMinPositionForChildDisplayArea() local321 if (Type.typeOf(getChildAt(i)) == childType) { in findMinPositionForChildDisplayArea()
475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos); in getItemViewType() local476 retValue = adapter.getGroupTypeCount() + childType; in getItemViewType()