public abstract class AbstractMenuBuilder
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
animationStyle |
protected float |
backgroundAlpha |
protected android.view.View.OnClickListener |
backgroundClickListener |
protected int |
backgroundColor |
protected android.content.Context |
context |
protected android.graphics.drawable.Drawable |
divider |
protected int |
dividerHeight |
protected boolean |
focusable |
protected android.view.View |
footerView |
protected android.view.View |
headerView |
protected int |
height |
protected boolean |
isClipping |
protected android.view.LayoutInflater |
layoutInflater |
protected android.arch.lifecycle.LifecycleOwner |
lifecycleOwner |
protected MenuAnimation |
menuAnimation |
protected float |
menuRadius |
protected float |
menuShadow |
protected OnDismissedListener |
onDismissedListener |
protected int |
selected |
protected boolean |
showBackground |
protected int |
width |
| Constructor and Description |
|---|
AbstractMenuBuilder() |
protected android.content.Context context
protected android.view.LayoutInflater layoutInflater
protected boolean showBackground
protected android.arch.lifecycle.LifecycleOwner lifecycleOwner
protected android.view.View.OnClickListener backgroundClickListener
protected OnDismissedListener onDismissedListener
protected MenuAnimation menuAnimation
protected android.view.View headerView
protected android.view.View footerView
protected int animationStyle
protected float menuRadius
protected float menuShadow
protected int width
protected int height
protected int dividerHeight
protected android.graphics.drawable.Drawable divider
protected int backgroundColor
protected float backgroundAlpha
protected boolean focusable
protected int selected
protected boolean isClipping