Searched refs:arcs (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1232 public Arc[] arcs; field in class:GridLayout.Axis
1378 private void include(List<Arc> arcs, Interval key, MutableInt size, argument
1392 for (Arc arc : arcs) {
1399 arcs.add(new Arc(key, size));
1402 private void include(List<Arc> arcs, Interval key, MutableInt size) { argument
1403 include(arcs, key, size, true);
1406 // Group arcs by their first vertex, returning an array of arrays.
1407 // This is linear in the number of arcs.
1408 Arc[][] groupArcsByFirstVertex(Arc[] arcs) { argument
1412 for (Arc arc : arcs) {
1428 topologicalSort(final Arc[] arcs) argument
1467 topologicalSort(List<Arc> arcs) argument
1545 arcsToString(List<Arc> arcs) argument
1566 logError(String axisName, Arc[] arcs, boolean[] culprits0) argument
1602 solve(Arc[] arcs, int[] locations) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1121 public Arc[] arcs; field in class:GridLayout.Axis
1267 private void include(List<Arc> arcs, Interval key, MutableInt size, argument
1281 for (Arc arc : arcs) {
1288 arcs.add(new Arc(key, size));
1291 private void include(List<Arc> arcs, Interval key, MutableInt size) { argument
1292 include(arcs, key, size, true);
1295 // Group arcs by their first vertex, returning an array of arrays.
1296 // This is linear in the number of arcs.
1297 Arc[][] groupArcsByFirstVertex(Arc[] arcs) { argument
1301 for (Arc arc : arcs) {
1317 topologicalSort(final Arc[] arcs) argument
1356 topologicalSort(List<Arc> arcs) argument
1434 arcsToString(List<Arc> arcs) argument
1455 logError(String axisName, Arc[] arcs, boolean[] culprits0) argument
1491 solve(Arc[] arcs, int[] locations) argument
[all...]

Completed in 38 milliseconds