Searched defs: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/
H A DGridLayoutConverter.java796 if (!mFlatten || !isRemovableLayout(view)) {
813 if (mFlatten && isRemovableLayout(child)) {
960 private boolean isRemovableLayout(CanvasViewInfo child) { method in class:GridLayoutConverter.GridModel
H A DRelativeLayoutConversionHelper.java1494 if (!mFlatten || !isRemovableLayout(view)) {
1527 if (mFlatten && isRemovableLayout(child)) {
1611 private boolean isRemovableLayout(CanvasViewInfo child) { method in class:RelativeLayoutConversionHelper.EdgeList

Completed in 19 milliseconds