JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
C
D
L
O
R
S
U
A
addOnRollingChangedListener(RollingLayoutAction.OnRollingChangedListener)
- Method in class com.jkb.rollinglayout.
RollingLayout
addOnRollingChangedListener(RollingLayoutAction.OnRollingChangedListener)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
add a listener to listen RollingLayout rolling changed action.
C
com.jkb.rollinglayout
- package com.jkb.rollinglayout
D
DOWN_UP
- Static variable in interface com.jkb.rollinglayout.
RollingLayoutAction
the rolling orientation of
RollingLayout
child views from bottom to top.
L
LEFT_RIGHT
- Static variable in interface com.jkb.rollinglayout.
RollingLayoutAction
the rolling orientation of
RollingLayout
child views from left to right.
O
onClick(View)
- Method in class com.jkb.rollinglayout.
RollingLayout
onRollingChanged(View, int, int)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction.OnRollingChangedListener
This method will be called when rolling is changed.
onRollingItemClick(View, ViewGroup, int)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction.OnRollingItemClickListener
this method will be called when rolling item is clicked.
R
RIGHT_LEFT
- Static variable in interface com.jkb.rollinglayout.
RollingLayoutAction
the rolling orientation of
RollingLayout
child views from right to left.
RollingLayout
- Class in
com.jkb.rollinglayout
A view that can rolling automatic within child views list.
RollingLayout(Context)
- Constructor for class com.jkb.rollinglayout.
RollingLayout
RollingLayout(Context, AttributeSet)
- Constructor for class com.jkb.rollinglayout.
RollingLayout
RollingLayoutAction
- Interface in
com.jkb.rollinglayout
Common base class of common implementation for
RollingLayout
that can be used by another class.
RollingLayoutAction.OnRollingChangedListener
- Interface in
com.jkb.rollinglayout
listener for listen RollingLayout changed action.
RollingLayoutAction.OnRollingItemClickListener
- Interface in
com.jkb.rollinglayout
listener for listen RollingLayout item view is clicked.
RollingLayoutAction.Orientation
- Annotation Type in
com.jkb.rollinglayout
S
setAdapter(BaseAdapter)
- Method in class com.jkb.rollinglayout.
RollingLayout
setAdapter(BaseAdapter)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
Sets the data behind this RollingLayout.
setOnRollingItemClickListener(RollingLayoutAction.OnRollingItemClickListener)
- Method in class com.jkb.rollinglayout.
RollingLayout
setOnRollingItemClickListener(RollingLayoutAction.OnRollingItemClickListener)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
set a listener to listen RolligLayout rolling item click action.
setRollingEachTime(int)
- Method in class com.jkb.rollinglayout.
RollingLayout
setRollingEachTime(int)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
set the spend time of each rolling.
setRollingOrientation(int)
- Method in class com.jkb.rollinglayout.
RollingLayout
setRollingOrientation(int)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
set the rolling orientation.
setRollingPauseTime(int)
- Method in class com.jkb.rollinglayout.
RollingLayout
setRollingPauseTime(int)
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
set the pause time when the child view is rolling complected.
showNext()
- Method in class com.jkb.rollinglayout.
RollingLayout
startRolling()
- Method in class com.jkb.rollinglayout.
RollingLayout
startRolling()
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
make the RollingLayout's child view rolling.
stopRolling()
- Method in class com.jkb.rollinglayout.
RollingLayout
stopRolling()
- Method in interface com.jkb.rollinglayout.
RollingLayoutAction
stop the RollingLayout rolling.
U
UP_DOWN
- Static variable in interface com.jkb.rollinglayout.
RollingLayoutAction
the rolling orientation of
RollingLayout
child views from top to bottom.
A
C
D
L
O
R
S
U
Skip navigation links
Package
Class
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes