Lines Matching defs:container

35  * transitions for a layout container, create a LayoutTransition object and set it on any
37 * default animations to run whenever items are added to or removed from that container. To specify
43 * those changes. The changes that trigger the transition are items being added to a container
44 * (referred to as an "appearing" transition) or removed from a container (also known as
48 * items in the container that change due to the add/remove occurrence. Users of
58 * follows: when an item is being added to a layout, the other children of that container will
60 * animate the item being added. Conversely, when an item is removed from a container, the
77 * values of the target being animated (such as one of the items in a layout container that is
91 * interrelationship of the various levels of layout. Also, a container that is being scrolled
94 * may not match the actual locations when the animations finish due to the container
104 * due to a new item appearing in the container.
110 * due to an item disappearing from the container.
116 * in the container.
122 * from the container.
129 * from the container. This transition type is not enabled by default; it can be
238 * a container. When a layout change occurs, an animation is created for each View, so that
338 * added/remove/hidden/shown in the container, and runs the animations associated with
724 * @param parent The container which is undergoing a change.
814 * behavior for the children of the transitioning container, but uses standard behavior
833 // add/remove operations are run at once on a container; each one will trigger
834 // changes for the existing children in the container.
1245 * container. This callback starts the process of a transition; we grab the starting
1246 * values, listen for changes to all of the children of the container, and start appropriate
1252 * in the container. INVISIBLE views becoming VISIBLE will not cause changes and thus will not
1288 * This method is called by ViewGroup when there is a call to layout() on the container
1290 * transition currently running on the container, then this call runs a CHANGING transition.
1292 * of the children of the container change their layout parameters (similar to
1304 // This method is called for all calls to layout() in the container, including
1307 // do so when there is not a transition already running on the container.
1314 * container. This callback starts the process of a transition; we grab the starting
1315 * values, listen for changes to all of the children of the container, and start appropriate
1335 * container. This callback starts the process of a transition; we grab the starting
1336 * values, listen for changes to all of the children of the container, and start appropriate
1350 * container. This callback starts the process of a transition; we grab the starting
1351 * values, listen for changes to all of the children of the container, and start appropriate
1357 * in the container. Views becoming INVISIBLE will not cause changes and thus will not
1392 * container. This callback starts the process of a transition; we grab the starting
1393 * values, listen for changes to all of the children of the container, and start appropriate
1413 * container. This callback starts the process of a transition; we grab the starting
1414 * values, listen for changes to all of the children of the container, and start appropriate
1468 * @param container The ViewGroup on which the transition is playing.
1476 public void startTransition(LayoutTransition transition, ViewGroup container,
1483 * @param container The ViewGroup on which the transition is playing.
1491 public void endTransition(LayoutTransition transition, ViewGroup container,