Lines Matching refs:container

496     // Indicates how many of this container's child subtrees contain transient state
3205 protected void dispatchSaveInstanceState(SparseArray<Parcelable> container) {
3206 super.dispatchSaveInstanceState(container);
3212 c.dispatchSaveInstanceState(container);
3223 * @param container the container
3225 protected void dispatchFreezeSelfOnly(SparseArray<Parcelable> container) {
3226 super.dispatchSaveInstanceState(container);
3230 protected void dispatchRestoreInstanceState(SparseArray<Parcelable> container) {
3231 super.dispatchRestoreInstanceState(container);
3237 c.dispatchRestoreInstanceState(container);
3248 * @param container the container
3250 protected void dispatchThawSelfOnly(SparseArray<Parcelable> container) {
3251 super.dispatchRestoreInstanceState(container);
3579 * representation of a view in a parent container, such as might be used
4020 * This method adds a view to this container at the specified index purely for the
4022 * the container. That is, the view does not participate in layout, focus, accessibility,
4024 * rendering operation of this container. The index that it is added at is the order
4025 * in which it will be drawn, with respect to the other views in the container.
4027 * in the container because it will be drawn first (including before any real view
4031 * of normal views in the container; that just means that they will be drawn after all
4036 * were removed from their container.</p>
4039 * from the container, but which should be animated out after the removal. Adding these
4041 * the layout of the container.</p>
4044 * from the container when they are no longer needed. For example, a transient view
4051 * child list of this container, where any transient view at a particular index will
4084 * Removes a view from the list of transient views in this container. If there is no
4109 * Returns the number of transient views in this container. Specific transient
4114 * @return The number of transient views in this container
4412 // transitions to let them complete the process before we add to the container
4759 * canceled, if it is currently running, to restore this container to
5270 // in case the dirty rect extends outside the bounds of this container
6311 public void startTransition(LayoutTransition transition, ViewGroup container,
6321 public void endTransition(LayoutTransition transition, ViewGroup container,
6352 * Returns whether layout calls on this container are currently being