Home
last modified time | relevance | path

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

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