Searched refs:getValueAtPosition (Results 1 – 2 of 2) sorted by relevance
178 public final String getValueAtPosition(long packedPosition) { in getValueAtPosition() method in ExpandableListScenario238 ((TextView) convertView).setText(getValueAtPosition(packedPosition)); in getView()259 result.setText(getValueAtPosition(packedPosition)); in createView()307 return getValueAtPosition(ExpandableListView.getPackedPositionForChild(groupPosition, in getChild()326 return getValueAtPosition(ExpandableListView.getPackedPositionForGroup(groupPosition)); in getGroup()
464 public final String getValueAtPosition(int position) { in getValueAtPosition() method in ListScenario514 return ListItemFactory.text(position, parent.getContext(), getValueAtPosition(position), in createView()522 return ListItemFactory.convertText(convertView, getValueAtPosition(position), position); in convertView()587 return getValueAtPosition(position); in getItem()