public interface OnRapidFloatingActionListener
| Modifier and Type | Method and Description |
|---|---|
void |
collapseContent()
RFAC内容被收缩
|
void |
expandContent()
RFAC内容被展开
|
RapidFloatingActionButton |
obtainRFAButton()
获取当前的RFAB对象
|
RapidFloatingActionContent |
obtainRFAContent()
获取当前的RFAC对象
|
RapidFloatingActionLayout |
obtainRFALayout()
获取当前的RFAL对象
|
void |
onCollapseAnimator(android.animation.AnimatorSet animatorSet)
RFAC内容被收缩时需要自定义的额外动画
|
void |
onExpandAnimator(android.animation.AnimatorSet animatorSet)
RFAC内容被展开时需要自定义的额外动画
|
void |
onRFABClick()
RFAB被点击
|
void |
toggleContent()
RFAC内容被展开或者收缩
|
void onRFABClick()
void toggleContent()
void expandContent()
void collapseContent()
RapidFloatingActionLayout obtainRFALayout()
RapidFloatingActionButton obtainRFAButton()
RapidFloatingActionContent obtainRFAContent()
void onExpandAnimator(android.animation.AnimatorSet animatorSet)
animatorSet - void onCollapseAnimator(android.animation.AnimatorSet animatorSet)
animatorSet -