Searched defs:edgeList (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/ |
| D | RelativeLayoutConversionHelper.java | 152 EdgeList edgeList = new EdgeList(layoutView); in analyzeLayout() local 203 private List<View> createViews(EdgeList edgeList, List<Integer> columnOffsets) { in createViews() 229 private void initializeIds(EdgeList edgeList, List<View> views) { in initializeIds() 241 private void initializeSpans(EdgeList edgeList, List<Integer> columnOffsets, in initializeSpans() 303 private void computeKnownConstraints(List<View> views, EdgeList edgeList) { in computeKnownConstraints() 440 private void analyzeLinearLayout(EdgeList edgeList, Element layout) { in analyzeLinearLayout() 608 private int analyzeGravity(EdgeList edgeList, Element layout, boolean isVertical, in analyzeGravity() 744 private void analyzeRelativeLayout(EdgeList edgeList, Element layout) { in analyzeRelativeLayout()
|