Skip navigation links
A B C D F G I L N O R S T W 

A

anchor(View) - Method in class com.fenchtose.tooltip.Tooltip.Builder
set tooltip's anchor with position Tooltip.TOP
anchor(View, int) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Set tooltip's anchor with tooltip's relative position
animate(TooltipAnimation) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Set show and dismiss animation for the tooltip
AnimationUtils - Class in com.fenchtose.tooltip
Helper class to create Animator Objects
AnimationUtils() - Constructor for class com.fenchtose.tooltip.AnimationUtils
 
autoAdjust(boolean) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Automatically adjust tooltip layout if it's going out of screen.
autoCancel(int) - Method in class com.fenchtose.tooltip.Tooltip.Builder
If you want the tooltip to dismiss automatically after a certain amount of time, set it in milliseconds.

B

BOTTOM - Static variable in class com.fenchtose.tooltip.Tooltip
 
build() - Method in class com.fenchtose.tooltip.Tooltip.Builder
Create a new instance of Tooltip.
Builder(Context) - Constructor for class com.fenchtose.tooltip.Tooltip.Builder
 

C

cancelable(boolean) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Whether the tooltip should be dismissed or not if clicked outside.
checkForPreDraw(boolean) - Method in class com.fenchtose.tooltip.Tooltip.Builder
If the anchor is anchored to some view in CoordinatorLayout, we get incorrect data about its position in the window.
com.fenchtose.tooltip - package com.fenchtose.tooltip
 
content(View) - Method in class com.fenchtose.tooltip.Tooltip.Builder
set tooltip's content view

D

debug(boolean) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Show logs
dismiss() - Method in class com.fenchtose.tooltip.Tooltip
Dismiss and remove Tooltip from the view.
dismiss(boolean) - Method in class com.fenchtose.tooltip.Tooltip
Dismiss and remove Tooltip from the view.
dispatchDraw(Canvas) - Method in class com.fenchtose.tooltip.Tooltip
 

F

fade(View, float, float, int) - Static method in class com.fenchtose.tooltip.AnimationUtils
Fade Animation
FADE - Static variable in class com.fenchtose.tooltip.TooltipAnimation
 

G

getColor() - Method in class com.fenchtose.tooltip.Tooltip.Tip
 
getDuration() - Method in class com.fenchtose.tooltip.TooltipAnimation
 
getHeight() - Method in class com.fenchtose.tooltip.Tooltip.Tip
 
getTipRadius() - Method in class com.fenchtose.tooltip.Tooltip.Tip
 
getType() - Method in class com.fenchtose.tooltip.TooltipAnimation
 
getWidth() - Method in class com.fenchtose.tooltip.Tooltip.Tip
 

I

into(ViewGroup) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Add Tooltip in this view
isCancelable() - Method in class com.fenchtose.tooltip.Tooltip
 

L

LEFT - Static variable in class com.fenchtose.tooltip.Tooltip
 

N

NO_AUTO_CANCEL - Static variable in class com.fenchtose.tooltip.Tooltip
 
NONE - Static variable in class com.fenchtose.tooltip.TooltipAnimation
 

O

onAttachedToWindow() - Method in class com.fenchtose.tooltip.Tooltip
 
onDetachedFromWindow() - Method in class com.fenchtose.tooltip.Tooltip
 
onDismissed() - Method in interface com.fenchtose.tooltip.Tooltip.Listener
 
onInterceptTouchEvent(MotionEvent) - Method in class com.fenchtose.tooltip.Tooltip
 
onLayout(boolean, int, int, int, int) - Method in class com.fenchtose.tooltip.Tooltip
 
onMeasure(int, int) - Method in class com.fenchtose.tooltip.Tooltip
 

R

reveal(View, int, int, int, int, int) - Static method in class com.fenchtose.tooltip.AnimationUtils
Circular Reveal Animation
REVEAL - Static variable in class com.fenchtose.tooltip.TooltipAnimation
 
RIGHT - Static variable in class com.fenchtose.tooltip.Tooltip
 

S

SCALE - Static variable in class com.fenchtose.tooltip.TooltipAnimation
 
SCALE_AND_FADE - Static variable in class com.fenchtose.tooltip.TooltipAnimation
 
scaleX(View, int, int, float, float, int) - Static method in class com.fenchtose.tooltip.AnimationUtils
Animator to animate X scale of the view.
scaleY(View, int, int, float, float, int) - Static method in class com.fenchtose.tooltip.AnimationUtils
Animator to animate Y scale of the view.
show() - Method in class com.fenchtose.tooltip.Tooltip.Builder
Creates a new instance of Tooltip by calling Tooltip.Builder.build() and adds tooltip to Tooltip.Builder.rootView.

T

Tip(int, int, int, int) - Constructor for class com.fenchtose.tooltip.Tooltip.Tip
 
Tip(int, int, int) - Constructor for class com.fenchtose.tooltip.Tooltip.Tip
 
Tooltip - Class in com.fenchtose.tooltip
Dynamically add tooltips in any ViewGroups.
Tooltip.Builder - Class in com.fenchtose.tooltip
Builder class for Tooltip.
Tooltip.Listener - Interface in com.fenchtose.tooltip
Tooltip dismiss listener.
Tooltip.Position - Annotation Type in com.fenchtose.tooltip
 
Tooltip.Tip - Class in com.fenchtose.tooltip
Tip of the tooltip.
TooltipAnimation - Class in com.fenchtose.tooltip
Animation for the Tooltip.
TooltipAnimation(int, int) - Constructor for class com.fenchtose.tooltip.TooltipAnimation
Create a new Animation object for Tooltip
TooltipAnimation(int, int, boolean) - Constructor for class com.fenchtose.tooltip.TooltipAnimation
Create a new Animation object for Tooltip
TooltipAnimation(int) - Constructor for class com.fenchtose.tooltip.TooltipAnimation
Create a new Animation object for Tooltip, with duration TooltipAnimation.DEFAULT_DURATION
TooltipAnimation() - Constructor for class com.fenchtose.tooltip.TooltipAnimation
Create a new Animation object for Tooltip
type TooltipAnimation.DEFAULT_TYPE
duration TooltipAnimation.DEFAULT_DURATION
TooltipAnimation.Type - Annotation Type in com.fenchtose.tooltip
Types of Animations available:
TooltipAnimation.NONE : No Animation TooltipAnimation.FADE : Fade in and Fade Out TooltipAnimation.REVEAL : Circular Reveal.
TOP - Static variable in class com.fenchtose.tooltip.Tooltip
 

W

withListener(Tooltip.Listener) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Attach dismiss listener
withPadding(int) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Margin from the anchor and screen boundaries
withTip(Tooltip.Tip) - Method in class com.fenchtose.tooltip.Tooltip.Builder
Show Tip.
A B C D F G I L N O R S T W 
Skip navigation links