MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / add

Method add

src/com/cloudream/ishow/adapter/GalleryAdapter.java:145–159  ·  view source on GitHub ↗
(ArrayList<GalleryItem> files)

Source from the content-addressed store, hash-verified

143 }
144
145 public void add(ArrayList<GalleryItem> files)
146 {
147 try
148 {
149 data.clear();
150 data.addAll(files);
151
152 }
153 catch(Exception e)
154 {
155 e.printStackTrace();
156 }
157
158 notifyDataSetChanged();
159 }
160
161 public void changeSelection(View v, int position)
162 {

Callers 3

runMethod · 0.80
getGalleryPhotosMethod · 0.80
getSelectedItemsMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected