Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
DUiAutomatorViewer.java103 File modelFile = new File(mFilePath); in createPartControl() local
105 model = new UiAutomatorModel(modelFile); in createPartControl()
112 mView.setModel(model, modelFile, null); in createPartControl()
169 protected void setModel(UiAutomatorModel model, File modelFile, Image screenshot) { in setModel() argument
170 mView.setModel(model, modelFile, screenshot); in setModel()