Searched refs:mSharedBottomEdge (Results 1 – 1 of 1) sorted by relevance
1430 private final Map<Element, Element> mSharedBottomEdge = new HashMap<Element, Element>(); field in RelativeLayoutConversionHelper.EdgeList1522 mSharedBottomEdge.put(childElement, parentElement); in analyze()1549 mSharedBottomEdge.put(childViewElement, parentElement); in analyze()1574 return getSharedEdge(element, mSharedBottomEdge); in getSharedBottomEdge()