Home
last modified time | relevance | path

Searched refs: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/
DGridLayoutConverter.java138 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToGridLayout()
479 private CanvasViewInfo findViewForElement(CanvasViewInfo info, Element element) { in findViewForElement() method in GridLayoutConverter
485 CanvasViewInfo result = findViewForElement(child, element); in findViewForElement()
DRelativeLayoutConversionHelper.java128 CanvasViewInfo layoutView = findViewForElement(mRootView, mLayout); in convertToRelative()
965 private CanvasViewInfo findViewForElement(CanvasViewInfo info, Element element) { in findViewForElement() method in RelativeLayoutConversionHelper
971 CanvasViewInfo result = findViewForElement(child, element); in findViewForElement()