MCPcopy Create free account

hub / github.com/Helixform/FluidRecyclerView / functions

Functions1,832 in github.com/Helixform/FluidRecyclerView

↓ 122 callersMethodget
Returns the item at the given index. @param index The index of the item to retrieve. @return The item at the given index. @throws java.lang.IndexOut
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SortedList.java:706
↓ 117 callersMethodsize
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/TileList.java:53
↓ 102 callersMethodgetChildCount
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:515
↓ 79 callersMethodgetLayoutParams
(View view)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2654
↓ 65 callersMethodgetPosition
@see #getLayoutPosition() @see #getBindingAdapterPosition() @see #getAbsoluteAdapterPosition() @deprecated This method is deprecated because its meani
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11723
↓ 63 callersMethodgetChildAt
(int offset)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:523
↓ 61 callersMethodadd
(RecyclerView recyclerView)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/GapWorker.java:159
↓ 58 callersMethodremove
(RecyclerView recyclerView)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/GapWorker.java:166
↓ 51 callersMethodsize
Total number of ViewHolders held by the pool. @return Number of ViewHolders held by the pool.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:6074
↓ 48 callersMethodget
Gets the Object mapped from the specified id, or <code>null</code> if no such data exists. @param resourceId Id of the resource you want to remove. I
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13262
↓ 46 callersMethodgetChildViewHolderInt
(View child)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:5115
↓ 46 callersMethodgetStartAfterPadding
Returns the start position of the layout after the start padding is added. @return The very first pixel we can draw.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:162
↓ 46 callersMethodgetWidth
Returns the width that is currently relevant to the LayoutManager. <p>This value is usually equal to the laid out width of the {@link RecyclerView} b
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9580
↓ 45 callersMethodgetHeight
Returns the height that is currently relevant to the LayoutManager. <p>This value is usually equal to the laid out height of the {@link RecyclerView}
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9596
↓ 44 callersMethodgetDecoratedStart
Returns the start of the view including its decoration and margin. <p> For example, for the horizontal helper, if a View's left is at pixel 20, has 2p
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:91
↓ 41 callersMethodexceptionLabel
Label appended to all public exception strings, used to help find which RV in an app is hitting an exception.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:821
↓ 41 callersMethodgetEndAfterPadding
Returns the end position of the layout after the end padding is removed. @return The end boundary for this layout.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:169
↓ 37 callersMethodgetItemCount
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ListAdapter.java:153
↓ 37 callersMethodrequestLayout
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:4736
↓ 34 callersMethodset
(int index)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:405
↓ 33 callersMethodgetDecoratedEnd
Returns the end of the view including its decoration and margin. <p> For example, for the horizontal helper, if a View's right is at pixel 200, has 2p
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:103
↓ 31 callersMethodcanScrollHorizontally
Query if horizontal scrolling is currently supported. The default implementation returns false. @return True if this LayoutManager can scroll the cur
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9006
↓ 31 callersMethodcanScrollVertically
Query if vertical scrolling is currently supported. The default implementation returns false. @return True if this LayoutManager can scroll the curre
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9016
↓ 27 callersMethodisPreLayout
Returns true if the {@link RecyclerView} is in the pre-layout step where it is having its {@link LayoutManager} layout items where they will be at the
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13215
↓ 26 callersMethodclear
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/TileList.java:57
↓ 26 callersMethodshouldIgnore
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11710
↓ 25 callersMethodgetDecoratedMeasurement
Returns the space occupied by this View in the current orientation including decorations and margins. @param view The view element to check @return T
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:145
↓ 24 callersMethodgetPaddingLeft
Return the left padding of the parent RecyclerView @return Padding in pixels
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9606
↓ 23 callersMethodgetLayoutManager
Return the {@link LayoutManager} currently responsible for layout policy for this RecyclerView. @return The currently bound LayoutManager
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:1610
↓ 23 callersMethodgetPaddingRight
Return the right padding of the parent RecyclerView @return Padding in pixels
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9626
↓ 23 callersMethodgetPaddingTop
Return the top padding of the parent RecyclerView @return Padding in pixels
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9616
↓ 23 callersMethodisRemoved
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11944
↓ 22 callersMethodgetPaddingBottom
Return the bottom padding of the parent RecyclerView @return Padding in pixels
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9636
↓ 20 callersMethodput
Adds a mapping from the specified id to the specified value, replacing the previous mapping from the specified key if there was one. @param resourceI
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13278
↓ 19 callersMethodclear
Clear scrap views out of this recycler. Detached views contained within a recycled view pool will remain.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:6306
↓ 18 callersMethodgetTotalSpace
Returns the total space to layout. This number is the difference between {@link #getEndAfterPadding()} and {@link #getStartAfterPadding()}. @return T
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:191
↓ 17 callersMethodgetItemCount
Returns the total number of items that can be laid out. Note that this number is not necessarily equal to the number of items in the adapter, so you s
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13339
↓ 16 callersMethodaddFlags
(int flags)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11968
↓ 16 callersMethodgetChildMeasureSpec
Calculate a MeasureSpec value for measuring a child view in one dimension. @param parentSize Size of the parent view where the child will be plac
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9997
↓ 16 callersMethodhasStableIds
Returns true if this adapter publishes a unique <code>long</code> value that can act as a key for the item at a given position in the data set. If tha
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:7688
↓ 16 callersMethodisInvalid
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11932
↓ 15 callersMethodensureLayoutState
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1067
↓ 15 callersMethodgetScrollingChildHelper
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:14220
↓ 15 callersMethodgetStartLine
(int def)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2493
↓ 15 callersMethodlog
(String s, Object... args)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AsyncListUtil.java:78
↓ 15 callersMethodremove
Removes the mapping from the specified id, if there was any. @param resourceId Id of the resource you want to remove. It is suggested to use R.id. to
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13247
↓ 14 callersMethodfill
(RecyclerView.Recycler recycler, LayoutState layoutState, RecyclerView.State state)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:1547
↓ 14 callersMethodgetEndLine
(int def)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2526
↓ 13 callersMethodclear
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2608
↓ 13 callersMethodget
(int index)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DiffUtil.java:1042
↓ 13 callersMethodgetUnfilteredChildCount
Returns the total number of children. @return The total number of children including the hidden views. @see #getUnfilteredChildAt(int)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:262
↓ 13 callersMethodindexOfChild
(View view)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:519
↓ 13 callersMethodisTmpDetached
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11952
↓ 13 callersMethodsetListener
Internal only: Sets the listener that must be called when the animator is finished animating the item (or immediately if no animation happens). This i
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13608
↓ 12 callersMethodchooseSize
Chooses a size from the given specs and parameters that is closest to the desired size and also complies with the spec. @param spec The measureSpe
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8466
↓ 12 callersMethodgetMode
Returns the MeasureSpec mode for the current orientation from the LayoutManager. @return The current measure spec mode. @see View.MeasureSpec @see R
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:219
↓ 12 callersMethodgetUnfilteredChildAt
Returns a child by ViewGroup offset. ChildHelper won't offset this index. @param index ViewGroup index of the child to return. @return The view in th
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:272
↓ 12 callersMethodgetViewLayoutPosition
Returns the adapter position that the view this LayoutParams is attached to corresponds to as of latest layout calculation. @return the adapter posit
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12376
↓ 12 callersMethodobtain
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewInfoStore.java:312
↓ 12 callersMethodobtainUpdateOp
(int cmd, int positionStart, int itemCount, Object payload)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AdapterHelper.java:725
↓ 11 callersMethodgetCachedSpanGroupIndex
(int position, int spanCount)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/GridLayoutManager.java:951
↓ 11 callersMethodisItemRemoved
Returns true if the adapter data item corresponding to the view this LayoutParams is attached to has been removed from the data set. A LayoutManager m
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12347
↓ 10 callersMethodaddView
(View child, int index)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:517
↓ 10 callersMethodfill
The magic functions :). Fills the given layout, defined by the layoutState. This is fairly independent from the rest of the {@link LinearLayoutManager
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1604
↓ 10 callersMethodgetChildAt
(int index)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8184
↓ 10 callersMethodgetLayoutDirection
Returns the resolved layout direction for this RecyclerView. @return {@link androidx.core.view.ViewCompat#LAYOUT_DIRECTION_RTL} if the layout directi
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9084
↓ 10 callersMethodgetLayoutPosition
Returns the position of the ViewHolder in terms of the latest layout pass. <p> This position is mostly used by RecyclerView components to be consisten
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11751
↓ 10 callersMethodonChanged
(@NonNull NestedAdapterWrapper wrapper)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/NestedAdapterWrapper.java:166
↓ 10 callersMethodrecycle
(InfoRecord record)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewInfoStore.java:317
↓ 10 callersMethodsetIsRecyclable
Informs the recycler whether this item can be recycled. Views which are not recyclable will not be reused for other items until setIsRecyclable() is l
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12090
↓ 10 callersMethodsetScrollState
(int state)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:1675
↓ 10 callersMethodstartInterceptRequestLayout
This method should be called before any code that may trigger a child view to cause a call to {@link RecyclerView#requestLayout()}. Doing so enables
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:2381
↓ 10 callersMethodstopInterceptRequestLayout
This method should be called after any code that may trigger a child view to cause a call to {@link RecyclerView#requestLayout()}. <p> A call to this
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:2398
↓ 10 callersMethodthrowIfInMutationOperation
Throws an exception if called while we are in the middle of a mutation operation (addAll or replaceAll).
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SortedList.java:480
↓ 9 callersMethodgetDistance
* Returns the pull distance needed to be released to remove the showing effect. * * @return The pull distance that must be released to remov
fluidrecyclerview/src/main/java/org/helixform/fluidrecyclerview/EdgeEffectAdapter.kt:58
↓ 9 callersMethodgetFirstChildPosition
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2181
↓ 9 callersMethodgetHeightMode
Return the height measurement spec mode that is currently relevant to the LayoutManager. <p>This value is set only if the LayoutManager opts into the
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9565
↓ 9 callersMethodgetWidthMode
Return the width measurement spec mode that is currently relevant to the LayoutManager. <p>This value is set only if the LayoutManager opts into the
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9549
↓ 9 callersMethodisHidden
Returns whether a View is visible to LayoutManager or not. @param view The child view to check. Should be a child of the Callback. @return True if th
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:318
↓ 9 callersMethodisLayoutRTL
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:566
↓ 9 callersMethodoffsetPosition
(int offset, boolean applyToPreLayout)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11683
↓ 9 callersMethodonInserted
Called when {@code count} number of items are inserted at the given position. @param position The position of the new item. @param count The numbe
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ListUpdateCallback.java:32
↓ 9 callersMethodselect
Starts dragging or swiping the given View. Call with null if you want to clear it. @param selected The ViewHolder to drag or swipe. Can be null if
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ItemTouchHelper.java:581
↓ 8 callersMethodareItemsTheSame
Called by the SortedList to decide whether two objects represent the same Item or not. <p> For example, if your items have unique ids, this method sho
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SortedList.java:902
↓ 8 callersMethodassertNotInLayoutOrScroll
Checks if RecyclerView is in the middle of a layout or scroll and throws an {@link IllegalStateException} if it <b>is</b>. @param message The message
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8487
↓ 8 callersMethodcompare
Similar to {@link java.util.Comparator#compare(Object, Object)}, should compare two and return how they should be ordered. @param o1 The first object
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SortedList.java:855
↓ 8 callersMethodcountItemsBefore
(NestedAdapterWrapper wrapper)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ConcatAdapterController.java:204
↓ 8 callersMethoddraw
(Canvas c)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:4754
↓ 8 callersMethodfindContainingItemView
Traverses the ancestors of the given view and returns the item view that contains it and also a direct child of the RecyclerView. This returned view c
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:5091
↓ 8 callersMethodfindOneVisibleChild
(int fromIndex, int toIndex, boolean completelyVisible)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2760
↓ 8 callersMethodfindOneVisibleChild
(int fromIndex, int toIndex, boolean completelyVisible, boolean acceptPartiallyVisible)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:2046
↓ 8 callersMethodget
(int index)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ChildHelper.java:431
↓ 8 callersMethodgetCachedItemCount
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/NestedAdapterWrapper.java:141
↓ 8 callersMethodgetLastChildPosition
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2176
↓ 8 callersMethodrecycleUpdateOp
(UpdateOp op)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AdapterHelper.java:739
↓ 8 callersMethodremoveCallbacks
Removes the specified Runnable from the message queue. <p> Calling this method when LayoutManager is not attached to a RecyclerView has no effect. @p
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8749
↓ 8 callersMethodsetBounds
(int rvStart, int rvEnd, int childStart, int childEnd)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewBoundsCheck.java:140
↓ 8 callersMethodstart
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ItemTouchHelper.java:2441
↓ 7 callersMethoddispatchMoveFinished
Method to be called by subclasses when a move animation is done. @param item The item which has been moved @see RecyclerView.ItemAnimator#animateDisa
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SimpleItemAnimator.java:298
↓ 7 callersMethodfill
(int value)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DiffUtil.java:1054
next →1–100 of 1,832, ranked by callers