C D F G I O S 

C

com.shamanland.fab - package com.shamanland.fab
 

D

drawableStateChanged() - Method in class com.shamanland.fab.FloatingActionButton
 

F

FloatingActionButton - Class in com.shamanland.fab
A circular button made of paper that lifts and emits ink reactions on press.
FloatingActionButton(Context) - Constructor for class com.shamanland.fab.FloatingActionButton
 
FloatingActionButton(Context, AttributeSet) - Constructor for class com.shamanland.fab.FloatingActionButton
 
FloatingActionButton(Context, AttributeSet, int) - Constructor for class com.shamanland.fab.FloatingActionButton
 

G

getColor() - Method in class com.shamanland.fab.FloatingActionButton
Gets background color of this button.
getColorStateList() - Method in class com.shamanland.fab.FloatingActionButton
Gets color state list used as background for this button.
getShadowRadius(Drawable, Drawable) - Static method in class com.shamanland.fab.FloatingActionButton
Calculates required radius of shadow.
getSize() - Method in class com.shamanland.fab.FloatingActionButton
Gets abstract size of this button.

I

initBackground() - Method in class com.shamanland.fab.FloatingActionButton
Inflate and initialize background drawable for this view with arguments inflated from xml or specified using FloatingActionButton.setSize(int) or FloatingActionButton.setColor(int)

Invoked from constructor, but it's allowed to invoke this method manually from code.

O

onAnimationEnd(Animation) - Method in class com.shamanland.fab.ShowHideOnScroll
 
onAnimationRepeat(Animation) - Method in class com.shamanland.fab.ShowHideOnScroll
 
onAnimationStart(Animation) - Method in class com.shamanland.fab.ShowHideOnScroll
 
onDown(MotionEvent) - Method in class com.shamanland.fab.ScrollDetector
 
onScroll(MotionEvent, MotionEvent, float, float) - Method in class com.shamanland.fab.ScrollDetector
 
onScrollDown() - Method in class com.shamanland.fab.ScrollDetector
Called when ScrollDetector.onScroll(MotionEvent, MotionEvent, float, float) recognize direction of user gesture as DOWN.
onScrollDown() - Method in class com.shamanland.fab.ShowHideOnScroll
 
onScrollUp() - Method in class com.shamanland.fab.ScrollDetector
Called when ScrollDetector.onScroll(MotionEvent, MotionEvent, float, float) recognize direction of user gesture as UP.
onScrollUp() - Method in class com.shamanland.fab.ShowHideOnScroll
 
onTouch(View, MotionEvent) - Method in class com.shamanland.fab.ScrollDetector
 

S

ScrollDetector - Class in com.shamanland.fab
Implementation of View.OnTouchListener which uses GestureDetector to recognize scrolling events.
ScrollDetector(Context) - Constructor for class com.shamanland.fab.ScrollDetector
 
setColor(int) - Method in class com.shamanland.fab.FloatingActionButton
Sets background color for this button.
setColorStateList(ColorStateList) - Method in class com.shamanland.fab.FloatingActionButton
Sets color state list as background for this button.
setIgnore(boolean) - Method in class com.shamanland.fab.ScrollDetector
setSize(int) - Method in class com.shamanland.fab.FloatingActionButton
Sets abstract size for this button.
ShowHideOnScroll - Class in com.shamanland.fab
Implementation of View.OnTouchListener which shows/hides specified view when onScrollUp() and onScrollDown() events recognized.
ShowHideOnScroll(View) - Constructor for class com.shamanland.fab.ShowHideOnScroll
Construct object with defaults animations R.anim#floating_action_button_show and R.anim#floating_action_button_hide.
ShowHideOnScroll(View, int, int) - Constructor for class com.shamanland.fab.ShowHideOnScroll
Construct object with custom animations.
SIZE_MINI - Static variable in class com.shamanland.fab.FloatingActionButton
Constant representing mini size 40dp.
SIZE_NORMAL - Static variable in class com.shamanland.fab.FloatingActionButton
Constant representing normal size 56dp.
C D F G I O S