Searched refs:updateItemAt (Results 1 – 5 of 5) sorted by relevance
85 public void updateItemAt(final int pos, FilmstripItem item) { in updateItemAt() method in FixedLastProxyAdapter89 mAdapter.updateItemAt(pos, item); in updateItemAt()
86 public void updateItemAt(int pos, FilmstripItem item) { in updateItemAt() method in FixedFirstProxyAdapter103 mAdapter.updateItemAt(pos - 1, item); in updateItemAt()
179 updateItemAt(pos, item); in addOrUpdate()239 updateItemAt(pos, refreshedData); in refresh()243 public void updateItemAt(final int pos, FilmstripItem item) { in updateItemAt() method in CameraFilmstripDataAdapter
123 public void updateItemAt(int index, FilmstripItem item); in updateItemAt() method
942 mDataAdapter.updateItemAt(pos, newData);