Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
DLinearLayoutRule.java200 distributeWeights(parentNode, parentNode.getChildren()); in addLayoutActions()
205 distributeWeights(parentNode, in addLayoutActions()
226 private void distributeWeights(INode parentNode, INode[] targets) { in distributeWeights() method in LinearLayoutRule