Searched refs:setModel (Results 1 - 12 of 12) sorted by relevance

/sdk/uiautomatorviewer/src/com/android/uiautomator/
H A DUiAutomatorViewer.java95 public void setModel(final UiAutomatorModel model, final File modelFile, method in class:UiAutomatorViewer
101 mUiAutomatorView.setModel(model, modelFile, screenshot);
105 mUiAutomatorView.setModel(model, modelFile, screenshot);
H A DUiAutomatorView.java407 public void setModel(UiAutomatorModel model, File modelBackingFile, Image screenshot) { method in class:UiAutomatorView
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
H A DUiAutomatorViewer.java112 mView.setModel(model, modelFile, null);
161 ((UiAutomatorViewer) editor).setModel(r.model, r.uiHierarchy, r.screenshot);
169 protected void setModel(UiAutomatorModel model, File modelFile, Image screenshot) { method in class:UiAutomatorViewer
170 mView.setModel(model, modelFile, screenshot);
/sdk/uiautomatorviewer/src/com/android/uiautomator/actions/
H A DOpenFilesAction.java81 mViewer.setModel(model, d.getXmlDumpFile(), img);
H A DScreenshotAction.java92 mViewer.setModel(result.model, result.uiHierarchy, result.screenshot);
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
H A DWorkspace.java285 propertiesTable.setModel(new DefaultTableModel(new Object[][] { },
294 profilingTable.setModel(new DefaultTableModel(new Object[][] {
662 propertiesTable.setModel(new PropertiesTableModel(node));
666 profilingTable.setModel(new ProfilesTableModel(profiles));
685 pixelPerfectTree.setModel(new ViewsTreeModel(scene.getRoot()));
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DRenderService.java173 public RenderService setModel(UiDocumentNode model) { method in class:RenderService
H A DPreviewIconFactory.java267 .setModel(model)
H A DLayoutCanvas.java675 mOutlinePage.setModel(mViewHierarchy.getRoot());
676 mEditorDelegate.getGraphicalEditor().setModel(mViewHierarchy.getRoot());
H A DOutlinePage.java257 setModel(mGraphicalEditorPart.getCanvasControl().getViewHierarchy().getRoot());
555 public void setModel(CanvasViewInfo rootViewInfo) { method in class:OutlinePage
H A DGraphicalEditorPart.java578 public void setModel(CanvasViewInfo rootViewInfo) { method in class:GraphicalEditorPart
580 mOutlinePage.setModel(rootViewInfo);
1527 .setModel(model)
H A DPaletteControl.java1006 .setModel(model)

Completed in 137 milliseconds