Skip navigation links
A B C D F G H I L M O P R S T V W 

S

selected - Variable in class com.skydoves.powermenu.AbstractMenuBuilder
 
setAnimation(MenuAnimation) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets animations of the popup.
setAnimation(MenuAnimation) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the menu animation to the popup.
setAnimation(MenuAnimation) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the menu animation to the popup.
setAnimationStyle(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets custom animations of the popup.
setAnimationStyle(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the customized menu animation using resource.
setAnimationStyle(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the customized menu animation using resource.
setAutoDismiss(boolean) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the auto-dismissing or not.
setAutoDismiss(boolean) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the dismissing automatically when the menu item is clicked.
setAutoDismiss(boolean) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the dismissing automatically when the menu item is clicked.
setBackgroundAlpha(float) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the alpha of the background.
setBackgroundAlpha(float) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the alpha of the background popup.
setBackgroundAlpha(float) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the alpha of the background popup.
setBackgroundColor(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the color of the background.
setBackgroundColor(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the color of the background popup.
setBackgroundColor(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the color of the background popup.
setBackgroundColorResource(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the color of the background popup.
setBackgroundColorResource(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the color of the background popup.
setCircularEffect(CircularEffect) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets menu effects for showing popup more dynamically.
setCircularEffect(CircularEffect) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the circular revealed effect using CircularEffect.
setCircularEffect(CircularEffect) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the circular revealed effect using CircularEffect.
setDivider(Drawable) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the drawable of the divider.
setDivider(Drawable) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the divider Drawable between the menu items.
setDivider(Drawable) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the divider Drawable between the menu items.
setDividerHeight(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the divider height of the popup menu.
setDividerHeight(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the divider height between the menu items.
setDividerHeight(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the divider height between the menu items.
setFocusable(boolean) - Method in class com.skydoves.powermenu.AbstractPowerMenu
makes focusing only on the menu popup.
setFocusable(boolean) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the focusability of the popup menu.
setFocusable(boolean) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the focusability of the popup menu.
setFooterView(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the footer view of the popup menu list.
setFooterView(View, Object, boolean) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the footer view of the popup menu list.
setFooterView(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the footer view of the popup menu using layout.
setFooterView(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the footer view by layout resource.
setFooterView(View) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the footer view by layout view.
setFooterView(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the footer view by layout resource.
setFooterView(View) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the footer view by layout view.
setHeaderView(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the header view of the popup menu list.
setHeaderView(View, Object, boolean) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the header view of the popup menu list.
setHeaderView(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the header view of the popup menu using layout.
setHeaderView(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the header view by layout resource.
setHeaderView(View) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the header view by layout view.
setHeaderView(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the header view by layout resource.
setHeaderView(View) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the header view by layout view.
setHeight(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the height of the popup menu.
setHeight(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the height size of the popup menu.
setHeight(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the height size of the popup menu.
setIcon(int) - Method in class com.skydoves.powermenu.PowerMenuItem
sets a icon.
setInitializeRule(Lifecycle.Event, int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the initialization rule of the recovering persisted position.
setInitializeRule(Lifecycle.Event, int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the initialization rule of the recovering persisted position.
setIsClipping(boolean) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the clipping enable or unable.
setIsClipping(boolean) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the clipping or not of the popup menu.
setIsClipping(boolean) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the clipping or not of the popup menu.
setIsSelected(boolean) - Method in class com.skydoves.powermenu.PowerMenuItem
sets the selected.
setLifecycleOwner(LifecycleOwner) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets LifecycleOwner for preventing memory leak.
setLifecycleOwner(LifecycleOwner) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the LifecycleOwner for dismissing automatically when the LifecycleOwner is destroyed.
setLifecycleOwner(LifecycleOwner) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the LifecycleOwner for dismissing automatically when the LifecycleOwner is destroyed.
setListView(ListView) - Method in class com.skydoves.powermenu.AbstractPowerMenu
 
setListView(ListView) - Method in class com.skydoves.powermenu.MenuBaseAdapter
 
setMeasuredHeight(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the measured height of the popup menu list.
setMenuColor(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setMenuColor(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the normal menu item background color.
setMenuColor(int) - Method in class com.skydoves.powermenu.PowerMenu
 
setMenuColorResource(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the normal menu item background color.
setMenuRadius(float) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the corner radius of the popup menu.
setMenuRadius(float) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the corner radius of the popup menu.
setMenuRadius(float) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the corner radius of the popup menu.
setMenuShadow(float) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the shadow of the popup menu.
setMenuShadow(float) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the shadow of the popup menu.
setMenuShadow(float) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the shadow of the popup menu.
setOnBackgroundClickListener(View.OnClickListener) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the background click listener of the background.
setOnBackgroundClickListener(View.OnClickListener) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the View.OnClickListener to the popup.
setOnBackgroundClickListener(View.OnClickListener) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the View.OnClickListener to the popup.
setOnDismissedListener(OnDismissedListener) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the dismissed listener of the popup menu.
setOnDismissListener(OnDismissedListener) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the OnDismissedListener to the popup.
setOnDismissListener(OnDismissedListener) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the OnDismissedListener to the popup.
setOnMenuItemClickListener(OnMenuItemClickListener<E>) - Method in class com.skydoves.powermenu.AbstractPowerMenu
setOnMenuItemClickListener(Object) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the OnMenuItemClickListener to the popup.
setOnMenuItemClickListener(OnMenuItemClickListener<PowerMenuItem>) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the OnMenuItemClickListener to the popup.
setPreference(String) - Method in class com.skydoves.powermenu.MenuBaseAdapter
 
setPreferenceName(String) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the preference name of the popup menu.
setPreferenceName(String) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the preference name of the popup menu.
setPreferencePosition(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the preference position name for persistence.
setSelected(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the initialized selected effect menu item position.
setSelected(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the initialized selected effect menu item position.
setSelectedEffect(boolean) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setSelectedEffect(boolean) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets true or false of the menu item selected effect
setSelectedEffect(boolean) - Method in class com.skydoves.powermenu.PowerMenu
 
setSelectedMenuColor(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setSelectedMenuColor(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the selected menu item background color.
setSelectedMenuColor(int) - Method in class com.skydoves.powermenu.PowerMenu
 
setSelectedMenuColorResource(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the selected menu item background color.
setSelectedPosition(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
 
setSelectedPosition(int) - Method in class com.skydoves.powermenu.MenuBaseAdapter
 
setSelectedPosition(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setSelectedTextColor(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setSelectedTextColor(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the selected menu item text color.
setSelectedTextColor(int) - Method in class com.skydoves.powermenu.PowerMenu
 
setSelectedTextColorResource(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the selected menu item text color.
setSelection(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the selected position of the popup menu.
setShowBackground(boolean) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the background is showing or not.
setShowBackground(boolean) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the visibility of the background popup.
setShowBackground(boolean) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the visibility of the background popup.
setSize(int, int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the width and height size of the popup menu.
setSize(int, int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the width and height size of the popup menu.
setTag(Object) - Method in class com.skydoves.powermenu.PowerMenuItem
sets a tag.
setTextColor(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setTextColor(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the content text color of the popup menu item.
setTextColor(int) - Method in class com.skydoves.powermenu.PowerMenu
 
setTextColorResource(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the content text color of the popup menu item.
setTextGravity(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setTextGravity(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the content text Gravity of the popup menu item.
setTextGravity(int) - Method in class com.skydoves.powermenu.PowerMenu
 
setTextSize(int) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setTextSize(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the content text size of the popup menu item.
setTextSize(int) - Method in class com.skydoves.powermenu.PowerMenu
 
setTextTypeface(Typeface) - Method in class com.skydoves.powermenu.MenuListAdapter
 
setTextTypeface(Typeface) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the content text Typeface of the popup menu item.
setTextTypeface(Typeface) - Method in class com.skydoves.powermenu.PowerMenu
 
setTitle(String) - Method in class com.skydoves.powermenu.PowerMenuItem
sets the title.
setTouchInterceptor(View.OnTouchListener) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets View.OnTouchListener manually for the outside of popup.
setWidth(int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
sets the width of the popup menu.
setWidth(int) - Method in class com.skydoves.powermenu.CustomPowerMenu.Builder
sets the width size of the popup menu.
setWidth(int) - Method in class com.skydoves.powermenu.PowerMenu.Builder
sets the width size of the popup menu.
showAsAnchorCenter(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as center align to the anchor.
showAsAnchorCenter(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as center align to the anchor.
showAsAnchorLeftBottom(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as left-bottom aligns to the anchor.
showAsAnchorLeftBottom(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as left-bottom aligns to the anchor.
showAsAnchorLeftTop(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as left-top aligns to the anchor.
showAsAnchorLeftTop(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as left-top aligns to the anchor with x-off and y-off.
showAsAnchorRightBottom(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as right-bottom aligns to the anchor.
showAsAnchorRightBottom(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as right-bottom aligns to the anchor.
showAsAnchorRightTop(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as right-top aligns to the anchor.
showAsAnchorRightTop(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as right-top aligns to the anchor.
showAsDropDown(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as drop down to the anchor.
showAsDropDown(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as drop down to the anchor with x-off and y-off.
showAtCenter(View) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as center aligns to the anchor.
showAtCenter(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu as center aligns to the anchor with x-off and y-off.
showAtLocation(View, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu to the specific location to the anchor.
showAtLocation(View, int, int, int) - Method in class com.skydoves.powermenu.AbstractPowerMenu
showing the popup menu to the specific location to the anchor with Gravity.
showBackground - Variable in class com.skydoves.powermenu.AbstractMenuBuilder
 
showBackground - Variable in class com.skydoves.powermenu.AbstractPowerMenu
 
A B C D F G H I L M O P R S T V W 
Skip navigation links