/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/ |
D | UiAbstractTextAttributeNode.java | 56 public final void setCurrentValue(String value) { in setCurrentValue() 67 public abstract void setTextWidgetValue(String value); in setTextWidgetValue() 105 String value = getTextWidgetValue(); in commit() local
|
D | IUiSettableAttributeNode.java | 30 public void setCurrentValue(String value); in setCurrentValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
D | ShaderUniformDetailsProvider.java | 69 Object value = valueProperty.getValue(); in updateControl() local 78 private String formatUniform(String name, GLEnum type, Object value) { in formatUniform() 115 private String formatVector(Object value) { in formatVector() 128 private String formatMatrix(int dimension, Object value) { in formatMatrix()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLStringProperty.java | 35 public void setValue(Object value) { in setValue() 44 public void setValue(String value) { in setValue()
|
/sdk/annotations/src/android/annotation/ |
D | TargetApi.java | 34 int value(); in value() method
|
D | SuppressLint.java | 37 String[] value(); in value() method
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SimpleAttribute.java | 51 public SimpleAttribute(String uri, String name, String value) { in SimpleAttribute() 91 static SimpleAttribute parseString(String value) { in parseString()
|
D | LayoutMetadata.java | 95 String value = parser.getAttributeValue(TOOLS_URI, name); in getProperty() local 152 String value = element.getAttributeNS(TOOLS_URI, name); in getProperty() local 176 @Nullable final String value) { in setProperty() 238 @Nullable final String value) { in setPropertyInEditor() 269 @Nullable final String value) { in setPropertyInFile()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ConfigurationSelector.java | 671 String value = ((ResourceQualifier)element).getShortDisplayValue(); in getColumnText() local 765 String value = mText.getText(); in onTextChange() local 831 String value = mText.getText(); in onTextChange() local 912 String value = mLanguage.getText(); in onLanguageChange() local 946 String value = q.getValue(); in setQualifier() local 1002 LayoutDirection value = q.getValue(); in setQualifier() local 1262 ScreenSize value = q.getValue(); in setQualifier() local 1320 ScreenRatio value = q.getValue(); in setQualifier() local 1378 ScreenOrientation value = q.getValue(); in setQualifier() local 1435 UiMode value = q.getValue(); in setQualifier() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | IPredicate.java | 20 boolean apply(Object value); in apply()
|
D | Predicates.java | 28 public boolean apply(Object value) { in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyComposite.java | 87 Object value = NO_VALUE; in getValue() local 101 public void setValue(final Object value) throws Exception { in setValue()
|
D | BooleanXmlPropertyEditor.java | 52 Object value = property.getValue(); in paint() local 103 Object value = property.getValue(); in cycleValue() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | AddSuppressAnnotation.java | 177 StringLiteral value = ast.newStringLiteral(); in addSuppressAnnotation() local 196 StringLiteral value = ast.newStringLiteral(); in addSuppressAnnotation() local 214 StringLiteral value = ast.newStringLiteral(); in addSuppressAnnotation() local 265 Expression value = createLiteral(ast); in addTargetApiAnnotation() local 271 Expression value = createLiteral(ast); in addTargetApiAnnotation() local 287 Expression value; in createLiteral() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | TextValueCellEditor.java | 35 protected void doSetValue(Object value) { in doSetValue()
|
D | ResourceValueCellEditor.java | 50 protected void doSetValue(Object value) { in doSetValue()
|
D | FlagValueCellEditor.java | 49 protected void doSetValue(Object value) { in doSetValue()
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | BitmapEditor.java | 28 protected void setImage(ImageView imageView, Object value) { in setImage()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ddms/ |
D | DebugPortProvider.java | 95 String value = store.getString(PREFS_STATIC_PORT_LIST); in computePortList() local 157 String value = sb.toString(); in setPortList() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | PointTestCases.java | 93 public int translate(int value) { in translate() 98 public int inverseTranslate(int value) { in inverseTranslate()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/ |
D | XmlnsAttributeDescriptor.java | 41 public XmlnsAttributeDescriptor(String defaultPrefix, String value) { in XmlnsAttributeDescriptor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/utils/ |
D | FingerprintUtils.java | 48 private static String toHexadecimalString(byte[] value) { in toHexadecimalString()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | PropertySettingNodeHandler.java | 31 PropertySettingNodeHandler(String namespaceUri, String attribute, String value) { in PropertySettingNodeHandler()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/ |
D | TypedVariable.java | 32 String value = attributes.getValue(TemplateHandler.ATTR_VALUE); in parseGlobal() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/export/ |
D | KeyCreationPage.java | 262 String value = mKeyPassword.getText(); in onChange() local 327 String value = textField.getText().trim(); in buildDName() local
|