/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.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.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.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/layout/gle2/ |
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()
|
D | SimpleAttribute.java | 51 public SimpleAttribute(String uri, String name, String value) { in SimpleAttribute() 91 static SimpleAttribute parseString(String value) { in parseString()
|
/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()
|
D | GLSparseArrayProperty.java | 127 IGLProperty value = mSparseArray.get(key); in clone() local 143 public void setValue(Object value) { in setValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/ |
D | GLProtoBuf.java | 626 public static Function valueOf(int value) { in valueOf() 1234 private final int value; field in GLProtoBuf.GLMessage.Function 1235 private Function(int index, int value) { in Function() 1277 public static Type valueOf(int value) { in valueOf() 1305 private final int value; field in GLProtoBuf.GLMessage.DataType.Type 1306 private Type(int index, int value) { in Type() 1744 …com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType.Type value = com.android.ide.eclipse… in mergeFrom() local 1826 … public Builder setType(com.android.ide.eclipse.gltrace.GLProtoBuf.GLMessage.DataType.Type value) { in setType() 1847 public Builder setIsArray(boolean value) { in setIsArray() 1868 public Builder setIntValue(int index, int value) { in setIntValue() [all …]
|
/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
|
D | XmlPropertyEditor.java | 116 Object value = property.getValue(); in getText() local 147 String value = resValue.getValue(); in paint() local 170 String value = resValue.getValue(); in paint() local 390 Object value = xmlProperty.getValue(); in openDialog() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
D | ProjectHelper.java | 743 String value) { in saveStringProperty() 765 String value = resource.getPersistentProperty(qname); in loadStringProperty() local 780 boolean value) { in saveBooleanProperty() 793 String value = loadStringProperty(resource, propertyName); in loadBooleanProperty() local 802 String value = loadStringProperty(resource, propertyName); in loadBooleanProperty() local 819 IResource value) { in saveResourceProperty() 836 String value = loadStringProperty(resource, propertyName); in loadResourceProperty() local
|
/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/wizards/export/ |
D | KeyCreationPage.java | 262 String value = mKeyPassword.getText(); in onChange() local 327 String value = textField.getText().trim(); in buildDName() local
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/ |
D | EditableDialogCellEditor.java | 195 protected void updateContents(Object value) { in updateContents() 227 String value = text.getText(); in editOccured() local
|
D | TextValueCellEditor.java | 35 protected void doSetValue(Object value) { in doSetValue()
|
/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.tests/unittests/com/android/ide/common/layout/ |
D | TestNode.java | 87 public TestNode set(String uri, String name, String value) { in set() 211 @Nullable String value) { in setAttribute() 352 public boolean setAttribute(String uri, String localName, String value) { in setAttribute() 387 String value; in getStringAttr() local
|
/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()
|
/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.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/ |
D | NodeProxy.java | 336 @Nullable String value) { in setAttribute() 371 String value = map.get(attrName); in getStringAttr() local 454 String value = attr.getNodeValue(); in getLiveAttributes() local
|