added in version 24.1.0
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
belongs to Maven artifact com.android.support:support-compat:28.0.0-alpha1
ListViewCompat
public
final
class
ListViewCompat
extends Object
java.lang.Object | |
↳ | android.support.v4.widget.ListViewCompat |
Helper for accessing features in ListView
Summary
Public methods | |
---|---|
static
boolean
|
canScrollList(ListView listView, int direction)
Check if the items in the list can be scrolled in a certain direction. |
static
void
|
scrollListBy(ListView listView, int y)
Scrolls the list items within the view by a specified number of pixels. |
Inherited methods | |
---|---|
From
class
java.lang.Object
|
Public methods
canScrollList
added in version 26.1.0
boolean canScrollList (ListView listView, int direction)
Check if the items in the list can be scrolled in a certain direction.
Parameters | |
---|---|
listView |
ListView |
direction |
int : Negative to check scrolling up, positive to check
scrolling down. |
Returns | |
---|---|
boolean |
true if the list can be scrolled in the specified direction, false otherwise. |
See also:
scrollListBy
added in version 24.1.0
void scrollListBy (ListView listView, int y)
Scrolls the list items within the view by a specified number of pixels.
Parameters | |
---|---|
listView |
ListView : the list to scroll |
y |
int : the amount of pixels to scroll by vertically
|
Interfaces
Classes
- AutoScrollHelper
- CircularProgressDrawable
- CompoundButtonCompat
- ContentLoadingProgressBar
- CursorAdapter
- DrawerLayout
- DrawerLayout.LayoutParams
- DrawerLayout.SavedState
- DrawerLayout.SimpleDrawerListener
- EdgeEffectCompat
- ExploreByTouchHelper
- ImageViewCompat
- ListPopupWindowCompat
- ListViewAutoScrollHelper
- ListViewCompat
- NestedScrollView
- PopupMenuCompat
- PopupWindowCompat
- ResourceCursorAdapter
- ScrollerCompat
- SimpleCursorAdapter
- SlidingPaneLayout
- SlidingPaneLayout.LayoutParams
- SlidingPaneLayout.SimplePanelSlideListener
- Space
- SwipeRefreshLayout
- TextViewCompat
- ViewDragHelper
- ViewDragHelper.Callback