Searched refs:attributeValue (Results 1 – 4 of 4) sorted by relevance
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
D | VisualRefactoring.java | 392 String attributeValue = region.getText(subRegion); in replaceIds() local 393 if (attributeValue.equals(match1) || attributeValue.equals(match2)) { in replaceIds() 965 String attributePrefix, String attributeName, String attributeValue) { in setAttribute() argument 970 attributeUri, attributeName, attributeValue); in setAttribute() 973 attributeValue); in setAttribute() 979 String attributePrefix, String attributeName, String attributeValue) { in addAttributeDeclaration() argument 987 sb.append(attributeValue).append('"'); in addAttributeDeclaration() 996 String attributeName, String attributeValue) { in replaceAttributeDeclaration() argument 1032 attributeValue); in replaceAttributeDeclaration() 1037 attributeName, attributeValue); in replaceAttributeDeclaration()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/ |
D | BaseLayoutRuleTest.java | 192 String attributeValue) { in testAddAttributes2() 197 return attributeValue; in testAddAttributes2()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
D | GLState.java | 335 IGLProperty attributeValue = new GLObjectProperty(GLStateType.ATTRIBUTE_VALUE, in createProgramState() local 338 attributeName, attributeType, attributeSize, attributeValue); in createProgramState()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/ |
D | BaseLayoutRule.java | 462 String replace(String attributeUri, String attributeName, String attributeValue); in replace() argument
|