FileDocCategorySizeDatePackage
ScrollAdapter.javaAPI DocAndroid 5.1 API1227Thu Mar 12 22:22:42 GMT 2015com.android.systemui.statusbar.policy

ScrollAdapter

public interface ScrollAdapter
A scroll adapter which can be queried for meta information about the scroll state

Fields Summary
Constructors Summary
Methods Summary
public android.view.ViewgetHostView()

return
The view in which the scrolling is performed

public booleanisScrolledToBottom()

return
Whether the view returned by {@link #getHostView()} is scrolled to the bottom

public booleanisScrolledToTop()

return
Whether the view returned by {@link #getHostView()} is scrolled to the top