MCPcopy Create free account

hub / github.com/Helixform/FluidRecyclerView / functions

Functions1,832 in github.com/Helixform/FluidRecyclerView

↓ 4 callersMethodaddDisappearingView
To be called only during {@link #onLayoutChildren(Recycler, State)} to add a view to the layout that is known to be going away, either because it has
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9114
↓ 4 callersMethodaddPosition
Requests an an item to be prefetched, based on position, with a specified distance, indicating priority. @param layoutPosition Position of the item t
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8330
↓ 4 callersMethodassertNotInLayoutOrScroll
(String message)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:525
↓ 4 callersMethodassertNotInLayoutOrScroll
(String message)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1441
↓ 4 callersMethodcalculateAndUpdateStateRestorationPolicy
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ConcatAdapterController.java:286
↓ 4 callersMethodcancelAll
(List<RecyclerView.ViewHolder> viewHolders)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DefaultItemAnimator.java:647
↓ 4 callersMethodcancelScroll
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:3734
↓ 4 callersMethodclearOldPosition
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11699
↓ 4 callersMethodcompare
(int x, int y)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewBoundsCheck.java:155
↓ 4 callersMethodcomputeScrollVectorForPosition
Should calculate the vector that points to the direction where the target position can be found. <p> This method is used by the {@link LinearSmoothScr
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12954
↓ 4 callersMethoddiagonalSize
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DiffUtil.java:535
↓ 4 callersMethoddispatchAndUpdateViewHolders
(UpdateOp op)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AdapterHelper.java:227
↓ 4 callersMethoddispatchAnimationFinished
Method to be called by subclasses when an animation is finished. <p> For each call RecyclerView makes to {@link #animateAppearance(ViewHolder, ItemHol
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13926
↓ 4 callersMethoddispatchLayoutStep2
The second layout step where we do the actual layout of the views for the final state. This step might be run multiple times if necessary (e.g. measur
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:4442
↓ 4 callersMethodendAnimations
Method called when all item animations should be ended immediately. This could happen when other events, like scrolling, occur, so that animating view
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13895
↓ 4 callersMethodfindOnePartiallyVisibleChild
(int fromIndex, int toIndex, boolean acceptEndPointInclusion)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2765
↓ 4 callersMethodfindOneViewWithinBoundFlags
Returns the first view starting from fromIndex to toIndex in views whose bounds lie within its parent bounds based on the provided preferredBoundFlags
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewBoundsCheck.java:210
↓ 4 callersMethodfindWrapperAndLocalPosition
Always call {@link #releaseWrapperAndLocalPosition(WrapperAndLocalPosition)} when you are done with it
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ConcatAdapterController.java:342
↓ 4 callersMethodgetAbsoluteMovementFlags
(RecyclerView recyclerView, ViewHolder viewHolder)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ItemTouchHelper.java:1602
↓ 4 callersMethodgetAdapter
Retrieves the previously set adapter or null if no adapter is set. @return The previously set adapter @see #setAdapter(Adapter)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:1327
↓ 4 callersMethodgetChangedHolderKey
Returns a unique key to be used while handling change animations. It might be child's position or stable id depending on the adapter type.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:4684
↓ 4 callersMethodgetChildClosestToEnd
Convenience method to find the child closes to end. Caller should check it has enough children. @return The child closes to end of the layout from us
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1805
↓ 4 callersMethodgetChildClosestToStart
Convenience method to find the child closes to start. Caller should check it has enough children. @return The child closes to start of the layout fro
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1795
↓ 4 callersMethodgetDecoratedBottom
Returns the bottom edge of the given child view within its parent, offset by any applied {@link ItemDecoration ItemDecorations}. @param child Child t
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10277
↓ 4 callersMethodgetDecoratedLeft
Returns the left edge of the given child view within its parent, offset by any applied {@link ItemDecoration ItemDecorations}. @param child Child to
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10241
↓ 4 callersMethodgetDecoratedRight
Returns the right edge of the given child view within its parent, offset by any applied {@link ItemDecoration ItemDecorations}. @param child Child to
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10265
↓ 4 callersMethodgetDecoratedTop
Returns the top edge of the given child view within its parent, offset by any applied {@link ItemDecoration ItemDecorations}. @param child Child to q
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10253
↓ 4 callersMethodgetEnd
Returns the end position of the layout without taking padding into account. @return The end boundary for this layout without considering padding.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:176
↓ 4 callersMethodgetFullSpanItem
(int position)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:3005
↓ 4 callersMethodgetStateRestorationPolicy
Returns when this Adapter wants to restore the state. @return The current {@link StateRestorationPolicy} for this Adapter. Defaults to {@link StateRe
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8082
↓ 4 callersMethodgetTileStart
(int position)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AsyncListUtil.java:349
↓ 4 callersMethodgetTransformedBoundingBox
Calculates the bounding box of the View while taking into account its matrix changes (translation, scale etc) with respect to the RecyclerView. <p> If
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10195
↓ 4 callersMethodhandleUpdate
Checks whether it should invalidate span assignments in response to an adapter change.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:1504
↓ 4 callersMethodhasFocus
Returns true if the RecyclerView this LayoutManager is bound to has or contains focus. @return true if the RecyclerView has or contains focus @see Vi
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9677
↓ 4 callersMethodhasMore
@return true if there are more items in the data adapter
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LayoutState.java:87
↓ 4 callersMethodinvalidateAnchor
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:2475
↓ 4 callersMethodisMeasurementUpToDate
(int childSize, int spec, int dimension)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9937
↓ 4 callersMethodisSmoothScrollbarEnabled
Returns the current state of the smooth scrollbar feature. It is enabled by default. @return True if smooth scrollbar is enabled, false otherwise. @s
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1256
↓ 4 callersMethodlayoutDecoratedWithMargins
Lay out the given child view within the RecyclerView using coordinates that include any current {@link ItemDecoration ItemDecorations} and margins. <
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10175
↓ 4 callersMethodlogChildren
Used for debugging. Logs the internal representation of children to default logger.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:2147
↓ 4 callersMethodmarkItemDecorInsetsDirty
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:4745
↓ 4 callersMethodmaybeSendPoolingContainerAttach
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:7292
↓ 4 callersMethodnext
Gets the view for the next element that we should render. Also updates current item index to the next item, based on {@link #mItemDirection} @return
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LayoutState.java:97
↓ 4 callersMethodonAbsorb
* Call when the effect absorbs an impact at the given velocity. * Used when a fling reaches the scroll boundary. * * @param velocity Ve
fluidrecyclerview/src/main/java/org/helixform/fluidrecyclerview/EdgeEffectAdapter.kt:68
↓ 4 callersMethodonDraw
The default implementation for {@link ItemTouchHelper.Callback#onChildDraw(Canvas, RecyclerView, RecyclerView.ViewHolder, float, float, int, boolean)}
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ItemTouchUIUtil.java:42
↓ 4 callersMethodonItemRangeChanged
( @NonNull NestedAdapterWrapper nestedAdapterWrapper, int positionStart,
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/NestedAdapterWrapper.java:168
↓ 4 callersMethodonScrollStateChanged
Called when the scroll state of this RecyclerView changes. Subclasses should use this method to respond to state changes instead of an explicit listen
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:5493
↓ 4 callersMethodonStateRestorationPolicyChanged
(NestedAdapterWrapper nestedAdapterWrapper)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/NestedAdapterWrapper.java:198
↓ 4 callersMethodrecycleChildren
Recycles children between given indices. @param startIndex inclusive @param endIndex exclusive
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1455
↓ 4 callersMethodrecycleUpdateOpsAndClearList
(List<UpdateOp> ops)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AdapterHelper.java:747
↓ 4 callersMethodreleaseWrapperAndLocalPosition
(WrapperAndLocalPosition wrapperAndLocalPosition)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ConcatAdapterController.java:368
↓ 4 callersMethodremoveItemAtIndex
(int index, boolean notify)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SortedList.java:603
↓ 4 callersMethodrequestDisallowInterceptTouchEvent
(boolean disallowIntercept)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:3551
↓ 4 callersMethodrequestTiles
(int firstTileStart, int lastTileStart, int scrollHint, boolean backwards)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AsyncListUtil.java:353
↓ 4 callersMethodreset
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:2519
↓ 4 callersMethodresolveShouldLayoutReverse
Calculates the view layout order. (e.g. from end to start or start to end) RTL layout support is applied automatically. So if layout is RTL and {@link
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:378
↓ 4 callersMethodscrollBy
(int dt, RecyclerView.Recycler recycler, RecyclerView.State state)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:2148
↓ 4 callersMethodscrollBy
(int delta, RecyclerView.Recycler recycler, RecyclerView.State state)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1415
↓ 4 callersMethodscrollToPositionWithOffset
Scroll to the specified adapter position with the given offset from resolved layout start. Resolved layout start depends on {@link #getReverseLayout()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1125
↓ 4 callersMethodset
(int index, int value)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DiffUtil.java:1050
↓ 4 callersMethodsetFlags
(int flags, int mask)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:11964
↓ 4 callersMethodsetTargetPosition
(int targetPosition)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12533
↓ 4 callersMethodshouldMeasureChild
RecyclerView internally does its own View measurement caching which should help with WRAP_CONTENT. <p> Use this method if the View is not yet measured
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:9906
↓ 4 callersMethodsmoothScrollBy
Animate a scroll by the given amount of pixels along either axis. @param dx Pixels to scroll horizontally @param dy Pixels to scroll vertically
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:2568
↓ 4 callersMethodstopScroll
Stop any current scroll in progress, such as one started by {@link #smoothScrollBy(int, int)}, {@link #fling(int, int)} or a touch-initiated fling.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:2829
↓ 4 callersMethodtriggerUpdateProcessor
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:5884
↓ 4 callersMethodupdate
Updates the action with given parameters. @param dx Pixels to scroll horizontally @param dy Pixels to scroll vertically @param du
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12924
↓ 4 callersMethodupdateLayoutStateToFillEnd
(AnchorInfo anchorInfo)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1034
↓ 4 callersMethodupdateLayoutStateToFillStart
(AnchorInfo anchorInfo)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:1048
↓ 4 callersMethodupdateMeasurements
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/GridLayoutManager.java:290
↓ 3 callersMethodaddFlags
(@ViewBounds int flags)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewBoundsCheck.java:147
↓ 3 callersMethodaddToPostLayout
Adds the item information to the post layout list @param holder The ViewHolder whose information is being saved @param info The information to save
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewInfoStore.java:181
↓ 3 callersMethodaddViewHolderToRecycledViewPool
Prepares the ViewHolder to be removed/recycled, and inserts it into the RecycledViewPool. Pass false to dispatchRecycled for views that have not been
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:6934
↓ 3 callersMethodanimateMove
Called when an item is moved in the RecyclerView. Implementors can choose whether and how to animate that change, but must always call {@link #dispatc
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SimpleItemAnimator.java:236
↓ 3 callersMethodareItemsTheSame
Called by the DiffUtil to decide whether two object represent the same Item. <p> For example, if your items have unique ids, this method should check
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DiffUtil.java:356
↓ 3 callersMethodassertLayoutStep
(int accepted)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13092
↓ 3 callersMethodassignCoordinateFromPadding
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:3269
↓ 3 callersMethodassignCoordinateFromPadding
assigns anchor coordinate from the RecyclerView's padding depending on current layoutFromEnd value
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:2530
↓ 3 callersMethodassignPositionFromScrapList
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearLayoutManager.java:2391
↓ 3 callersMethodboundsMatch
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/ViewBoundsCheck.java:165
↓ 3 callersMethodbuildAdapterChangeFlagsForAnimations
(ViewHolder viewHolder)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13841
↓ 3 callersMethodcalculateItemDecorationsForChild
Calculates the item decor insets applied to the given child and updates the provided Rect instance with the inset values. <ul> <li>The Rect's left
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:10298
↓ 3 callersMethodcalculateTimeForDeceleration
<p>Calculates the time for deceleration so that transition from LinearInterpolator to DecelerateInterpolator looks smooth.</p> @param dx Distance to
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/LinearSmoothScroller.java:191
↓ 3 callersMethodcancelHide
()
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/FastScroller.java:257
↓ 3 callersMethodcheckForGaps
Checks for gaps in the UI that may be caused by adapter changes. <p> When a full span item is laid out in reverse direction, it sets a flag which we c
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/StaggeredGridLayoutManager.java:268
↓ 3 callersMethodcomputeCurrentVelocity
* Compute the current velocity based on the points that have been * collected. Only call this when you actually want to retrieve velocity *
fluidrecyclerview/src/main/java/org/helixform/fluidrecyclerview/VelocityTracker.kt:54
↓ 3 callersMethodconsumeUpdatesInOnePass
Skips pre-processing and applies all updates in one pass.
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/AdapterHelper.java:554
↓ 3 callersMethodconvertPreLayoutPositionToPostLayout
RecyclerView provides artificial position range (item count) in pre-layout state and automatically maps these positions to {@link Adapter} positions w
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:6498
↓ 3 callersMethodcreateHorizontalHelper
Creates a horizontal OrientationHelper for the given LayoutManager. @param layoutManager The LayoutManager to attach to. @return A new OrientationHel
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:256
↓ 3 callersMethodcreateOrientationHelper
Creates an OrientationHelper for the given LayoutManager and orientation. @param layoutManager LayoutManager to attach to @param orientation Desire
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:239
↓ 3 callersMethodcreateVerticalHelper
Creates a vertical OrientationHelper for the given LayoutManager. @param layoutManager The LayoutManager to attach to. @return A new OrientationHelpe
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/OrientationHelper.java:355
↓ 3 callersMethoddefaultOnMeasure
An implementation of {@link View#onMeasure(int, int)} to fall back to in various scenarios where this RecyclerView is otherwise lacking better informa
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:3900
↓ 3 callersMethoddispatchChangeFinished
Method to be called by subclasses when a change animation is done. @param item The item which has been changed (this method must be called for
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SimpleItemAnimator.java:325
↓ 3 callersMethoddispatchChildDetached
(View child)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:8129
↓ 3 callersMethoddispatchNestedPreScroll
(int dx, int dy, int[] consumed, int[] offsetInWindow)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:12263
↓ 3 callersMethoddispatchOnScrolled
(int hresult, int vresult)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:5457
↓ 3 callersMethoddispatchRemoveFinished
Method to be called by subclasses when a remove animation is done. @param item The item which has been removed @see RecyclerView.ItemAnimator#animate
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/SimpleItemAnimator.java:283
↓ 3 callersMethoddistanceToCenter
(@NonNull View targetView, OrientationHelper helper)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/PagerSnapHelper.java:203
↓ 3 callersMethodendAnimation
Method called when an animation on a view should be ended immediately. This could happen when other events, like scrolling, occur, so that animating v
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/RecyclerView.java:13884
↓ 3 callersMethodendChangeAnimationIfNecessary
(ChangeInfo changeInfo)
fluidrecyclerview/src/main/java/androidx/fluidrecyclerview/widget/DefaultItemAnimator.java:416
← previousnext →201–300 of 1,832, ranked by callers