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

  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/editors/
EditorPanel.java 36 public class EditorPanel extends Fragment {
38 private static final String LOGTAG = "EditorPanel";
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 178 EditorPanel panel = new EditorPanel();
806 if (panel instanceof EditorPanel) {
807 EditorPanel editorPanel = (EditorPanel) panel;
808 editorPanel.showImageStatePanel(mShowingImageStatePanel);
    [all...]

Completed in 105 milliseconds