HomeSort by relevance Sort by last modified time
    Searched refs:getFilterRepresentation (Results 1 - 9 of 9) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
State.java 46 return mFilterRepresentation.equals(state.getFilterRepresentation());
71 public FilterRepresentation getFilterRepresentation() {
StateAdapter.java 56 FilterRepresentation stateRep = state.getFilterRepresentation();
111 FilterRepresentation filterRepresentation = state.getFilterRepresentation();
StatePanelTrack.java 260 FilterRepresentation representation = mCurrentView.getState().getFilterRepresentation();
272 FilterRepresentation representation = mCurrentView.getState().getFilterRepresentation();
289 FilterRepresentation removedRep = current.getFilterRepresentation();
StateView.java 301 FilterRepresentation representation = getState().getFilterRepresentation();
327 FilterRepresentation representation = getState().getFilterRepresentation();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
HistoryItem.java 41 public FilterRepresentation getFilterRepresentation() {
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/
CategoryAdapter.java 206 rep = preset.getFilterRepresentation(pos);
211 rep = preset.getFilterRepresentation(pos);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ImagePreset.java 80 public FilterRepresentation getFilterRepresentation(int position) {
359 addFilter(preset.getFilterRepresentation(i));
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 276 setPreset(newPreset, historyItem.getFilterRepresentation(), false);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java     [all...]

Completed in 336 milliseconds