Searched defs:getItemAtPosition (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/
H A DMultiChoiceManager.java58 public Object getItemAtPosition(int position); method in interface:MultiChoiceManager.Delegate
112 Object item = mDelegate.getItemAtPosition(position);
290 return mDelegate.getItemAtPosition(selected.keyAt(i));
H A DMultiSelectGridFragment.java113 * getGridView().getItemAtPosition(position) if they need to access the data
323 public Object getItemAtPosition(int position) { method in class:MultiSelectGridFragment
329 return getPathForItem(getItemAtPosition(position));

Completed in 146 milliseconds