Home
last modified time | relevance | path

Searched refs:currentValue (Results 1 – 10 of 10) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
DFlagValueCellEditor.java41 String currentValue = (String)getValue(); in openDialogBox() local
42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
DResourceValueCellEditor.java42 String currentValue = (String)getValue(); in openDialogBox() local
43 return mUiResourceAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
DClientRulesEngine.java330 public String displayReferenceInput(@Nullable String currentValue) {
348 dlg.setCurrentResource(currentValue);
360 @Nullable String currentValue) {
361 return displayResourceInput(resourceTypeName, currentValue, null);
364 private String displayResourceInput(String resourceTypeName, String currentValue,
368 return ResourceChooser.chooseResource(graphicalEditor, type, currentValue, validator);
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
DLayoutTestBase.java262 public String displayReferenceInput(String currentValue) { in displayReferenceInput() argument
276 @Nullable String currentValue) { in displayResourceInput() argument
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
DUiResourceAttributeNode.java156 public String showDialog(@NonNull Shell shell, @Nullable String currentValue) { in showDialog() argument
170 .setCurrentResource(currentValue); in showDialog()
180 dlg.setCurrentResource(currentValue); in showDialog()
DUiFlagAttributeNode.java160 public String showDialog(Shell shell, String currentValue) { in showDialog() argument
162 shell, currentValue.trim().split("\\s*\\|\\s*")); //$NON-NLS-1$ in showDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/
DXmlPropertyEditor.java478 String currentValue = (String) property.getValue(); in openDialog() local
479 dlg.setCurrentResource(currentValue); in openDialog()
500 String currentValue = (String) property.getValue(); in openDialog() local
503 type, currentValue, null /* validator */); in openDialog()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
DAndroidContentAssist.java1308 String currentValue = currAttrNode.getCurrentValue(); in completeSuffix() local
1310 if (currentValue == null || !currentValue.contains(flagValue)) { in completeSuffix()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
DResourceChooser.java941 String currentValue, IInputValidator validator) { in chooseResource() argument
943 setCurrentResource(currentValue); in chooseResource()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
DSdk.java1543 int currentValue = store.getInt(AdtPrefs.PREFS_FIX_LEGACY_EDITORS); in fixOpenLegacyEditors() local
1549 if (currentValue >= targetValue) { in fixOpenLegacyEditors()