HomeSort by relevance Sort by last modified time
    Searched defs:CoordinatorLayout (Results 1 - 2 of 2) sorted by null

  /frameworks/support/design/src/android/support/design/widget/
CoordinatorLayout.java 81 * CoordinatorLayout is a super-powered {@link android.widget.FrameLayout FrameLayout}.
83 * <p>CoordinatorLayout is intended for two primary use cases:</p>
89 * <p>By specifying {@link CoordinatorLayout.Behavior Behaviors} for child views of a
90 * CoordinatorLayout you can provide many different interactions within a single parent and those
92 * used as a child of a CoordinatorLayout using the
93 * {@link CoordinatorLayout.DefaultBehavior DefaultBehavior} annotation.</p>
99 * <p>Children of a CoordinatorLayout may have an
100 * {@link CoordinatorLayout.LayoutParams#setAnchorId(int) anchor}. This view id must correspond
101 * to an arbitrary descendant of the CoordinatorLayout, but it may not be the anchored child itself
105 * <p>Children can specify {@link CoordinatorLayout.LayoutParams#insetEdge} to describe how th
    [all...]
  /prebuilts/sdk/current/support/design/libs/
android-support-design.jar 

Completed in 186 milliseconds