- mActionBar - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mActionBarOldTitle - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
The title of the action bar before we changed it to the tutorial title,
Used for restoring the action bar state after tutorial is closed.
- mActionBarRestoreColor - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
The default color of the action bar,
This is used combine with mChangeActionBarColor
to set the background of the action bar to the tutorial color.
- mAnimationDuration - Variable in class com.braunster.tutorialview.object.Tutorial
-
Holds the animation duration that will be used to animate the tutorial in and out.
- mAnimationDuration - Variable in class com.braunster.tutorialview.object.TutorialBuilder
-
Holds the animation duration that will be used to animate the tutorial in and out.
- mAnimationType - Variable in class com.braunster.tutorialview.object.Tutorial
-
Holds the animation type value that will be preformed on opening and closing the tutorial.
- mAnimationType - Variable in class com.braunster.tutorialview.object.TutorialBuilder
-
Holds the animation type value that will be preformed on opening and closing the tutorial.
- mBackgroundPaint - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
The paint that will be used to draw the tutorial background color.
- mChangeActionBarColor - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
If true when the tutorial view will be visible the action bar color will be change to the tutorial background color
- mContext - Variable in class com.braunster.tutorialview.object.SharedPrefsHelper
-
- mGotItButton - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mInnerCirclePaint - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
The paint that will be used to draw the inner circles.
- mSkipButton - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mTitleView - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mTutorial - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mTutorialInfoLayoutId - Variable in class com.braunster.tutorialview.object.Tutorial
-
The layout id that will be used to inflate the tutorial info view.
- mTutorialInfoLayoutId - Variable in class com.braunster.tutorialview.object.TutorialBuilder
-
The layout id that will be used to inflate the tutorial info view.
- mTutorialInfoView - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mTutorialTextColor - Variable in class com.braunster.tutorialview.object.Tutorial
-
Holds the color for the default info view text view.
- mTutorialTextColor - Variable in class com.braunster.tutorialview.object.TutorialBuilder
-
Holds the color for the default info view text view.
- mTutorialTextSize - Variable in class com.braunster.tutorialview.object.Tutorial
-
Holds the size of the default info view text view.
- mTutorialTextSize - Variable in class com.braunster.tutorialview.object.TutorialBuilder
-
Holds the size of the default info view text view.
- mTutorialTextTypeFace - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
Holds the typeface that will be used for the default info view text view
- mTutorialTextTypeFaceName - Variable in class com.braunster.tutorialview.object.Tutorial
-
Holds the name of the typeface that will be used for the default info view text view
- mTutorialTextTypeFaceName - Variable in class com.braunster.tutorialview.object.TutorialBuilder
-
Holds the name of the typeface that will be used for the default info view text view
- mViewBoundsInParent - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
Holds the view bounds on screen,
This is used for DEBUG_DRAW and for creating the arcs surrounding the view.
- mViewToSurroundCenterX - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mViewToSurroundCenterY - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- mViewToSurroundRadius - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setActionBar(ActionBar) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Setting the action bar, Used only if you pace the Tutorial view inside your root view.
- setActionBar(ActionBar) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setActionBar(ActionBar) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setActionBarRestoreColor(int) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
The of the color that will be set as the action bar color when the tutorial view will be closed.
- setActionBarRestoreColor(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
The of the color that will be set as the action bar color when the tutorial view will be closed.
- setActionBarRestoreColor(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setAnimationDuration(long) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setAnimationDuration(long) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setAnimationDuration(long) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setAnimationDuration(long) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setAnimationDuration(long) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setAnimationType(AbstractTutorialView.AnimationType) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setAnimationType(AbstractTutorialView.AnimationType) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setAnimationType(AbstractTutorialView.AnimationType) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setAnimationType(AbstractTutorialView.AnimationType) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setAnimationType(AbstractTutorialView.AnimationType) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setBackgroundColor(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setHasActionBar(boolean) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Set true if the application has the activity that hold this view has action bar..
- setHasActionBar(boolean) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Set true if the application has the activity that hold this view has action bar..
- setHasActionBar(boolean) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setHasStatusBar(boolean) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Set true if the application has status bar.
- setHasStatusBar(boolean) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Set true if the application has status bar.
- setHasStatusBar(boolean) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setInfoText(String) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setmPositionToSurroundY(float) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setPositionToSurround(float, float, int, int) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
- setPositionToSurround(float, float, int, int, String) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
- setPositionToSurround(float, float, int, int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
- setPositionToSurround(float, float, int, int, String) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Used mostly for the tutorial activity, Instead of passing a view to surround we pass the view coordination and dimensions.
- setPositionToSurround(float, float, int, int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setPositionToSurround(float, float, int, int, String) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setPositionToSurroundHeight(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setPositionToSurroundHeight(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setPositionToSurroundWidth(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setPositionToSurroundWidth(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setPositionToSurroundX(float) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setPositionToSurroundX(float) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setPositionToSurroundY(float) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTitle(String) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTitle(String) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setTutorial(Tutorial) - Method in class com.braunster.tutorialview.object.TutorialIntentBuilder
-
- setTutorial(Tutorial, boolean) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Set the tutorial data for this view and animate it into the screen if wanted.
- setTutorial(Tutorial) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Set the tutorial data for this view and animate it into the screen.
- setTutorial(Tutorial) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setTutorial(Tutorial, boolean) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setTutorial(Tutorial, boolean) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorial(Tutorial) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialBackgroundColor(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialBackgroundColor(int) - Method in interface com.braunster.tutorialview.TutorialInterface
-
The background color for the tutorial.
- setTutorialBackgroundColor(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
The background color for the tutorial.
- setTutorialBackgroundColor(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialClosedListener(AbstractTutorialView.TutorialClosedListener) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Setting a listener that will be called when the tutorial is closed.
- setTutorialClosedListener(AbstractTutorialView.TutorialClosedListener) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setTutorialClosedListener(AbstractTutorialView.TutorialClosedListener) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
Set the listener on the tutorial view,
If walk through is used this will be overridden and you should set a
WalkThroughListener instead.
- setTutorialGotItPosition(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialGotItPosition(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setTutorialGotItPosition(int) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setTutorialGotItPosition(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setTutorialGotItPosition(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialInfoLayoutId(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialInfoLayoutId(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setTutorialInfoLayoutId(int) - Method in interface com.braunster.tutorialview.TutorialInterface
-
The Layout id of the view that will be used to show the tutorial text or information.
- setTutorialInfoLayoutId(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
The Layout id of the view that will be used to show the tutorial text or information.
- setTutorialInfoLayoutId(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialInfoTextPosition(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialInfoTextPosition(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setTutorialInfoTextPosition(int) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setTutorialInfoTextPosition(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setTutorialInfoTextPosition(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialText(String) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialText(String) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setTutorialText(String) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- setTutorialText(String) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialTextColor(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialTextColor(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setTutorialTextColor(int) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setTutorialTextColor(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Set the color that will be used for the default info view text view.
- setTutorialTextColor(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialTextSize(int) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialTextSize(int) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setTutorialTextSize(int) - Method in interface com.braunster.tutorialview.TutorialInterface
-
Set the size that will be used for the default info view text view.
- setTutorialTextSize(int) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Set the size that will be used for the default info view text view.
- setTutorialTextSize(int) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialTextTypeFace(String) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setTutorialTextTypeFace(String) - Method in interface com.braunster.tutorialview.TutorialInterface
-
- setTutorialTextTypeFace(String) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Set the name of the wanted typeface for this tutorial.
- setTutorialTextTypeFace(String) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setTutorialTextTypeFaceName(String) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setViewToSurround(View) - Method in class com.braunster.tutorialview.object.Tutorial
-
- setViewToSurround(View) - Method in class com.braunster.tutorialview.object.TutorialBuilder
-
- setViewToSurround(View) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Surround a given view by a visual tutorial with text.
- setViewToSurround(View, String) - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
Surround a given view by a visual tutorial with text and title.
- setViewToSurround(View) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Surround a given view by a visual tutorial with text.
- setViewToSurround(View, String) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
Surround a given view by a visual tutorial with text and title.
- setViewToSurround(View) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setViewToSurround(View, String) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setWalkThroughData(ArrayList<Tutorial>) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- setWalkThroughData(ArrayList<Tutorial>) - Method in interface com.braunster.tutorialview.WalkThroughInterface
-
Setting the walk through data.
- setWalkThroughList(ArrayList<Tutorial>) - Method in class com.braunster.tutorialview.object.TutorialIntentBuilder
-
- setWalkThroughList(Tutorial...) - Method in class com.braunster.tutorialview.object.TutorialIntentBuilder
-
- setWalkThroughListener(TutorialLayout.WalkThroughListener) - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- SharedPrefsHelper - Class in com.braunster.tutorialview.object
-
Created by braunster on 30/12/14.
- SharedPrefsHelper() - Constructor for class com.braunster.tutorialview.object.SharedPrefsHelper
-
- shouldDraw() - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
No need to draw if the view to surround or his dimensions is null.
- shouldDraw() - Method in class com.braunster.tutorialview.view.RippleTutorialView
-
- shouldDraw() - Method in class com.braunster.tutorialview.view.TutorialView
-
- show() - Method in interface com.braunster.tutorialview.TutorialViewInterface
-
- show(Runnable) - Method in class com.braunster.tutorialview.view.AbstractTutorialView
-
- show(Runnable) - Method in class com.braunster.tutorialview.view.RippleTutorialView
-
- show() - Method in class com.braunster.tutorialview.view.RippleTutorialView
-
- show() - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- show(Runnable) - Method in class com.braunster.tutorialview.view.TutorialView
-
- show() - Method in class com.braunster.tutorialview.view.TutorialView
-
- showing - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-
true if the tutorial is visible.
- showTutorial(TutorialViewInterface, Intent) - Static method in class com.braunster.tutorialview.object.TutorialIntentBuilder
-
Used in the tutorial activity to show the tutorial,
The data from the intent would be recovered and would be set on the TutorialInterface.
- skip() - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- skip() - Method in interface com.braunster.tutorialview.WalkThroughInterface
-
Skipping the rest of the walk through.
- skipOnBackPressed(Intent) - Static method in class com.braunster.tutorialview.object.TutorialIntentBuilder
-
- skipTutorialOnBackPressed(boolean) - Method in class com.braunster.tutorialview.object.TutorialIntentBuilder
-
- startWalkThrough() - Method in class com.braunster.tutorialview.view.TutorialLayout
-
- startWalkThrough() - Method in interface com.braunster.tutorialview.WalkThroughInterface
-
Starting the walk through.
- statusBarHeight - Variable in class com.braunster.tutorialview.view.AbstractTutorialView
-