Home
last modified time | relevance | path

Searched refs:EditorPanel (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
DFilterShowActivity.java87 import com.android.gallery3d.filtershow.editors.EditorPanel;
310 EditorPanel panel = new EditorPanel(); in loadEditorPanel()
1224 if (panel instanceof EditorPanel) { in toggleImageStatePanel()
1225 EditorPanel editorPanel = (EditorPanel) panel; in toggleImageStatePanel()
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
DEditorPanel.java36 public class EditorPanel extends Fragment { class