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

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

Completed in 238 milliseconds