JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
C
D
F
G
H
I
K
M
O
P
R
S
T
V
A
APPLICATION_ID
- Static variable in class com.flaviofaria.kenburnsview.
BuildConfig
B
BUILD_TYPE
- Static variable in class com.flaviofaria.kenburnsview.
BuildConfig
BuildConfig
- Class in
com.flaviofaria.kenburnsview
BuildConfig()
- Constructor for class com.flaviofaria.kenburnsview.
BuildConfig
C
com.flaviofaria.kenburnsview
- package com.flaviofaria.kenburnsview
D
DEBUG
- Static variable in class com.flaviofaria.kenburnsview.
BuildConfig
DEFAULT_TRANSITION_DURATION
- Static variable in class com.flaviofaria.kenburnsview.
RandomTransitionGenerator
Default value for the transition duration in milliseconds.
F
FLAVOR
- Static variable in class com.flaviofaria.kenburnsview.
BuildConfig
G
generateNextTransition(RectF, RectF)
- Method in class com.flaviofaria.kenburnsview.
RandomTransitionGenerator
generateNextTransition(RectF, RectF)
- Method in interface com.flaviofaria.kenburnsview.
TransitionGenerator
Generates the next transition to be played by the
KenBurnsView
.
getDestinyRect()
- Method in class com.flaviofaria.kenburnsview.
Transition
Gets the rect that will take the scene when a Ken Burns transition ends.
getDuration()
- Method in class com.flaviofaria.kenburnsview.
Transition
Gets the duration of this transition.
getInterpolatedRect(long)
- Method in class com.flaviofaria.kenburnsview.
Transition
Gets the current rect that represents the part of the image to take the scene in the current frame.
getRectRatio(RectF)
- Static method in class com.flaviofaria.kenburnsview.
MathUtils
Computes the aspect ratio of a given rect.
getSourceRect()
- Method in class com.flaviofaria.kenburnsview.
Transition
Gets the rect that will take the scene when a Ken Burns transition starts.
H
haveSameAspectRatio(RectF, RectF)
- Static method in class com.flaviofaria.kenburnsview.
MathUtils
Checks whether two
RectF
have the same aspect ratio.
I
IncompatibleRatioException
- Exception in
com.flaviofaria.kenburnsview
IncompatibleRatioException()
- Constructor for exception com.flaviofaria.kenburnsview.
IncompatibleRatioException
K
KenBurnsView
- Class in
com.flaviofaria.kenburnsview
ImageView
extension that animates its image with the
Ken Burns Effect
.
KenBurnsView(Context)
- Constructor for class com.flaviofaria.kenburnsview.
KenBurnsView
KenBurnsView(Context, AttributeSet)
- Constructor for class com.flaviofaria.kenburnsview.
KenBurnsView
KenBurnsView(Context, AttributeSet, int)
- Constructor for class com.flaviofaria.kenburnsview.
KenBurnsView
KenBurnsView.TransitionListener
- Interface in
com.flaviofaria.kenburnsview
A transition listener receives notifications when a transition starts or ends.
M
MathUtils
- Class in
com.flaviofaria.kenburnsview
Helper class to perform math computations.
MathUtils()
- Constructor for class com.flaviofaria.kenburnsview.
MathUtils
O
onDraw(Canvas)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
onSizeChanged(int, int, int, int)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
onTransitionEnd(Transition)
- Method in interface com.flaviofaria.kenburnsview.
KenBurnsView.TransitionListener
Notifies the end of a transition.
onTransitionStart(Transition)
- Method in interface com.flaviofaria.kenburnsview.
KenBurnsView.TransitionListener
Notifies the start of a transition.
P
pause()
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
Pauses the Ken Burns Effect animation.
R
RandomTransitionGenerator
- Class in
com.flaviofaria.kenburnsview
RandomTransitionGenerator()
- Constructor for class com.flaviofaria.kenburnsview.
RandomTransitionGenerator
RandomTransitionGenerator(long, Interpolator)
- Constructor for class com.flaviofaria.kenburnsview.
RandomTransitionGenerator
restart()
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
Creates a new transition and starts over.
resume()
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
Resumes the Ken Burns Effect animation.
S
setImageBitmap(Bitmap)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
setImageDrawable(Drawable)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
setImageResource(int)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
setImageURI(Uri)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
setScaleType(ImageView.ScaleType)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
setTransitionDuration(long)
- Method in class com.flaviofaria.kenburnsview.
RandomTransitionGenerator
Sets the duration, in milliseconds, for each transition generated.
setTransitionGenerator(TransitionGenerator)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
Sets the
TransitionGenerator
to be used in animations.
setTransitionInterpolator(Interpolator)
- Method in class com.flaviofaria.kenburnsview.
RandomTransitionGenerator
Sets the
Interpolator
for each transition generated.
setTransitionListener(KenBurnsView.TransitionListener)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
setVisibility(int)
- Method in class com.flaviofaria.kenburnsview.
KenBurnsView
T
Transition
- Class in
com.flaviofaria.kenburnsview
Transition(RectF, RectF, long, Interpolator)
- Constructor for class com.flaviofaria.kenburnsview.
Transition
TransitionGenerator
- Interface in
com.flaviofaria.kenburnsview
truncate(float, int)
- Static method in class com.flaviofaria.kenburnsview.
MathUtils
Truncates a float number
f
to
decimalPlaces
.
V
VERSION_CODE
- Static variable in class com.flaviofaria.kenburnsview.
BuildConfig
VERSION_NAME
- Static variable in class com.flaviofaria.kenburnsview.
BuildConfig
A
B
C
D
F
G
H
I
K
M
O
P
R
S
T
V
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes