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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1295 // we must include views that are GONE here, see introductory javadoc
1311 // we must include views that are GONE here, see introductory javadoc
1314 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1378 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1402 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1403 include(arcs, key, size, true);
1474 include(result, key, links.values[i], false);
1491 include(mins, new Interval(i, i + 1), new MutableInt(0));
1495 // Add the container constraints. Use the version of include that allows
1498 include(min
2248 protected void include(int before, int after) { method in class:GridLayout.Bounds
2266 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.java1184 // we must include views that are GONE here, see introductory javadoc
1200 // we must include views that are GONE here, see introductory javadoc
1203 groupBounds.getValue(i).include(GridLayout.this, c, spec, this);
1267 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1291 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1292 include(arcs, key, size, true);
1363 include(result, key, links.values[i], false);
1380 include(mins, new Interval(i, i + 1), new MutableInt(0));
1384 // Add the container constraints. Use the version of include that allows
1387 include(min
2131 protected void include(int before, int after) { method in class:GridLayout.Bounds
2149 protected final void include(GridLayout gl, View c, Spec spec, Axis axis) { method in class:GridLayout.Bounds
[all...]

Completed in 1078 milliseconds