OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:removeUndefinedAttrs
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
ChangeLayoutRefactoring.java
279
removeUndefinedAttrs
(rootEdit, layout);
291
removeUndefinedAttrs
(rootEdit, layout, false /*removeLayoutAttrs*/);
294
removeUndefinedAttrs
(rootEdit, layout);
298
removeUndefinedAttrs
(rootEdit, layout);
502
removeUndefinedAttrs
(rootEdit, layout);
511
private void
removeUndefinedAttrs
(MultiTextEdit rootEdit, Element layout) {
512
removeUndefinedAttrs
(rootEdit, layout, true /*removeLayoutAttrs*/);
515
private void
removeUndefinedAttrs
(MultiTextEdit rootEdit, Element layout,
ChangeViewRefactoring.java
216
removeUndefinedAttrs
(rootEdit, element);
223
private void
removeUndefinedAttrs
(MultiTextEdit rootEdit, Element element) {
GridLayoutConverter.java
160
removeUndefinedAttrs
();
269
private void
removeUndefinedAttrs
() {
[
all
...]
Completed in 66 milliseconds