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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1216 public Arc[] arcs; field in class:GridLayout.Axis
1368 private void include(List<Arc> arcs, Interval key, MutableInt size, argument
1382 for (Arc arc : arcs) {
1389 arcs.add(new Arc(key, size));
1392 private void include(List<Arc> arcs, Interval key, MutableInt size) { argument
1393 include(arcs, key, size, true);
1396 // Group arcs by their first vertex, returning an array of arrays.
1397 // This is linear in the number of arcs.
1398 Arc[][] groupArcsByFirstVertex(Arc[] arcs) { argument
1402 for (Arc arc : arcs) {
1418 topologicalSort(final Arc[] arcs) argument
1457 topologicalSort(List<Arc> arcs) argument
1535 arcsToString(List<Arc> arcs) argument
1556 logError(String axisName, Arc[] arcs, boolean[] culprits0) argument
1592 solve(Arc[] arcs, int[] locations) argument
1596 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1111 public Arc[] arcs; field in class:GridLayout.Axis
1263 private void include(List<Arc> arcs, Interval key, MutableInt size, argument
1277 for (Arc arc : arcs) {
1284 arcs.add(new Arc(key, size));
1287 private void include(List<Arc> arcs, Interval key, MutableInt size) { argument
1288 include(arcs, key, size, true);
1291 // Group arcs by their first vertex, returning an array of arrays.
1292 // This is linear in the number of arcs.
1293 Arc[][] groupArcsByFirstVertex(Arc[] arcs) { argument
1297 for (Arc arc : arcs) {
1313 topologicalSort(final Arc[] arcs) argument
1352 topologicalSort(List<Arc> arcs) argument
1430 arcsToString(List<Arc> arcs) argument
1451 logError(String axisName, Arc[] arcs, boolean[] culprits0) argument
1487 solve(Arc[] arcs, int[] locations) argument
1491 solve(Arc[] arcs, int[] locations, boolean modifyOnError) argument
[all...]

Completed in 13 milliseconds