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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/state/
StateAdapter.java 55 FilterRepresentation currentRep = MasterImage.getImage().getCurrentFilterRepresentation();
StatePanelTrack.java 262 if (representation != MasterImage.getImage().getCurrentFilterRepresentation()) {
288 FilterRepresentation currentRep = MasterImage.getImage().getCurrentFilterRepresentation();
StateView.java 332 && representation != image.getCurrentFilterRepresentation()
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
Editor.java 198 FilterRepresentation filterRepresentation = MasterImage.getImage().getCurrentFilterRepresentation();
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
MasterImage.java 513 public FilterRepresentation getCurrentFilterRepresentation() {
ImageShow.java 442 if (master.getCurrentFilterRepresentation()
445 (FilterMirrorRepresentation) master.getCurrentFilterRepresentation();
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 614 if (MasterImage.getImage().getCurrentFilterRepresentation() == filterRepresentation) {
626 && MasterImage.getImage().getCurrentFilterRepresentation() == filterRepresentation) {
    [all...]

Completed in 331 milliseconds