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

  /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();
WrapInWizard.java 133 int selectionIndex = mTypeCombo.getSelectionIndex();
134 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex).getFirst() : null;
149 ViewElementDescriptor descriptor = mClassNames.get(selectionIndex).getSecond();
ChangeViewWizard.java 181 int selectionIndex = mTypeCombo.getSelectionIndex();
182 String type = selectionIndex != -1 ? mClassNames.get(selectionIndex) : null;
  /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);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/wizards/buildingblocks/
NewProviderMainPage.java 136 int selectionIndex = authoritiesList.getSelectionIndex();
137 if (selectionIndex != defaultIndex)
139 String authoritySelected = authoritiesList.getItem(selectionIndex);
140 authoritiesList.remove(selectionIndex);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
EmulatorConsole.java 513 * @param selectionIndex The index in the {@link #NETWORK_SPEEDS} table.
516 public synchronized String setNetworkSpeed(int selectionIndex) {
517 String command = String.format(COMMAND_NETWORK_SPEED, NETWORK_SPEEDS[selectionIndex]);
523 * @param selectionIndex The index in the {@link #NETWORK_LATENCIES} table.
526 public synchronized String setNetworkLatency(int selectionIndex) {
527 String command = String.format(COMMAND_NETWORK_LATENCY, NETWORK_LATENCIES[selectionIndex]);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
EventValueSelector.java 425 int selectionIndex = -1;
434 selectionIndex = axisIndex;
445 mSeriesCombo.select(selectionIndex + 1);
447 if (selectionIndex >= 0) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
EmulatorControlPanel.java     [all...]
  /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...]
  /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);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.jface_3.6.1.M20100825-0800.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.jface_3.4.2.M20090107-0800.jar 
org.eclipse.jface_3.6.2.M20110210-1200.jar 

Completed in 601 milliseconds