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/ |
D | FlagValueCellEditor.java | 41 String currentValue = (String)getValue(); in openDialogBox() local 42 return mUiFlagAttribute.showDialog(cellEditorWindow.getShell(), currentValue); in openDialogBox()
|
D | ResourceValueCellEditor.java | 42 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/ |
D | ClientRulesEngine.java | 330 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/ |
D | LayoutTestBase.java | 262 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/ |
D | UiResourceAttributeNode.java | 156 public String showDialog(@NonNull Shell shell, @Nullable String currentValue) { in showDialog() argument 170 .setCurrentResource(currentValue); in showDialog() 180 dlg.setCurrentResource(currentValue); in showDialog()
|
D | UiFlagAttributeNode.java | 160 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/ |
D | XmlPropertyEditor.java | 478 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/ |
D | AndroidContentAssist.java | 1308 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/ |
D | ResourceChooser.java | 941 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/ |
D | Sdk.java | 1543 int currentValue = store.getInt(AdtPrefs.PREFS_FIX_LEGACY_EDITORS); in fixOpenLegacyEditors() local 1549 if (currentValue >= targetValue) { in fixOpenLegacyEditors()
|