Searched refs:getValueAtPosition (Results 1 – 2 of 2) sorted by relevance
175 public final String getValueAtPosition(long packedPosition) { in getValueAtPosition() method in ExpandableListScenario235 ((TextView) convertView).setText(getValueAtPosition(packedPosition)); in getView()256 result.setText(getValueAtPosition(packedPosition)); in createView()304 return getValueAtPosition(ExpandableListView.getPackedPositionForChild(groupPosition, in getChild()323 return getValueAtPosition(ExpandableListView.getPackedPositionForGroup(groupPosition)); in getGroup()
488 public final String getValueAtPosition(int position) { in getValueAtPosition() method in ListScenario538 return ListItemFactory.text(position, parent.getContext(), getValueAtPosition(position), in createView()546 return ListItemFactory.convertText(convertView, getValueAtPosition(position), position); in convertView()611 return getValueAtPosition(position); in getItem()