Searched refs:EditorPanel (Results 1 – 2 of 2) sorted by relevance
87 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()
36 public class EditorPanel extends Fragment { class