Searched refs:EditorPanel (Results 1 – 2 of 2) sorted by relevance
89 import com.android.gallery3d.filtershow.editors.EditorPanel;312 EditorPanel panel = new EditorPanel(); in loadEditorPanel()1228 if (panel instanceof EditorPanel) { in toggleImageStatePanel()1229 EditorPanel editorPanel = (EditorPanel) panel; in toggleImageStatePanel()
36 public class EditorPanel extends Fragment { class