Searched defs:setInput (Results 1 - 16 of 16) sorted by relevance

/sdk/anttasks/src/com/android/ant/
H A DPropertyByReplaceTask.java31 public void setInput(String input) { method in class:PropertyByReplaceTask
H A DSingleInputOutputTask.java37 public void setInput(Path inputPath) { method in class:SingleInputOutputTask
H A DXPathTask.java44 public void setInput(Path manifestFile) { method in class:XPathTask
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
H A DBinaryXMLMultiPageEditorPart.java45 * @see org.eclipse.ui.part.EditorPart#setInput(org.eclipse.ui.IEditorInput)
48 protected void setInput(IEditorInput input) { method in class:BinaryXMLMultiPageEditorPart
56 super.setInput(input);
61 super.setInput(input);
69 super.setInput(input);
75 super.setInput(newInput);
82 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/export/
H A DExportEditor.java79 protected void setInput(IEditorInput input) { method in class:ExportEditor
80 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
H A DLayoutCanvasViewer.java98 public void setInput(Object input) { method in class:LayoutCanvasViewer
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/
H A DDetailsPage.java64 public void setInput(GLTrace trace) { method in class:DetailsPage
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/common/
H A DCommonXmlEditor.java203 // Invoke the editor's init after setting up the delegate. This will call setInput().
305 protected void setInput(IEditorInput input) { method in class:CommonXmlEditor
306 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
H A DBasePullParser.java80 public void setInput(Reader in) throws XmlPullParserException { method in class:BasePullParser
81 throw new XmlPullParserException("setInput() not supported");
85 public void setInput(InputStream inputStream, String inputEncoding) method in class:BasePullParser
87 throw new XmlPullParserException("setInput() not supported");
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
H A DManifestEditor.java227 protected void setInput(IEditorInput input) { method in class:ManifestEditor
228 super.setInput(input);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/
H A DStateViewPage.java89 setInput(trace);
92 public void setInput(GLTrace trace) { method in class:StateViewPage
104 mTreeViewer.setInput(mState);
130 mTreeViewer.setInput(mState);
H A DDurationMinimap.java105 setInput(trace);
163 public void setInput(GLTrace trace) { method in class:DurationMinimap
H A DGLFunctionTraceViewer.java167 setInput(input);
192 setInput(parent.getShell(), mFilePath);
226 public void setInput(Shell shell, String tracePath) { method in class:GLFunctionTraceViewer
245 mStateViewPage.setInput(mTrace);
248 mFrameSummaryViewPage.setInput(mTrace);
251 mDetailsPage.setInput(mTrace);
254 mDurationMinimap.setInput(mTrace);
373 mFrameTreeViewer.setInput(mTreeViewerNodes);
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/
H A DFrameSummaryViewPage.java98 public void setInput(GLTrace trace) { method in class:FrameSummaryViewPage
194 mStatsTableViewer.setInput(null);
265 mStatsTableViewer.setInput(cumulativeStats);
/sdk/sdkmanager/libs/sdkuilib/tests/com/android/sdkuilib/internal/repository/ui/
H A DMockPackagesPageImpl.java119 public void setInput(List<PkgCategory> input) { method in class:MockPackagesPageImpl.MockTreeViewer
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/ui/
H A DPackagesPageImpl.java288 mITreeViewer.setInput(cats);
561 void setInput(List<PkgCategory> cats); method in interface:PackagesPageImpl.ICheckboxTreeViewer

Completed in 194 milliseconds