Home
last modified time | relevance | path

Searched refs:setInput (Results 1 – 25 of 42) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
DBinaryXMLMultiPageEditorPart.java48 protected void setInput(IEditorInput input) { in setInput() method in BinaryXMLMultiPageEditorPart
56 super.setInput(input); in setInput()
61 super.setInput(input); in setInput()
69 super.setInput(input); in setInput()
75 super.setInput(newInput); in setInput()
82 super.setInput(input); in setInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
DExportEditor.java79 protected void setInput(IEditorInput input) { in setInput() method in ExportEditor
80 super.setInput(input); in setInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DBasePullParser.java80 public void setInput(Reader in) throws XmlPullParserException { in setInput() method in BasePullParser
85 public void setInput(InputStream inputStream, String inputEncoding) in setInput() method in BasePullParser
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/
DTraceviewEditor.java152 setInput(newInput); in doSaveAs()
196 setInput(newInput); in doSaveAs()
228 setInput(input); in init()
235 setInput(input); in init()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
DStateViewPage.java89 setInput(trace); in StateViewPage()
92 public void setInput(GLTrace trace) { in setInput() method in StateViewPage
104 mTreeViewer.setInput(mState); in setInput()
130 mTreeViewer.setInput(mState); in createControl()
DGLFunctionTraceViewer.java189 setInput(input); in init()
214 setInput(parent.getShell(), mFilePath); in createPartControl()
248 public void setInput(Shell shell, String tracePath) { in setInput() method in GLFunctionTraceViewer
267 mStateViewPage.setInput(mTrace); in setInput()
270 mFrameSummaryViewPage.setInput(mTrace); in setInput()
273 mDetailsPage.setInput(mTrace); in setInput()
276 mDurationMinimap.setInput(mTrace); in setInput()
429 mFrameTreeViewer.setInput(mTreeViewerNodes); in refreshTree()
DDurationMinimap.java105 setInput(trace); in DurationMinimap()
163 public void setInput(GLTrace trace) { in setInput() method in DurationMinimap
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/draw9patch/
DDraw9PatchEditor.java66 setInput(input); in init()
96 setInput(mFileEditorInput); in doSaveAs()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
DFrameSummaryViewPage.java100 public void setInput(GLTrace trace) { in setInput() method in FrameSummaryViewPage
196 mStatsTableViewer.setInput(null); in createFrameStatisticsPart()
289 mStatsTableViewer.setInput(cumulativeStats); in updateFrameStats()
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
DDevTreeProjectProvider.java100 dlg.setInput(devTreeProjects); in selectProject()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DLayoutCanvasViewer.java98 public void setInput(Object input) { in setInput() method in LayoutCanvasViewer
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceOutputParser.java110 decompressor.setInput(mAtraceOutput, mSystraceIndex, mAtraceLength - mSystraceIndex); in getSystraceHtml()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DColumnDialog.java71 mViewer.setInput(mColumns); in createDialogArea()
DLintList.java248 mTreeViewer.setInput(markerList); in setResources()
520 mTreeViewer.setInput(null); in runInUIThread()
539 mTreeViewer.setInput(markerList); in runInUIThread()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
DCommonXmlEditor.java305 protected void setInput(IEditorInput input) { in setInput() method in CommonXmlEditor
306 super.setInput(input); in setInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/editors/
DUiAutomatorViewer.java80 setInput(input); in init()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestEditor.java227 protected void setInput(IEditorInput input) { in setInput() method in ManifestEditor
228 super.setInput(input); in setInput()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
DDetailsPage.java64 public void setInput(GLTrace trace) { in setInput() method in DetailsPage
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DFlagXmlPropertyDialog.java91 mViewer.setInput(mFlags); in createDialogArea()
DPropertySheetPage.java336 mPropertyTable.setInput(factory.getProperties(mSelection)); in refreshProperties()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DSampleSelectionPage.java142 mTableViewer.setInput(samples); in updateSamples()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceExplorerView.java250 mTreeViewer.setInput(projRes); in handleProjectSelection()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
DConfirmationPage.java268 mTableViewer.setInput(mBuilder); in setVisible()
DProjectSelectionPage.java186 mTableViewer.setInput(javaProjects); in initializeProjects()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidTextEditor.java381 setInput(editor.getEditorInput()); in doSaveAs()

12