Skip navigation links
A B C D E F G H I L M N O P R S T U V 

O

observer - Variable in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
 
Observer() - Constructor for class com.devbrackets.android.recyclerext.adapter.header.HeaderCore.Observer
 
onAnimationEnd(Animation) - Method in class com.devbrackets.android.recyclerext.animation.FastScrollBubbleVisibilityAnimation.BubbleVisibilityAnimationListener
 
onAnimationRepeat(Animation) - Method in class com.devbrackets.android.recyclerext.animation.FastScrollBubbleVisibilityAnimation.BubbleVisibilityAnimationListener
 
onAnimationStart(Animation) - Method in class com.devbrackets.android.recyclerext.animation.FastScrollBubbleVisibilityAnimation.BubbleVisibilityAnimationListener
 
onAttachedToRecyclerView(RecyclerView) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
When the RecyclerView is attached a data observer is registered in order to determine when to re-calculate the headers
onAttachedToRecyclerView(RecyclerView) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
When the RecyclerView is attached a data observer is registered in order to determine when to re-calculate the headers
onAttachedToRecyclerView(RecyclerView) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
When the RecyclerView is attached a data observer is registered in order to determine when to re-calculate the headers
onAttachedToWindow(RecyclerView) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
When the layout manager is attached to the RecyclerView then we will run the logic to determine the maximum number of columns allowed with the specified column width.
onBindChildViewHolder(C, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
Called to display the child information with the childPosition being the position of the child, excluding headers.
onBindChildViewHolder(C, Cursor, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
Called to display the child information with the childPosition being the position of the child, excluding headers.
onBindChildViewHolder(C, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
Called to display the child information with the childPosition being the position of the child, excluding headers.
onBindHeaderViewHolder(H, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
Called to display the header information with the firstChildPosition being the position of the first child after this header.
onBindHeaderViewHolder(H, Cursor, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
Called to display the header information with the firstChildPosition being the position of the first child after this header.
onBindHeaderViewHolder(H, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
Called to display the header information with the firstChildPosition being the position of the first child after this header.
onBindViewHolder(VH, Cursor, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Called when a new item will become visible on the screen.
onBindViewHolder(VH, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
This method shouldn't be used directly, instead use RecyclerCursorAdapter.onBindViewHolder(RecyclerView.ViewHolder, Cursor, int)
onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
This method shouldn't be used directly, instead use #onBindHeaderViewHolder(ViewHolder, int) and #onBindChildViewHolder(ViewHolder, int)
onBindViewHolder(RecyclerView.ViewHolder, Cursor, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
This method shouldn't be used directly, instead use #onBindHeaderViewHolder(ViewHolder, Cursor, int) and #onBindChildViewHolder(ViewHolder, Cursor, int)
onBindViewHolder(RecyclerView.ViewHolder, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
This method shouldn't be used directly, instead use #onBindHeaderViewHolder(ViewHolder, int) and #onBindChildViewHolder(ViewHolder, int)
onChanged() - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore.Observer
 
onChildDraw(Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean) - Method in class com.devbrackets.android.recyclerext.adapter.helper.SimpleElevationItemTouchHelperCallback
 
onClick(View) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder
 
onClick(ClickableViewHolder) - Method in interface com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder.OnClickListener
 
onClick(View) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder.MenuClickListener
 
onContentChanged() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Called when the ContentObserver on the cursor receives a change notification
onCreateChildViewHolder(ViewGroup, int) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Called when the RecyclerView needs a new C ViewHolder
onCreateHeaderViewHolder(ViewGroup, int) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Called when the RecyclerView needs a new H ViewHolder
onCreateViewHolder(ViewGroup, int) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
 
onCreateViewHolder(ViewGroup, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
onCreateViewHolder(ViewGroup, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
onCreateViewHolder(ViewGroup, int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
onDetachedFromRecyclerView(RecyclerView) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
When the RecyclerView is detached the registered data observer will be unregistered.
onDetachedFromRecyclerView(RecyclerView) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
When the RecyclerView is detached the registered data observer will be unregistered.
onDetachedFromRecyclerView(RecyclerView) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
When the RecyclerView is detached the registered data observer will be unregistered.
onDetachedFromWindow(RecyclerView, RecyclerView.Recycler) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
When the layout manager is detached from the RecyclerView then the decoration that correctly spaces the grid items will be removed.
onDetachedFromWindow() - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
 
onDrawOver(Canvas, RecyclerView, RecyclerView.State) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
 
onDrawOver(Canvas, RecyclerView, RecyclerView.State) - Method in class com.devbrackets.android.recyclerext.decoration.StickyHeaderDecoration
 
onGlobalLayout() - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager.LayoutListener
 
onInterceptTouchEvent(RecyclerView, MotionEvent) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
This will determine two things.
onItemPostReordered(int, int) - Method in interface com.devbrackets.android.recyclerext.decoration.ReorderDecoration.ReorderListener
Called when the animation for the view position has finished.
onItemRangeChanged(int, int) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore.Observer
 
onItemRangeInserted(int, int) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore.Observer
 
onItemRangeMoved(int, int, int) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore.Observer
 
onItemRangeRemoved(int, int) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore.Observer
 
onItemReordered(int, int) - Method in interface com.devbrackets.android.recyclerext.decoration.ReorderDecoration.ReorderListener
Called when the user drag event ends, informing the listener of the changed position
onLongClick(View) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder
 
onLongClick(ClickableViewHolder) - Method in interface com.devbrackets.android.recyclerext.adapter.viewholder.ClickableViewHolder.OnLongClickListener
 
onMenuItemClick(MenuItem) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder
 
onMenuItemSelected(MenuViewHolder, MenuItem) - Method in interface com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder.OnMenuItemSelectedListener
 
onPreparePopupMenu(Menu) - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder
Allows the user to customize the popup menu specified with MenuViewHolder.getMenuResourceId() before it is shown
onRequestDisallowInterceptTouchEvent(boolean) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
 
onScrolled(RecyclerView, int, int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll.RecyclerScrollListener
 
onSizeChanged(int, int, int, int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
 
onTouchEvent(RecyclerView, MotionEvent) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
 
onTouchEvent(MotionEvent) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
 
originalElevation - Variable in class com.devbrackets.android.recyclerext.adapter.helper.SimpleElevationItemTouchHelperCallback
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links