public static class AppBarLayout.LayoutParams
extends android.support.design.widget.AppBarLayout.LayoutParams
Modifier and Type | Field and Description |
---|---|
int |
anchorView |
SCROLL_FLAG_ENTER_ALWAYS, SCROLL_FLAG_ENTER_ALWAYS_COLLAPSED, SCROLL_FLAG_EXIT_UNTIL_COLLAPSED, SCROLL_FLAG_SCROLL, SCROLL_FLAG_SNAP
Constructor and Description |
---|
LayoutParams(AppBarLayout.LayoutParams source) |
LayoutParams(android.content.Context c,
android.util.AttributeSet attrs) |
LayoutParams(int w,
int h) |
LayoutParams(android.view.ViewGroup.LayoutParams source) |
LayoutParams(android.view.ViewGroup.MarginLayoutParams source) |
Modifier and Type | Method and Description |
---|---|
int |
getAnchorGravity() |
int |
getAnchorView() |
void |
setAnchorGravity(int anchorGravity) |
void |
setAnchorView(int anchorView) |
getScrollFlags, getScrollInterpolator, setScrollFlags, setScrollInterpolator
public LayoutParams(android.content.Context c, android.util.AttributeSet attrs)
public LayoutParams(int w, int h)
public LayoutParams(android.view.ViewGroup.LayoutParams source)
public LayoutParams(android.view.ViewGroup.MarginLayoutParams source)
public LayoutParams(AppBarLayout.LayoutParams source)