HomeSort by relevance Sort by last modified time
    Searched full:selectionindex (Results 1 - 25 of 28) sorted by null

1 2

  /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/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();
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CCombo3.java 193 int selectionIndex = m_table.getSelectionIndex();
195 selectionIndex--;
196 if (selectionIndex < 0) {
197 selectionIndex = m_table.getItemCount() - 1;
199 m_table.setSelection(selectionIndex);
202 m_table.setSelection((selectionIndex + 1) % m_table.getItemCount());
CComboBox.java 286 int selectionIndex = m_table.getTable().getSelectionIndex();
287 setSelectionIndex(selectionIndex);
  /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...]
  /external/chromium_org/third_party/iaccessible2/
ia2_api_all.idl     [all...]
  /prebuilts/devtools/tools/lib/
ddmuilib.jar 
ddmlib.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
ddmlib-22.5.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
ddmlib-22.5.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
ddmlib-22.5.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
ddmlib-22.7.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.1/
ddmlib-22.7.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.3/
ddmlib-22.7.3.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.8.0/
ddmlib-22.8.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.9.2/
ddmlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.1/
ddmlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/23.0.2/
ddmlib-23.0.2.jar 

Completed in 2439 milliseconds

1 2