Searched defs:include (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1267 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1331 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1355 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1356 include(arcs, key, size, true);
1427 include(result, key, links.values[i], false);
1444 include(mins, new Interval(i, i + 1), new MutableInt(0));
1448 // Add the container constraints. Use the version of include that allows
1451 include(mins, new Interval(0, N), parentMin, false);
1452 include(maxs, new Interval(N, 0), parentMax, false);
1852 * and should not be relied upon in production code - so it is best to include th
2197 protected void include(int before, int after) { method in class:GridLayout.Bounds
2215 protected final void include(GridLayout gl, View c, Spec spec, Axis axis) { method in class:GridLayout.Bounds
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1189 groupBounds.getValue(i).include(c, spec, GridLayout.this, this);
1253 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1277 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1278 include(arcs, key, size, true);
1348 include(result, key, links.values[i], false);
1365 include(mins, new Interval(i, i + 1), new MutableInt(0));
1369 // Add the container constraints. Use the version of include that allows
1372 include(mins, new Interval(0, N), parentMin, false);
1373 include(maxs, new Interval(N, 0), parentMax, false);
1785 * and should not be relied upon in production code - so it is best to include th
2130 protected void include(int before, int after) { method in class:GridLayout.Bounds
2148 protected final void include(View c, Spec spec, GridLayout gridLayout, Axis axis) { method in class:GridLayout.Bounds
[all...]

Completed in 248 milliseconds