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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutWizard.java 163 int selectionIndex = mTypeCombo.getSelectionIndex();
164 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
177 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
ChangeViewWizard.java 180 int selectionIndex = mTypeCombo.getSelectionIndex();
181 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex) : null;
WrapInWizard.java 132 int selectionIndex = mTypeCombo.getSelectionIndex();
133 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
148 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectChooserHelper.java 232 int selectionIndex = 0;
237 selectionIndex = i + 1;
241 select(selectionIndex);
264 int selectionIndex = 0;
267 selectionIndex = i + 1; // +1: Slot 0 is reserved for "Choose Project"
268 select(selectionIndex);
279 int selectionIndex = getSelectionIndex();
280 if (selectionIndex > 0 && mAvailableProjects != null
281 && selectionIndex <= mAvailableProjects.length) {
284 mProject = mAvailableProjects[selectionIndex - 1].getProject()
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 423 int selectionIndex = -1;
432 selectionIndex = axisIndex;
443 mSeriesCombo.select(selectionIndex + 1);
445 if (selectionIndex >= 0) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 248 int selectionIndex = -1;
253 selectionIndex = i;
260 if (selectionIndex != -1) {
261 mSdkCombo.select(selectionIndex);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigurationTab.java 706 int selectionIndex = mInstrumentationCombo.getSelectionIndex();
707 if (mInstrumentations != null && selectionIndex >= 0 &&
708 selectionIndex < mInstrumentations.length) {
709 return mInstrumentations[selectionIndex];
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationComposite.java     [all...]
  /prebuilt/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 

Completed in 947 milliseconds