Home
last modified time | relevance | path

Searched defs:attributeValue (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java392 String attributeValue = region.getText(subRegion); in replaceIds() local
965 String attributePrefix, String attributeName, String attributeValue) { in setAttribute()
979 String attributePrefix, String attributeName, String attributeValue) { in addAttributeDeclaration()
996 String attributeName, String attributeValue) { in replaceAttributeDeclaration()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DBaseLayoutRule.java462 String replace(String attributeUri, String attributeName, String attributeValue); in replace()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/
DGLState.java335 IGLProperty attributeValue = new GLObjectProperty(GLStateType.ATTRIBUTE_VALUE, in createProgramState() local