A
B
C
D
F
G
H
I
J
K
L
M
O
P
R
S
T
U
W
P
- performAccessibilityAction(int,Bundle) - function in android.view.PreviewSeekBar
- performClick() - function in android.view.PreviewSeekBar
- performContextClick(float,float) - function in android.view.PreviewSeekBar
- performHapticFeedback(int) - function in android.view.PreviewSeekBar
- performLongClick() - function in android.view.PreviewSeekBar
- performReceiveContent(ContentInfo) - function in android.view.PreviewSeekBar
- playSoundEffect(int) - function in android.view.PreviewSeekBar
- post(Runnable) - function in android.view.PreviewSeekBar
- postDelayed(Runnable,long) - function in android.view.PreviewSeekBar
- postInvalidate() - function in android.widget.PreviewSeekBar
- postInvalidateDelayed(long) - function in android.view.PreviewSeekBar
- postInvalidateOnAnimation() - function in android.view.PreviewSeekBar
- postOnAnimation(Runnable) - function in android.view.PreviewSeekBar
- postOnAnimationDelayed(Runnable,long) - function in android.view.PreviewSeekBar
- PreviewAnimator - class in com.github.rubensousa.previewseekbar.animator
- Animates the FrameLayout container that has the View responsible for showing a preview.
- PreviewBar - class in com.github.rubensousa.previewseekbar
- A progress bar that displays a preview when it's scrubbed.
- PreviewBar.OnPreviewVisibilityListener - class in com.github.rubensousa.previewseekbar.PreviewBar
- Listener for visibility change events
- PreviewBar.OnScrubListener - class in com.github.rubensousa.previewseekbar.PreviewBar
- Listener for Preview scrub events
- PreviewDelegate - class in com.github.rubensousa.previewseekbar
- Handles the logic to display and animate a preview view when a PreviewBar is scrubbed
- PreviewFadeAnimator - class in com.github.rubensousa.previewseekbar.animator
- A PreviewAnimator that just fades the preview frame
- PreviewLoader - class in com.github.rubensousa.previewseekbar
- Loads the previews for a PreviewBar
- PreviewMorphAnimator - class in com.github.rubensousa.previewseekbar.animator
- A PreviewAnimator that morphs the PreviewBar thumb into the preview view.
- PreviewSeekBar - class in com.github.rubensousa.previewseekbar
- A PreviewBar that extends from AppCompatSeekBar.