Home
last modified time | relevance | path

Searched refs:HistoryManager (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
DMasterImage.java39 import com.android.gallery3d.filtershow.history.HistoryManager;
100 private HistoryManager mHistory = null;
280 public HistoryManager getHistory() { in getHistory()
288 public void setHistoryManager(HistoryManager adapter) { in setHistoryManager()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java31 import com.android.gallery3d.filtershow.history.HistoryManager;
57 HistoryManager adapter = masterImage.getHistory(); in cancelCurrentFilter()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java102 import com.android.gallery3d.filtershow.history.HistoryManager;
1035 HistoryManager adapter = mMasterImage.getHistory(); in onOptionsItemSelected()
1043 HistoryManager adapter = mMasterImage.getHistory(); in onOptionsItemSelected()
1273 HistoryManager historyManager = new HistoryManager(); in setupMasterImage()
1289 HistoryManager adapter = mMasterImage.getHistory(); in resetHistory()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/history/
DHistoryManager.java24 public class HistoryManager { class