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

/frameworks/base/core/java/android/widget/
H A DGridLayout.java1289 // we must include views that are GONE here, see introductory javadoc
1305 // we must include views that are GONE here, see introductory javadoc
1310 groupBounds.getValue(i).include(GridLayout.this, c, spec, this, size);
1374 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1398 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1399 include(arcs, key, size, true);
1470 include(result, key, links.values[i], false);
1487 include(mins, new Interval(i, i + 1), new MutableInt(0));
1491 // Add the container constraints. Use the version of include that allows
1494 include(min
2374 protected void include(int before, int after) { method in class:GridLayout.Bounds
2392 protected final void include(GridLayout gl, View c, Spec spec, Axis axis, int size) { method in class:GridLayout.Bounds
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/support/v17/leanback/kitkat/android/support/v17/leanback/transition/
H A DTransitionHelperKitkat.java180 static void include(Object transition, int targetId) { method in class:TransitionHelperKitkat
184 static void include(Object transition, View targetView) { method in class:TransitionHelperKitkat
/frameworks/support/v17/leanback/src/android/support/v17/leanback/transition/
H A DTransitionHelper.java137 public void include(Object transition, int targetId); method in interface:TransitionHelper.TransitionHelperVersionImpl
139 public void include(Object transition, View targetView); method in interface:TransitionHelper.TransitionHelperVersionImpl
309 public void include(Object transition, int targetId) { method in class:TransitionHelper.TransitionHelperStubImpl
313 public void include(Object transition, View targetView) { method in class:TransitionHelper.TransitionHelperStubImpl
474 public void include(Object transition, int targetId) { method in class:TransitionHelper.TransitionHelperKitkatImpl
475 TransitionHelperKitkat.include(transition, targetId);
479 public void include(Object transition, View targetView) { method in class:TransitionHelper.TransitionHelperKitkatImpl
480 TransitionHelperKitkat.include(transition, targetView);
729 public static void include(Object transition, int targetId) { method in class:TransitionHelper
730 sImpl.include(transitio
733 public static void include(Object transition, View targetView) { method in class:TransitionHelper
[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
1205 groupBounds.getValue(i).include(GridLayout.this, c, spec, this, size);
1269 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1293 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1294 include(arcs, key, size, true);
1365 include(result, key, links.values[i], false);
1382 include(mins, new Interval(i, i + 1), new MutableInt(0));
1386 // Add the container constraints. Use the version of include that allows
1389 include(min
2268 protected void include(int before, int after) { method in class:GridLayout.Bounds
2286 protected final void include(GridLayout gl, View c, Spec spec, Axis axis, int size) { method in class:GridLayout.Bounds
[all...]

Completed in 1263 milliseconds