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

/frameworks/support/design/src/android/support/design/widget/
H A DCoordinatorLayout.java79 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
81 * <p>CoordinatorLayout is intended for two primary use cases:</p>
87 * <p>By specifying {@link CoordinatorLayout.Behavior Behaviors} for child views of a
88 * CoordinatorLayout you can provide many different interactions within a single parent and those
90 * used as a child of a CoordinatorLayout using the
91 * {@link CoordinatorLayout.DefaultBehavior DefaultBehavior} annotation.</p>
97 * <p>Children of a CoordinatorLayout may have an
98 * {@link CoordinatorLayout.LayoutParams#setAnchorId(int) anchor}. This view id must correspond
99 * to an arbitrary descendant of the CoordinatorLayout, but it may not be the anchored child itself
103 * <p>Children can specify {@link CoordinatorLayout
108 public class CoordinatorLayout extends ViewGroup implements NestedScrollingParent { class in inherits:ViewGroup,NestedScrollingParent
185 public CoordinatorLayout(Context context) { method in class:CoordinatorLayout
189 public CoordinatorLayout(Context context, AttributeSet attrs) { method in class:CoordinatorLayout
193 public CoordinatorLayout(Context context, AttributeSet attrs, int defStyleAttr) { method in class:CoordinatorLayout
[all...]

Completed in 295 milliseconds