Home | History | Annotate | Download | only in widget

Lines Matching refs:locations

76  * wishes to occupy, GridLayout assigns cell locations automatically using its:
868 int[] xs = horizontalAxis.locations;
876 int[] ys = verticalAxis.locations;
968 int[] locations = axis.getLocations();
969 int cellSize = locations[span.max] - locations[span.min];
1050 Together they compute the locations of the vertical and horizontal lines of
1157 This internal class houses the algorithm for computing the locations of grid lines;
1190 public int[] locations;
1478 private boolean relax(int[] locations, Arc entry) {
1486 int candidate = locations[u] + value;
1487 if (candidate > locations[v]) {
1488 locations[v] = candidate;
1494 private void init(int[] locations) {
1495 Arrays.fill(locations, 0);
1555 private void solve(Arc[] arcs, int[] locations) {
1561 init(locations);
1567 changed |= relax(locations, arcs[j]);
1580 culprits[j] |= relax(locations, arcs[j]);
1656 if (locations == null) {
1658 locations = new int[N];
1661 computeLocations(locations);
1664 return locations;
1667 private int size(int[] locations) {
1670 // between vertices 0 and N, assuming that locations[0] = 0.
1671 return locations[getCount()];
1721 locations = null;
2486 * so that the locations defined by the alignment values