HomeSort by relevance Sort by last modified time
    Searched defs:selectionIndex (Results 1 - 21 of 21) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 164 int selectionIndex = mTypeCombo.getSelectionIndex();
165 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
178 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
ChangeViewWizard.java 181 int selectionIndex = mTypeCombo.getSelectionIndex();
182 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex) : null;
WrapInWizard.java 133 int selectionIndex = mTypeCombo.getSelectionIndex();
134 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
149 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 236 int selectionIndex = 0;
241 selectionIndex = i + 1;
245 select(selectionIndex);
268 int selectionIndex = 0;
271 selectionIndex = i + 1; // +1: Slot 0 is reserved for "Choose Project"
272 select(selectionIndex);
284 int selectionIndex = getSelectionIndex();
285 if (selectionIndex > 0 && mAvailableProjects != null
286 && selectionIndex <= mAvailableProjects.length) {
289 mProject = mAvailableProjects[selectionIndex - 1].getProject()
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 249 int selectionIndex = -1;
254 selectionIndex = i;
261 if (selectionIndex != -1) {
262 mSdkCombo.select(selectionIndex);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 761 int selectionIndex = mInstrumentationCombo.getSelectionIndex();
762 if (mInstrumentations != null && selectionIndex >= 0 &&
763 selectionIndex < mInstrumentations.length) {
764 return mInstrumentations[selectionIndex];
    [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
ddmlib.jar 
org-eclipse-jface-3.6.2.jar 
  /prebuilts/misc/common/ddmlib/
ddmlib-prebuilt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-jface/3.6.2/
org-eclipse-jface-3.6.2.jar 

Completed in 581 milliseconds