Searched refs:childType (Results 1 – 3 of 3) sorted by relevance
119 for (childType in childTypes) { in extractPersonTypeInfo() variable120 groupType = upperBound(groupType, childType) in extractPersonTypeInfo()
827 StackEntry(ChildType childType) { in StackEntry() argument828 this(childType, false); in StackEntry()831 StackEntry(ChildType childType, boolean isGone) { in StackEntry() argument832 mChildType = childType; in StackEntry()
475 final int childType = adapter.getChildType(pos.groupPos, pos.childPos); in getItemViewType() local476 retValue = adapter.getGroupTypeCount() + childType; in getItemViewType()