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

G

getChildCount() - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Returns the total number of children in the data set held by the adapter.
getChildCount(long) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Returns the total number of views that are associated with the specified header id.
getChildCount(long) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
Returns the total number of views that are associated with the specified header id.
getChildCount(long) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
 
getChildCount(long) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getChildCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getChildCount(long) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getChildCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getChildViewType(int) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Retrieves the view type for the child view at the specified childPosition.
getChildViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
 
getChildViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getChildViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getColor(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
 
getColumnCount(RecyclerView, int) - Method in class com.devbrackets.android.recyclerext.layoutmanager.AutoColumnGridLayoutManager
Performs the actual calculation for determining the number of possible columns by using the AutoColumnGridLayoutManager.maxColumnCount, AutoColumnGridLayoutManager.minColumnSpacingEdge, and AutoColumnGridLayoutManager.minColumnSpacingSeparator in conjunction with the requested width for the items
getCursor() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Returns the current cursor
getCursor(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Get the cursor associated with the specified position in the data set.
getCursor(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerReorderCursorAdapter
Get the cursor associated with the specified position in the data set.
getCursor() - Method in interface com.devbrackets.android.recyclerext.filter.CursorFilter.CursorFilterClient
 
getCustomStickyHeaderViewId() - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Retrieves the resource id for the view in the header view holder to make sticky.
getCustomStickyHeaderViewId() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
 
getCustomStickyHeaderViewId() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getCustomStickyHeaderViewId() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getDrawable(int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
 
getEdgeScrollSpeed() - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
Retrieves the edge scroll speed
getEdgeThreshold() - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
Retrieves the edge threshold for the edge scrolling.
getFastScrollPopupText(int) - Method in interface com.devbrackets.android.recyclerext.widget.FastScroll.FastScrollPopupCallbacks
 
getFilter() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Retrieves the filter that can be used to filter the current cursor items displayed.
getFilterQueryProvider() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Returns the query filter provider used for filtering.
getHeaderCount() - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
Returns the total number of headers in the list
getHeaderId(int) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Return the stable ID for the header at childPosition.
getHeaderId() - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderItem
 
getHeaderId(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
 
getHeaderId(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getHeaderId(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getHeaderPosition(long) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Determines the position for the header associated with the headerId
getHeaderPosition(long) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
Determines the position for the header associated with the headerId
getHeaderPosition(long) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
 
getHeaderPosition(long) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getHeaderPosition(long) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getHeaderViewType(int) - Method in interface com.devbrackets.android.recyclerext.adapter.header.HeaderApi
Retrieves the view type for the header whos first child view has the childPosition.
getHeaderViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
 
getHeaderViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
 
getHeaderViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
 
getIndex(int) - Method in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration.SpanLookup
 
getItem(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
Retrieves the item with the specified position in the adapter.
getItemCount() - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
Returns the total number of items in the adapter including headers and children.
getItemCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Retrieves the amount of items in the current cursor
getItemCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
Returns the total number of items in the data set hold by the adapter, this includes both the Headers and the Children views
getItemCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
Returns the total number of items in the data set hold by the adapter, this includes both the Headers and the Children views
getItemCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
Returns the total number of items in the data set hold by the adapter, this includes both the Headers and the Children views
getItemCount() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
Retrieves the number of items for the adapter.
getItemId(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerCursorAdapter
Get the row id associated with the specified position in the list.
getItemId(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerReorderCursorAdapter
Get the row id associated with the specified position in the list.
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
 
getItemOffsets(Rect, View, RecyclerView, RecyclerView.State) - Method in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration
 
getItemViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderCore
Retrieves the view type for the specified position.
getItemViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderAdapter
Retrieves the view type for the specified position.
getItemViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderCursorAdapter
Retrieves the view type for the specified position.
getItemViewType(int) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerHeaderListAdapter
Retrieves the view type for the specified position.
getMenuResourceId() - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder
Retrieves the id for the xml menu resource that specifies the options for the popup menu.
getMenuViewId() - Method in class com.devbrackets.android.recyclerext.adapter.viewholder.MenuViewHolder
Retrieves the id for the view that will be used to show the popup menu when clicked.
getOrientation() - Method in class com.devbrackets.android.recyclerext.decoration.ReorderDecoration
Retrieves the current orientation to use for edgeScrolling and position calculations.
getOrientation() - Method in class com.devbrackets.android.recyclerext.decoration.StickyHeaderDecoration
Retrieves the current orientation to use for edgeScrolling and position calculations.
getPosition(T) - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerListAdapter
Searches the items for the specified object and returns the index of the first occurrence.
getPositionMap() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerReorderCursorAdapter
Retrieves the position map for the cursor.
getResetMapOnCursorChange() - Method in class com.devbrackets.android.recyclerext.adapter.RecyclerReorderCursorAdapter
Determines if the position map for the cursor will be reset when the cursor is changed
getSpanCount() - Method in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration.SpanLookup
 
getSpanSize(int) - Method in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration.SpanLookup
 
getValueInRange(int, int, int) - Method in class com.devbrackets.android.recyclerext.widget.FastScroll
 
getViewPosition() - Method in class com.devbrackets.android.recyclerext.adapter.header.HeaderItem
 
getX() - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportImageView
 
getX() - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportTextView
 
getY() - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportImageView
 
getY() - Method in class com.devbrackets.android.recyclerext.widget.PositionSupportTextView
 
gridLayoutManager - Variable in class com.devbrackets.android.recyclerext.decoration.SpacerDecoration.SpanLookup
 
A B C D E F G H I L M N O P R S T U V 
Skip navigation links