Searched defs:locations (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DGridLayout.java76 * 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; field in class:GridLayout.Axis
1478 private boolean relax(int[] locations, Ar argument
1494 init(int[] locations) argument
1555 solve(Arc[] arcs, int[] locations) argument
1667 size(int[] locations) argument
[all...]
/frameworks/base/tools/aapt/
H A DResource.cpp2248 // { rule --> { file locations } }
2595 const SortedVector<String8>& locations = rules.valueAt(i); local
2596 const size_t M = locations.size();
2598 fprintf(fp, "# %s\n", locations.itemAt(j).string());
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java76 * wishes to occupy, GridLayout assigns cell locations automatically using its:
797 int[] xs = horizontalAxis.locations;
805 int[] ys = verticalAxis.locations;
912 int[] locations = axis.getLocations();
913 int cellSize = locations[span.max] - locations[span.min];
989 Together they compute the locations of the vertical and horizontal lines of
1085 This internal class houses the algorithm for computing the locations of grid lines;
1118 public int[] locations; field in class:GridLayout.Axis
1399 private boolean relax(int[] locations, Ar argument
1415 init(int[] locations) argument
1490 solve(Arc[] arcs, int[] locations) argument
1602 size(int[] locations) argument
[all...]

Completed in 1915 milliseconds