OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:selectionIndex
(Results
1 - 25
of
132
) sorted by null
1
2
3
4
5
6
/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
);
/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
);
/prebuilts/devtools/tools/lib/
ddmuilib.jar
ddmlib.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.4.0-beta6/
ddmuilib-24.4.0-beta6.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/24.5.0/
ddmuilib-24.5.0.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.0.0-alpha1/
ddmuilib-25.0.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0/
ddmuilib-25.3.0.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-alpha1/
ddmuilib-25.3.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta1/
ddmuilib-25.3.0-beta1.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta2/
ddmuilib-25.3.0-beta2.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta3/
ddmuilib-25.3.0-beta3.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.0-beta4/
ddmuilib-25.3.0-beta4.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.3.1/
ddmuilib-25.3.1.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha1/
ddmuilib-25.4.0-alpha1.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha3/
ddmuilib-25.4.0-alpha3.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha5/
ddmuilib-25.4.0-alpha5.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.4.0-alpha6/
ddmuilib-25.4.0-alpha6.jar
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmuilib/25.5.0-alpha-preview-01/
ddmuilib-25.5.0-alpha-preview-01.jar
Completed in 110 milliseconds
1
2
3
4
5
6