Home
last modified time | relevance | path

Searched refs:stripTopLayoutAttributes (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoring.java634 xml = stripTopLayoutAttributes(primaryNode, mSelectionStart, xml);
DVisualRefactoring.java534 protected String stripTopLayoutAttributes(Element primary, int start, String xml) { in stripTopLayoutAttributes() method in VisualRefactoring