Hover Linear Layout Manager
            为LinearLayoutManager添加悬停/禁用滚动特性
Created by jay on 2017/12/4 上午10:57
Constructors
HoverLinearLayoutManager
                          
                    Link copied to clipboard
                        HoverLinearLayoutManager
                          
                    Link copied to clipboard
                        open fun HoverLinearLayoutManager(context: Context, orientation: Int, reverseLayout: Boolean)
Content copied to clipboard
HoverLinearLayoutManager
                          
                    Link copied to clipboard
                        open fun HoverLinearLayoutManager(context: Context, attrs: AttributeSet, defStyleAttr: Int, defStyleRes: Int)
Content copied to clipboard
Types
SavedState
                          
                    Link copied to clipboard
                        Functions
canScrollHorizontally
                          
                    Link copied to clipboard
                        canScrollVertically
                          
                    Link copied to clipboard
                        computeHorizontalScrollExtent
                          
                    Link copied to clipboard
                        computeHorizontalScrollOffset
                          
                    Link copied to clipboard
                        computeHorizontalScrollRange
                          
                    Link copied to clipboard
                        computeScrollVectorForPosition
                          
                    Link copied to clipboard
                        computeVerticalScrollExtent
                          
                    Link copied to clipboard
                        computeVerticalScrollOffset
                          
                    Link copied to clipboard
                        computeVerticalScrollRange
                          
                    Link copied to clipboard
                        findFirstCompletelyVisibleItemPosition
                          
                    Link copied to clipboard
                        findFirstVisibleItemPosition
                          
                    Link copied to clipboard
                        findLastCompletelyVisibleItemPosition
                          
                    Link copied to clipboard
                        findLastVisibleItemPosition
                          
                    Link copied to clipboard
                        onAdapterChanged
                          
                    Link copied to clipboard
                        open fun onAdapterChanged(oldAdapter: RecyclerView.Adapter, newAdapter: RecyclerView.Adapter)
Content copied to clipboard
onAttachedToWindow
                          
                    Link copied to clipboard
                        onFocusSearchFailed
                          
                    Link copied to clipboard
                        open fun onFocusSearchFailed(focused: View, focusDirection: Int, recycler: RecyclerView.Recycler, state: RecyclerView.State): View
Content copied to clipboard
onLayoutChildren
                          
                    Link copied to clipboard
                        open fun onLayoutChildren(recycler: RecyclerView.Recycler, state: RecyclerView.State)
Content copied to clipboard
onRestoreInstanceState
                          
                    Link copied to clipboard
                        onSaveInstanceState
                          
                    Link copied to clipboard
                        scrollHorizontallyBy
                          
                    Link copied to clipboard
                        open fun scrollHorizontallyBy(dx: Int, recycler: RecyclerView.Recycler, state: RecyclerView.State): Int
Content copied to clipboard
scrollToPosition
                          
                    Link copied to clipboard
                        scrollToPositionWithOffset
                          
                    Link copied to clipboard
                        scrollVerticallyBy
                          
                    Link copied to clipboard
                        open fun scrollVerticallyBy(dy: Int, recycler: RecyclerView.Recycler, state: RecyclerView.State): Int
Content copied to clipboard
setHoverTranslationX
                          
                    
                  Link copied to clipboard
                        setHoverTranslationY
                          
                    
                  Link copied to clipboard
                        smoothScrollToPosition
                          
                    Link copied to clipboard
                        open fun smoothScrollToPosition(recyclerView: RecyclerView, state: RecyclerView.State, position: Int)
Content copied to clipboard
Properties
scrollEnabled
                          
                    
                  Link copied to clipboard