Home
last modified time | relevance | path

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

/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/
DEditors.java38 private static final Map<Integer, Editor> EDITORS = editors(); field in Editors
69 Editor editor = EDITORS.get(item.getType()); in newEditor()