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

/frameworks/support/design/src/android/support/design/widget/
H A DAppBarLayout.java44 * AppBarLayout is a vertical {@link LinearLayout} which implements many of the features of
53 * If you use AppBarLayout within a different {@link ViewGroup}, most of it's functionality will
56 * AppBarLayout also requires a separate scrolling sibling in order to know when to scroll.
77 * <android.support.design.widget.AppBarLayout
89 * </android.support.design.widget.AppBarLayout>
97 @CoordinatorLayout.DefaultBehavior(AppBarLayout.Behavior.class)
98 public class AppBarLayout extends LinearLayout { class in inherits:LinearLayout
106 * Interface definition for a callback to be invoked when an {@link AppBarLayout}'s vertical
111 * Called when the {@link AppBarLayout}'s layout offset has been changed. This allows
115 * @param appBarLayout the {@link AppBarLayout} whic
137 public AppBarLayout(Context context) { method in class:AppBarLayout
141 public AppBarLayout(Context context, AttributeSet attrs) { method in class:AppBarLayout
[all...]

Completed in 84 milliseconds