/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
D | PortFieldEditor.java | 37 public int getCurrentValue() { in getCurrentValue() method in PortFieldEditor 58 int val = getCurrentValue(); in checkState()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | AttributeDescriptorLabelProvider.java | 43 String v = node.getCurrentValue(); in getImage() 57 return ((UiAbstractTextAttributeNode)element).getCurrentValue(); in getText()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiTextAttributeNode.java | 67 desc.getUiName(), getCurrentValue(), in createUiControl() 154 getCurrentValue() != null && in setTextWidget() 155 !mText.getText().equals(getCurrentValue())) { in setTextWidget()
|
D | UiTextValueNode.java | 67 if (isValid() && !getTextWidgetValue().equals(getCurrentValue())) { in updateValue() 70 setTextWidgetValue(getCurrentValue()); in updateValue()
|
D | IUiSettableAttributeNode.java | 27 public String getCurrentValue(); in getCurrentValue() method
|
D | UiListAttributeNode.java | 82 setTextWidgetValue(getCurrentValue()); in createUiControl() 215 getCurrentValue() != null && in onComboChange() 216 !mCombo.getText().equals(getCurrentValue())) { in onComboChange()
|
D | UiAbstractTextAttributeNode.java | 50 public final String getCurrentValue() { in getCurrentValue() method in UiAbstractTextAttributeNode
|
D | UiElementNode.java | 1077 String value = uiAttr.getCurrentValue(); in createXmlNode() 1090 commitAttributeToXml(node, node.getCurrentValue()); in createXmlNode() 1619 String value = uiAttr.getCurrentValue(); in commitDirtyAttributesToXml() 1648 commitAttributeToXml(uiAttribute, uiAttribute.getCurrentValue()); in commitDirtyAttributesToXml() 1729 commitAttributeToXml(uiAttribute, uiAttribute.getCurrentValue()); in commitDirtyAttributesToXml() 1820 String current = uiAttr.getCurrentValue(); in setInternalAttrValue() 1858 return uiAttr.getCurrentValue(); in getAttributeValue() 1943 return attribute.getCurrentValue().length() > 0; in isPropertySet() 1949 return unknownAttr.getCurrentValue().length() > 0; in isPropertySet() 2009 String oldValue = attribute.getCurrentValue(); in setPropertyValue()
|
D | UiSeparatorAttributeNode.java | 48 public String getCurrentValue() { in getCurrentValue() method in UiSeparatorAttributeNode
|
D | UiAttributeNode.java | 73 public abstract String getCurrentValue(); in getCurrentValue() method in UiAttributeNode
|
D | UiFlagAttributeNode.java | 100 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
D | UiResourceAttributeNode.java | 119 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/util/ |
D | CommandLineParser.java | 197 return arg.getCurrentValue(); in getValue() 206 return arg.getCurrentValue(); in getValue() 208 if (arg.getCurrentValue() != null) { in getValue() 209 lastDefault = arg.getCurrentValue(); in getValue() 420 if (arg.isMandatory() && arg.getCurrentValue() == null) { in parseArgs() 655 arg.setCurrentValue(! ((Boolean) arg.getCurrentValue()).booleanValue()); in process() 728 Object v = arg.getCurrentValue(); in process() 874 public Object getCurrentValue() { in getCurrentValue() method in CommandLineParser.Arg
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | TextValueCellEditor.java | 37 super.doSetValue(((UiAttributeNode)value).getCurrentValue()); in doSetValue()
|
D | FlagValueCellEditor.java | 52 super.doSetValue(mUiFlagAttribute.getCurrentValue()); in doSetValue()
|
D | ResourceValueCellEditor.java | 53 super.doSetValue(mUiResourceAttribute.getCurrentValue()); in doSetValue()
|
D | ListValueCellEditor.java | 57 String attrValue = uiListAttribute.getCurrentValue(); in doSetValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/ |
D | UiElementDetail.java | 326 if (ui_attr.getCurrentValue() != null && in createUiAttributeControls() 327 ui_attr.getCurrentValue().length() > 0) { in createUiAttributeControls() 471 if (ui_attr.getCurrentValue() != null && ui_attr.getCurrentValue().length() > 0) { in updateUnknownAttributesSection()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiManifestPkgAttrNode.java | 122 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
D | UiPackageAttributeNode.java | 122 final Text text = toolkit.createText(composite, getCurrentValue()); in createUiControl()
|
D | UiClassAttributeNode.java | 271 final Text text = toolkit.createText(composite, getCurrentValue());
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestEditor.java | 408 if (attr.getCurrentValue().equals(className)) { in processMarker()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | CanvasViewInfo.java | 531 String value = attr.getCurrentValue(); in toSimpleElement()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ |
D | AndroidContentAssist.java | 1247 String currentValue = currAttrNode.getCurrentValue(); in completeSuffix()
|