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

/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.java118 public void include(Object transition, int targetId); method in interface:TransitionHelper.TransitionHelperVersionImpl
120 public void include(Object transition, View targetView); method in interface:TransitionHelper.TransitionHelperVersionImpl
257 public void include(Object transition, int targetId) { method in class:TransitionHelper.TransitionHelperStubImpl
261 public void include(Object transition, View targetView) { method in class:TransitionHelper.TransitionHelperStubImpl
438 public void include(Object transition, int targetId) { method in class:TransitionHelper.TransitionHelperKitkatImpl
439 TransitionHelperKitkat.include(transition, targetId);
443 public void include(Object transition, View targetView) { method in class:TransitionHelper.TransitionHelperKitkatImpl
444 TransitionHelperKitkat.include(transition, targetView);
647 public void include(Object transition, int targetId) { method in class:TransitionHelper
648 mImpl.include(transitio
651 public void include(Object transition, View targetView) { method in class:TransitionHelper
[all...]
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1306 // we must include views that are GONE here, see introductory javadoc
1322 // we must include views that are GONE here, see introductory javadoc
1328 groupBounds.getValue(i).include(GridLayout.this, c, spec, this, size);
1392 private void include(List<Arc> arcs, Interval key, MutableInt size, method in class:GridLayout.Axis
1416 private void include(List<Arc> arcs, Interval key, MutableInt size) { method in class:GridLayout.Axis
1417 include(arcs, key, size, true);
1488 include(result, key, links.values[i], false);
1505 include(mins, new Interval(i, i + 1), new MutableInt(0));
1509 // Add the container constraints. Use the version of include that allows
1512 include(min
2396 protected void include(int before, int after) { method in class:GridLayout.Bounds
2414 protected final void include(GridLayout gl, View c, Spec spec, Axis axis, int size) { method in class:GridLayout.Bounds
[all...]
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1183 // we must include views that are GONE here, see introductory javadoc
1199 // 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
2271 protected void include(int before, int after) { method in class:GridLayout.Bounds
2289 protected final void include(GridLayout gl, View c, Spec spec, Axis axis, int size) { method in class:GridLayout.Bounds
[all...]

Completed in 905 milliseconds