HomeSort by relevance Sort by last modified time
    Searched defs:getCurrentValue (Results 1 - 11 of 11) sorted by null

  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
PortFieldEditor.java 37 public int getCurrentValue() {
58 int val = getCurrentValue();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
FlagValueCellEditor.java 52 super.doSetValue(mUiFlagAttribute.getCurrentValue());
ResourceValueCellEditor.java 53 super.doSetValue(mUiResourceAttribute.getCurrentValue());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
IUiSettableAttributeNode.java 27 public String getCurrentValue();
UiAbstractTextAttributeNode.java 50 public final String getCurrentValue() {
UiAttributeNode.java 59 public abstract String getCurrentValue();
UiSeparatorAttributeNode.java 48 public String getCurrentValue() {
UiTextValueNode.java 67 if (isValid() && !getTextWidgetValue().equals(getCurrentValue())) {
70 setTextWidgetValue(getCurrentValue());
UiListAttributeNode.java 83 setTextWidgetValue(getCurrentValue());
214 getCurrentValue() != null &&
215 !mCombo.getText().equals(getCurrentValue())) {
  /sdk/sdkmanager/app/src/com/android/sdkmanager/
CommandLineProcessor.java 188 return arg.getCurrentValue();
197 return arg.getCurrentValue();
199 if (arg.getCurrentValue() != null) {
200 lastDefault = arg.getCurrentValue();
393 if (arg.isMandatory() && arg.getCurrentValue() == null) {
598 arg.setCurrentValue(! ((Boolean) arg.getCurrentValue()).booleanValue());
775 public Object getCurrentValue() {
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 154 milliseconds