Home
last modified time | relevance | path

Searched refs:isRemovableLayout (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/
DGridLayoutConverter.java799 if (!mFlatten || !isRemovableLayout(view)) { in scan()
816 if (mFlatten && isRemovableLayout(child)) { in scan()
963 private boolean isRemovableLayout(CanvasViewInfo child) { in isRemovableLayout() method in GridLayoutConverter.GridModel
DRelativeLayoutConversionHelper.java1492 if (!mFlatten || !isRemovableLayout(view)) { in analyze()
1525 if (mFlatten && isRemovableLayout(child)) { in analyze()
1609 private boolean isRemovableLayout(CanvasViewInfo child) { in isRemovableLayout() method in RelativeLayoutConversionHelper.EdgeList