Skip navigation links
A C F G H I L O R S U V 

A

addItem(AHBottomNavigationItem) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Add an item
addItems(List<AHBottomNavigationItem>) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Add all items
AHBottomNavigation - Class in com.aurelhubert.ahbottomnavigation
AHBottomNavigationLayout Material Design guidelines : https://www.google.com/design/spec/components/bottom-navigation.html
AHBottomNavigation(Context) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Constructors
AHBottomNavigation(Context, AttributeSet) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
AHBottomNavigation(Context, AttributeSet, int) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
AHBottomNavigation.OnNavigationPositionListener - Interface in com.aurelhubert.ahbottomnavigation
 
AHBottomNavigation.OnTabSelectedListener - Interface in com.aurelhubert.ahbottomnavigation
 
AHBottomNavigationAdapter - Class in com.aurelhubert.ahbottomnavigation
 
AHBottomNavigationAdapter(Activity, int) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationAdapter
Constructor
AHBottomNavigationBehavior<V extends android.view.View> - Class in com.aurelhubert.ahbottomnavigation
 
AHBottomNavigationBehavior() - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Constructor
AHBottomNavigationBehavior(boolean) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
AHBottomNavigationBehavior(Context, AttributeSet) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
AHBottomNavigationItem - Class in com.aurelhubert.ahbottomnavigation
AHBottomNavigationItem The item is display in the AHBottomNavigation layout
AHBottomNavigationItem(String, int) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
Constructor
AHBottomNavigationItem(String, int, int) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
Deprecated.
AHBottomNavigationItem(int, int, int) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
Constructor
AHBottomNavigationItem(String, Drawable) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
Constructor
AHBottomNavigationItem(String, Drawable, int) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
Constructor
AHBottomNavigationViewPager - Class in com.aurelhubert.ahbottomnavigation
 
AHBottomNavigationViewPager(Context, AttributeSet) - Constructor for class com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
 
AHHelper - Class in com.aurelhubert.ahbottomnavigation
 
AHHelper() - Constructor for class com.aurelhubert.ahbottomnavigation.AHHelper
 

C

com.aurelhubert.ahbottomnavigation - package com.aurelhubert.ahbottomnavigation
 
CURRENT_ITEM_NONE - Static variable in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 

F

from(V) - Static method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 

G

getAccentColor() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Get the accent color (used when the view contains 3 items)
getColor(Context) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
getCurrentItem() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Get the current item
getDefaultBackgroundColor() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Return the bottom navigation background color
getDrawable(Context) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
getInactiveColor() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Get the inactive color (used when the view contains 3 items)
getItem(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Get item at the given index
getItemsCount() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Return the number of items
getMenuItem(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationAdapter
Get Menu Item
getNavigationItem(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationAdapter
Get Navigation Item
getOverScrollDirection() - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
getPositionByMenuId(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationAdapter
Get position by menu id
getScrollDirection() - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
getSoftButtonsBarSizePort(Context) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Get the height of the buttons bar
getTintDrawable(Drawable, int, boolean) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Return a tint drawable
getTitle(Context) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 

H

hideBottomNavigation() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Hide Bottom Navigation with animation
hideBottomNavigation(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Hide Bottom Navigation with or without animation
hideView(V, int, boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Hide AHBottomNavigation with animation

I

isBehaviorTranslationEnabled() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Return if the behavior translation is enabled
isColored() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Return if the Bottom Navigation is colored
isForceTint() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Return if the tint should be forced (with setColorFilter)
isForceTitlesDisplay() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Return if we force the titles to be displayed
isTranslucentStatusBar(Context) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Check if the status bar is translucent

L

layoutDependsOn(CoordinatorLayout, V, View) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 

O

onApplyWindowInsets(CoordinatorLayout, V, WindowInsetsCompat) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onDependentViewChanged(CoordinatorLayout, V, View) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onDependentViewRemoved(CoordinatorLayout, V, View) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onDirectionNestedPreScroll(CoordinatorLayout, V, View, int, int, int[], int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onDirectionNestedPreScroll(CoordinatorLayout, V, View, int, int, int[], int) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onInterceptTouchEvent(MotionEvent) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
 
onLayoutChild(CoordinatorLayout, V, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onMeasure(int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
onNestedDirectionFling(CoordinatorLayout, V, View, float, float, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onNestedDirectionFling(CoordinatorLayout, V, View, float, float, int) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onNestedFling(CoordinatorLayout, V, View, float, float, boolean) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onNestedPreFling(CoordinatorLayout, V, View, float, float) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onNestedPreScroll(CoordinatorLayout, V, View, int, int, int[]) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onNestedScroll(CoordinatorLayout, V, View, int, int, int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onNestedScroll(CoordinatorLayout, V, View, int, int, int, int) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onNestedScrollAccepted(CoordinatorLayout, V, View, View, int) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onNestedVerticalOverScroll(CoordinatorLayout, V, int, int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onNestedVerticalOverScroll(CoordinatorLayout, V, int, int, int) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onPositionChange(int) - Method in interface com.aurelhubert.ahbottomnavigation.AHBottomNavigation.OnNavigationPositionListener
Called when the bottom navigation position is changed
onRestoreInstanceState(Parcelable) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
onSaveInstanceState() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
onSaveInstanceState(CoordinatorLayout, V) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onSizeChanged(int, int, int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
onStartNestedScroll(CoordinatorLayout, V, View, View, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
onStartNestedScroll(CoordinatorLayout, V, View, View, int) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onStopNestedScroll(CoordinatorLayout, V, View) - Method in class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
onTabSelected(int, boolean) - Method in interface com.aurelhubert.ahbottomnavigation.AHBottomNavigation.OnTabSelectedListener
Called when a tab has been selected (clicked)
onTouchEvent(MotionEvent) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
 

R

refresh() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Refresh the AHBottomView
removeAllItems() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Remove all items
removeItemAtIndex(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Remove an item at the given index
removeOnNavigationPositionListener() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Remove OnNavigationPositionListener()
removeOnNavigationPositionListener() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Remove OnNavigationPositionListener()
removeOnTabSelectedListener() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Remove AHOnTabSelectedListener
resetOffset(V, boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Reset AHBottomNavigation position with animation
restoreBottomNavigation() - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Restore Bottom Navigation with animation
restoreBottomNavigation(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Restore Bottom Navigation with or without animation

S

SCROLL_DIRECTION_DOWN - Static variable in annotation type com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior.ScrollDirection
 
SCROLL_DIRECTION_UP - Static variable in annotation type com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior.ScrollDirection
 
SCROLL_NONE - Static variable in annotation type com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior.ScrollDirection
 
setAccentColor(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the accent color (used when the view contains 3 items)
setBehaviorTranslationEnabled(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the behavior translation value
setBehaviorTranslationEnabled(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Enable or not the behavior translation
setColor(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
setColored(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set if the Bottom Navigation is colored
setColoredModeColors(int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the colors used when the bottom bar uses the colored mode
setColorRes(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
setCurrentItem(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the current item
setCurrentItem(int, boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the current item
setDefaultBackgroundColor(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the bottom navigation background color
setDrawable(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
setDrawable(Drawable) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
setForceTint(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the force tint value If forceTint = true, the tint is made with drawable.setColorFilter(color, PorterDuff.Mode.SRC_IN);
setForceTitlesDisplay(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Force the titles to be displayed (or used the classic behavior) Note: Against Material Design guidelines
setInactiveColor(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the inactive color (used when the view contains 3 items)
setNotification(int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Deprecated.
setNotification(String, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set Notification content
setNotificationBackground(Drawable) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification background resource
setNotificationBackgroundColor(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification background color
setNotificationBackgroundColorResource(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification background color
setNotificationMarginLeft(int, int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set the notification margin left
setNotificationTextColor(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification text color
setNotificationTextColorResource(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification text color
setNotificationTypeface(Typeface) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification typeface
setOnNavigationPositionListener(AHBottomNavigation.OnNavigationPositionListener) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set OnNavigationPositionListener
setOnNavigationPositionListener(AHBottomNavigation.OnNavigationPositionListener) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Set OnNavigationPositionListener
setOnTabSelectedListener(AHBottomNavigation.OnTabSelectedListener) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set AHOnTabSelectedListener
setPagingEnabled(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationViewPager
Enable or disable the swipe navigation
setTabLayoutId(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
 
setTitle(String) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
setTitle(int) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationItem
 
setTitleTextSize(float, float) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set title text size
setTitleTypeface(Typeface) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Set notification typeface
setupWithBottomNavigation(AHBottomNavigation) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationAdapter
Setup with bottom navigation
setUseElevation(boolean) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Activate or not the elevation
setUseElevation(boolean, float) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
Activate or not the elevation, and set the value

U

unwrap(Context) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Unwrap wactivity
UPDATE_ALL_NOTIFICATIONS - Static variable in class com.aurelhubert.ahbottomnavigation.AHBottomNavigation
 
updateAlpha(View, float, float) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update alpha
updateBottomMargin(View, int, int, int) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update bottom margin with animation
updateDrawableColor(Context, Drawable, ImageView, int, int, boolean) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update image view color with animation
updateFloatingActionButton(View) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Update floating action button bottom margin
updateLeftMargin(View, int, int) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update left margin with animation
updateSnackbar(View, View) - Method in class com.aurelhubert.ahbottomnavigation.AHBottomNavigationBehavior
Update Snackbar bottom margin
updateTextColor(TextView, int, int) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update text color with animation
updateTextSize(TextView, float, float) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update text size with animation
updateTopMargin(View, int, int) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update top margin with animation
updateViewBackgroundColor(View, int, int) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update text color with animation
updateWidth(View, float, float) - Static method in class com.aurelhubert.ahbottomnavigation.AHHelper
Update width

V

VerticalScrollingBehavior<V extends android.view.View> - Class in com.aurelhubert.ahbottomnavigation
Created by Nikola on 11/22/2015.
VerticalScrollingBehavior(Context, AttributeSet) - Constructor for class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
VerticalScrollingBehavior() - Constructor for class com.aurelhubert.ahbottomnavigation.VerticalScrollingBehavior
 
VerticalScrollingBehavior.ScrollDirection - Annotation Type in com.aurelhubert.ahbottomnavigation
 
A C F G H I L O R S U V 
Skip navigation links