/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | LintColumn.java | 89 public abstract String getValue(@NonNull IMarker marker); in getValue() method in LintColumn 133 return getValue(o1).compareTo(getValue(o2)); in compare() 159 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.MessageColumn 290 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.CategoryColumn 316 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.LocationColumn 396 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.FileColumn 426 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.PathColumn 457 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.LineColumn 506 public String getValue(@NonNull IMarker marker) { in getValue() method in LintColumn.PriorityColumn
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | TextEditor.java | 37 textEditor.setText(item.getValue() == null ? "" : item.getValue().toString()); in bindEditor() 44 if (equal(newVal, item.getValue())) in bindEditor()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/build/ |
D | NdkEnvSupplier.java | 48 public String getValue() { in init() 77 if (path.getValue() != null) in init() 88 public String getValue() { in init()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/ |
D | Mocks.java | 58 expect(javaProject.getOutputLocation()).andReturn(capturedOutput.getValue()).anyTimes(); in createProject() 63 return capturedEntries.getValue(); in createProject() 85 return capturedCompliance.getValue(); in createProject() 92 return capturedSource.getValue(); in createProject() 99 return capturedTarget.getValue(); in createProject()
|
/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() 33 Type type = Type.get(attributes.getValue(TemplateHandler.ATTR_TYPE)); in parseGlobal()
|
D | TemplateHandler.java | 477 String id = attributes.getValue(ATTR_ID); in processVariables() 479 String value = attributes.getValue(ATTR_DEFAULT); in processVariables() 482 String type = attributes.getValue(ATTR_TYPE); in processVariables() 490 String id = attributes.getValue(ATTR_ID); in processVariables() 496 String path = attributes.getValue(ATTR_FILE); in processVariables() 501 String path = attributes.getValue(ATTR_FILE); in processVariables() 506 String dependencyName = attributes.getValue(ATTR_NAME); in processVariables() 608 String fromPath = attributes.getValue(ATTR_FROM); in execute() 609 String toPath = attributes.getValue(ATTR_TO); in execute() 611 toPath = attributes.getValue(ATTR_FROM); in execute() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/ |
D | PropertyChangeTransform.java | 62 if (!mPredicate.apply(property.getValue())) { in apply() 68 mOldValue = property.getValue(); in apply()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
D | ProjectResources.java | 135 resultMap.put(libEntry.getKey(), libEntry.getValue()); in getConfiguredResources() 140 tempMap.putAll(libEntry.getValue()); in getConfiguredResources() 157 resultMap.put(type, entry.getValue()); in getConfiguredResources() 159 typeMap.putAll(entry.getValue()); in getConfiguredResources()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SimpleAttributeTest.java | 36 assertEquals("value = with space ", a.getValue()); in testSimpleAttribute() 48 assertEquals("value = with space ", a.getValue()); in testGetValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
D | XmlPropertyEditor.java | 116 Object value = property.getValue(); in getText() 146 while (resValue != null && resValue.getValue() != null) { in paint() 147 String value = resValue.getValue(); in paint() 155 if (v != null && !value.equals(v.getValue())) { in paint() 169 if (resValue != null && resValue.getValue() != null) { in paint() 170 String value = resValue.getValue(); in paint() 317 Object oldValue = property.getValue(); in setEditorText() 390 Object value = xmlProperty.getValue(); in openDialog() 478 String currentValue = (String) property.getValue(); in openDialog() 500 String currentValue = (String) property.getValue(); in openDialog()
|
D | XmlPropertyComposite.java | 86 public Object getValue() throws Exception { in getValue() method in XmlPropertyComposite 89 Object propertyValue = property.getValue(); in getValue()
|
D | BooleanXmlPropertyEditor.java | 52 Object value = property.getValue(); in paint() 103 Object value = property.getValue(); in cycleValue()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/views/detail/ |
D | ShaderUniformDetailsProvider.java | 67 String name = (String) nameProperty.getValue(); in updateControl() 68 GLEnum type = (GLEnum) typeProperty.getValue(); in updateControl() 69 Object value = valueProperty.getValue(); in updateControl()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | ExtractStyleWizard.java | 278 List<Attr> attrList = entry.getValue(); in initialize() 282 return a1.getValue().compareTo(a2.getValue()); in initialize() 294 String value = attr.getValue(); in initialize() 327 return a1.getValue().compareTo(a2.getValue()); in initialize() 404 styledString.append(attribute.getValue()); in update()
|
D | GridLayoutConverter.java | 377 if (width != null && VALUE_WRAP_CONTENT.equals(width.getValue())) { in assignCellAttributes() 381 if (height != null && VALUE_WRAP_CONTENT.equals(height.getValue())) { in assignCellAttributes() 411 if (width != null && (VALUE_MATCH_PARENT.equals(width.getValue()) || in processGravities() 412 VALUE_FILL_PARENT.equals(width.getValue()))) { in processGravities() 416 if (height != null && (VALUE_MATCH_PARENT.equals(height.getValue()) || in processGravities() 417 VALUE_FILL_PARENT.equals(height.getValue()))) { in processGravities() 462 if (height != null && height.getValue().startsWith("0")) { //$NON-NLS-1$ in convert0dipToWrapContent() 466 if (width != null && width.getValue().startsWith("0")) { //$NON-NLS-1$ in convert0dipToWrapContent() 898 String value = attr.getValue(); in analyzeKnownLayouts()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/editors/ |
D | StateLabelProvider.java | 48 return getValue(property); in getColumnText() 54 private String getValue(IGLProperty element) { in getValue() method in StateLabelProvider
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | IGLProperty.java | 44 Object getValue(); in getValue() method
|
D | GLStringProperty.java | 49 public Object getValue() { in getValue() method in GLStringProperty
|
D | GLFloatProperty.java | 50 public Object getValue() { in getValue() method in GLFloatProperty
|
D | GLBooleanProperty.java | 61 public Object getValue() { in getValue() method in GLBooleanProperty
|
D | GLEnumProperty.java | 61 public Object getValue() { in getValue() method in GLEnumProperty
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/ |
D | DebuggerConnector.java | 151 if (!e.getValue().equals(name)) { in projectClosed() 152 updatedCache.put(e.getKey(), e.getValue()); in projectClosed()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/relative/ |
D | DeletionHandler.java | 102 String id = attribute.getValue(); in getId() 189 target.setAttribute(ANDROID_URI, transfer.name, attribute.getValue()); in transfer() 193 target.setAttribute(ANDROID_URI, name, attribute.getValue()); in transfer()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/ |
D | ConfigurationMatcher.java | 717 ScreenSize ss1 = size1 != null ? size1.getValue() : ScreenSize.NORMAL; in compare() 718 ScreenSize ss2 = size2 != null ? size2.getValue() : ScreenSize.NORMAL; in compare() 727 ScreenOrientation so1 = orientation1.getValue(); in compare() 733 ScreenOrientation so2 = orientation2.getValue(); in compare() 794 Density value = dpiQualifier1.getValue(); in compare() 801 Density value = dpiQualifier2.getValue(); in compare() 812 so1 = orientationQualifier1.getValue(); in compare() 821 so2 = orientationQualifier2.getValue(); in compare()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/ |
D | ConfigurationSelector.java | 946 String value = q.getValue(); in setQualifier() 1002 LayoutDirection value = q.getValue(); in setQualifier() 1076 mSize.setText(Integer.toString(q.getValue())); in setQualifier() 1142 mSize.setText(Integer.toString(q.getValue())); in setQualifier() 1208 mSize.setText(Integer.toString(q.getValue())); in setQualifier() 1262 ScreenSize value = q.getValue(); in setQualifier() 1320 ScreenRatio value = q.getValue(); in setQualifier() 1378 ScreenOrientation value = q.getValue(); in setQualifier() 1435 UiMode value = q.getValue(); in setQualifier() 1492 NightMode value = q.getValue(); in setQualifier() [all …]
|