Home
last modified time | relevance | path

Searched defs:selection (Results 1 – 25 of 37) sorted by relevance

12

/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/actions/
DExportAction.java41 IStructuredSelection selection = (IStructuredSelection)mSelection; in run() local
62 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
DExportWizardAction.java43 IStructuredSelection selection = (IStructuredSelection)mSelection; in run() local
54 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
DOpenWizardAction.java109 ISelection selection = mSelection; in run() local
168 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
DAvdManagerAction.java61 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
/development/samples/ApiDemos/src/com/example/android/apis/view/
DRadioGroup1.java54 String selection = getString(R.string.radio_group_selection); in onCreate() local
65 String selection = getString(R.string.radio_group_selection); in onCheckedChanged() local
/development/samples/SearchableDictionary/src/com/example/android/searchabledict/
DDictionaryProvider.java75 public Cursor query(Uri uri, String[] projection, String selection, String[] selectionArgs, in query()
154 public int delete(Uri uri, String selection, String[] selectionArgs) { in delete()
158 public int update(Uri uri, ContentValues values, String selection, String[] selectionArgs) { in update()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
DUiTreeBlock.java580 private void adjustTreeButtons(ISelection selection) { in adjustTreeButtons()
625 private ArrayList<UiElementNode> filterSelection(ITreeSelection selection) { in filterSelection()
647 ISelection selection = mTreeViewer.getSelection(); in doTreeAdd() local
671 ISelection selection = mTreeViewer.getSelection(); in doTreeRemove() local
685 ISelection selection = mTreeViewer.getSelection(); in doTreeUp() local
699 ISelection selection = mTreeViewer.getSelection(); in doTreeDown() local
DUiElementDetail.java102 public void selectionChanged(IFormPart part, ISelection selection) { in selectionChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DLaunchShortcut.java39 public void launch(ISelection selection, String mode) { in launch()
DMainLaunchConfigTab.java219 int selection = mActivityCombo.getSelectionIndex(); in performApply() local
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
DEventDisplayOptions.java721 int selection = mEventDisplayList.getSelectionIndex(); in enable() local
763 int selection = mEventDisplayList.getSelectionIndex(); in deleteEventDisplay() local
778 int selection = mEventDisplayList.getSelectionIndex(); in getCurrentEventDisplay() local
787 int selection = mEventDisplayList.getSelectionIndex(); in setCurrentEventDisplay() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
DFixProjectAction.java77 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
DConvertToAndroidAction.java86 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DReferenceChooserDialog.java197 ISelection selection = mFilteredTree.getViewer().getSelection(); in getSelection() local
292 TreePath selection = getSelection(); in getSelectedResourceType() local
DResourceExplorerView.java177 public void selectionChanged(IWorkbenchPart part, ISelection selection) { in selectionChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
DExtractStringAction.java96 public void selectionChanged(IAction action, ISelection selection) { in selectionChanged()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java60 public void init(IWorkbench workbench, IStructuredSelection selection) { in init()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/
DKeySelectionPage.java170 int selection = -1; in onShow() local
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
DConfigManagerDialog.java464 TreeSelection selection = (TreeSelection)mTreeViewer.getSelection(); in getSelection() local
492 protected void setEnabled(DeviceSelection selection) { in setEnabled()
/development/tools/hierarchyviewer/src/com/android/hierarchyviewer/ui/
DLayoutRenderer.java92 Set<?> selection = scene.getSelectedObjects(); in paintComponent() local
/development/samples/MySampleRss/src/com/example/codelab/rssexample/
DRssContentProvider.java134 public Cursor query(Uri uri, String[] projection, String selection, in query()
/development/tools/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
DUiContentOutlinePage.java383 ISelection selection = getSelection(); in getViewerSelections() local
/development/simulator/app/
DLogWindow.cpp337 int selection; in SaveWindowPrefs() local
421 int selection; in OnLogLevel() local
/development/tools/ddms/libs/ddmuilib/src/com/android/ddmuilib/
DAllocationPanel.java439 private AllocationInfo getAllocationSelection(ISelection selection) { in getAllocationSelection()
DThreadPanel.java555 private ThreadInfo getThreadSelection(ISelection selection) { in getThreadSelection()

12