Searched defs:findViewForElement (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.java138 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);
476 private CanvasViewInfo findViewForElement(CanvasViewInfo info, Element element) { method in class:GridLayoutConverter
482 CanvasViewInfo result = findViewForElement(child, element);
H A DRelativeLayoutConversionHelper.java130 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout);
967 private CanvasViewInfo findViewForElement(CanvasViewInfo info, Element element) { method in class:RelativeLayoutConversionHelper
973 CanvasViewInfo result = findViewForElement(child, element);

Completed in 6 milliseconds