Home
last modified time | relevance | path

Searched refs:mSharedBottomEdge (Results 1 – 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DRelativeLayoutConversionHelper.java1430 private final Map<Element, Element> mSharedBottomEdge = new HashMap<Element, Element>(); field in RelativeLayoutConversionHelper.EdgeList
1522 mSharedBottomEdge.put(childElement, parentElement); in analyze()
1549 mSharedBottomEdge.put(childViewElement, parentElement); in analyze()
1574 return getSharedEdge(element, mSharedBottomEdge); in getSharedBottomEdge()