Searched refs:editors (Results 1 – 3 of 3) sorted by relevance
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | Editors.java | 38 private static final Map<Integer, Editor> EDITORS = editors(); 41 private static Map<Integer, Editor> editors() { in editors() method in Editors 42 Map<Integer, Editor> editors = new HashMap<Integer, Editor>(); in editors() local 43 editors.put(TYPE_RESOURCE_ID, new IconEditor()); in editors() 44 editors.put(TYPE_TEXT, new TextEditor()); in editors() 45 editors.put(TYPE_INT, new IntEditor()); in editors() 47 editors.put(TYPE_BOOLEAN, new BooleanEditor()); in editors() 48 editors.put(TYPE_DROP_DOWN, new DropDownEditor()); in editors() 49 editors.put(TYPE_BITMAP, new BitmapEditor()); in editors() 51 editors.put(TYPE_DATETIME, new DateTimeEditor()); in editors() [all …]
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/ |
D | NotificationStudioActivity.java | 94 final View e = findViewById(R.id.editors); in initPreviewScroller()
|
/sdk/docs/ |
D | howto_use_cupcake_sdk.txt | 89 uninstall the two features of the previous ADT: the "editors" feature and the 92 => If you don't you will get a conflict on editors when installing
|