JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
D
G
I
O
R
S
C
canScrollVertically(int)
- Method in interface ru.noties.scrollable.
CanScrollVerticallyDelegate
CanScrollVerticallyDelegate
- Interface in
ru.noties.scrollable
Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 28.03.2015.
computeScroll()
- Method in class ru.noties.scrollable.
ScrollableLayout
computeVerticalScrollRange()
- Method in class ru.noties.scrollable.
ScrollableLayout
D
dispatchTouchEvent(MotionEvent)
- Method in class ru.noties.scrollable.
ScrollableLayout
G
GestureListenerAdapter
- Class in
ru.noties.scrollable
Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 29.03.2015.
GestureListenerAdapter()
- Constructor for class ru.noties.scrollable.
GestureListenerAdapter
getMaxScrollY()
- Method in class ru.noties.scrollable.
ScrollableLayout
getNewY(int)
- Method in class ru.noties.scrollable.
ScrollableLayout
I
initScroller(Context, Interpolator, boolean)
- Method in class ru.noties.scrollable.
ScrollableLayout
Override this method if you wish to create own
Scroller
O
onDown(MotionEvent)
- Method in class ru.noties.scrollable.
GestureListenerAdapter
onFling(MotionEvent, MotionEvent, float, float)
- Method in class ru.noties.scrollable.
GestureListenerAdapter
onLayout(boolean, int, int, int, int)
- Method in class ru.noties.scrollable.
ScrollableLayout
onLongPress(MotionEvent)
- Method in class ru.noties.scrollable.
GestureListenerAdapter
onScroll(MotionEvent, MotionEvent, float, float)
- Method in class ru.noties.scrollable.
GestureListenerAdapter
onScrollChanged(int, int, int)
- Method in interface ru.noties.scrollable.
OnScrollChangedListener
This method will be invoked when scroll state of
ScrollableLayout
has changed.
onScrollChanged(int, int, int, int)
- Method in class ru.noties.scrollable.
ScrollableLayout
OnScrollChangedListener
- Interface in
ru.noties.scrollable
Created by Dimitry Ivanov (mail@dimitryivanov.ru) on 28.03.2015.
onShowPress(MotionEvent)
- Method in class ru.noties.scrollable.
GestureListenerAdapter
onSingleTapUp(MotionEvent)
- Method in class ru.noties.scrollable.
GestureListenerAdapter
R
ru.noties.scrollable
- package ru.noties.scrollable
S
ScrollableLayout
- Class in
ru.noties.scrollable
This is the main
ViewGroup
for implementing Scrollable.
ScrollableLayout(Context)
- Constructor for class ru.noties.scrollable.
ScrollableLayout
ScrollableLayout(Context, AttributeSet)
- Constructor for class ru.noties.scrollable.
ScrollableLayout
ScrollableLayout(Context, AttributeSet, int)
- Constructor for class ru.noties.scrollable.
ScrollableLayout
scrollTo(int, int)
- Method in class ru.noties.scrollable.
ScrollableLayout
setCanScrollVerticallyDelegate(CanScrollVerticallyDelegate)
- Method in class ru.noties.scrollable.
ScrollableLayout
setDraggableView(View)
- Method in class ru.noties.scrollable.
ScrollableLayout
Sets View which should be included in receiving scroll gestures.
setFriction(float)
- Method in class ru.noties.scrollable.
ScrollableLayout
Sets friction for current
Scroller
setMaxScrollY(int)
- Method in class ru.noties.scrollable.
ScrollableLayout
Also can be set via xml attribute
scrollable_maxScroll
setOnScrollChangedListener(OnScrollChangedListener)
- Method in class ru.noties.scrollable.
ScrollableLayout
Pass an
OnScrollChangedListener
if you wish to get notifications when scroll state of
this
View has changed.
C
D
G
I
O
R
S
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes