Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DrownCoder/RecyclerViewStudy
/ functions
Functions
867 in github.com/DrownCoder/RecyclerViewStudy
⨍
Functions
867
◇
Types & classes
56
Method
isLayoutFrozen
Returns true if layout and scroll are frozen. @return true if layout and scroll are frozen @see #setLayoutFrozen(boolean)
app/src/main/assets/RecyclerView.java:2245
Method
isMeasurementCacheEnabled
In addition to the View Framework's measurement cache, RecyclerView uses its own additional measurement cache for its children to avoid re-measuring t
app/src/main/assets/RecyclerView.java:9437
Method
isMeasuring
Returns true if the RecyclerView is currently measuring the layout. This value is {@code true} only if the LayoutManager opted into the auto measure A
app/src/main/assets/RecyclerView.java:12824
Method
isNestedScrollingEnabled
()
app/src/main/assets/RecyclerView.java:11842
Method
isSmoothScrollbarEnabled
Returns the current state of the smooth scrollbar feature. It is enabled by default. @return True if smooth scrollbar is enabled, false otherwise. @s
app/src/main/assets/LinearLayoutManager.java:1290
Method
isViewPartiallyVisible
Returns whether the given child view is partially or fully visible within the padded bounded area of RecyclerView, depending on the input parameters.
app/src/main/assets/RecyclerView.java:10109
Method
jumpTo
Instead of specifying pixels to scroll, use the target position to jump using {@link RecyclerView#scrollToPosition(int)}. <p> You may prefer using thi
app/src/main/assets/RecyclerView.java:12417
Method
layoutDecorated
Lay out the given child view within the RecyclerView using coordinates that include any current {@link ItemDecoration ItemDecorations}. <p>LayoutMana
app/src/main/assets/RecyclerView.java:9676
Method
log
()
app/src/main/assets/LinearLayoutManager.java:2512
Method
logCache
(String key, RecyclerView rcy)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyLog.java:71
Method
logPool
(RecyclerView rcy)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyLog.java:36
Method
logProcess
(TextView tv, String log)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyLog.java:148
Method
logScrapCache
(RecyclerView rcy)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyLog.java:52
Method
markItemDecorInsetsDirty
()
app/src/main/assets/RecyclerView.java:6810
Method
markKnownViewsInvalid
()
app/src/main/assets/RecyclerView.java:6776
Method
markViewHoldersUpdated
(int positionStart, int itemCount, Object payload)
app/src/main/assets/RecyclerView.java:978
Method
measureChild
Measure a child view using standard measurement policy, taking the padding of the parent RecyclerView and any added item decorations into account. <p
app/src/main/assets/RecyclerView.java:9377
Method
newArray
(int size)
app/src/main/assets/RecyclerView.java:12667
Method
newArray
(int size)
app/src/main/assets/LinearLayoutManager.java:2575
Method
normalize
Normalizes the vector. @param scrollVector The vector that points to the target scroll position
app/src/main/assets/RecyclerView.java:12287
Method
notifyItemInserted
Notify any registered observers that the item reflected at <code>position</code> has been newly inserted. The item previously at <code>position</code>
app/src/main/assets/RecyclerView.java:7387
Method
notifyItemMoved
Notify any registered observers that the item reflected at <code>fromPosition</code> has been moved to <code>toPosition</code>. <p>This is a structur
app/src/main/assets/RecyclerView.java:7404
Method
notifyItemMoved
(int fromPosition, int toPosition)
app/src/main/assets/RecyclerView.java:12608
Method
notifyItemRangeChanged
(int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:12574
Method
notifyItemRangeInserted
(int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:12588
Method
notifyItemRangeRemoved
(int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:12598
Method
offsetChild
Offsets the child in this orientation. @param view View to offset @param offset offset amount
app/src/main/assets/OrientationHelper.java:191
Method
offsetChildrenHorizontal
Offset all child views attached to the parent RecyclerView by dx pixels along the horizontal axis. @param dx Pixels to offset by
app/src/main/assets/RecyclerView.java:9208
Method
offsetChildrenVertical
Offset all child views attached to the parent RecyclerView by dy pixels along the vertical axis. @param dy Pixels to offset by
app/src/main/assets/RecyclerView.java:9222
Method
offsetPositionRecordsForInsert
(int insertedAt, int count)
app/src/main/assets/RecyclerView.java:6692
Method
offsetPositionRecordsForMove
(int from, int to)
app/src/main/assets/RecyclerView.java:6663
Method
offsetPositionRecordsForRemove
@param removedFrom Remove start index @param count Remove count @param applyToPreLayout If true, changes will affect ViewHolder's pre-layout position,
app/src/main/assets/RecyclerView.java:6714
Method
offsetPositionsForAdd
(int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:1012
Method
offsetPositionsForMove
(int from, int to)
app/src/main/assets/RecyclerView.java:1018
Method
offsetPositionsForRemovingInvisible
(int start, int count)
app/src/main/assets/RecyclerView.java:962
Method
offsetPositionsForRemovingLaidOutOrNewView
( int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:970
Method
onAdapterChanged
Detaches the old adapter and attaches the new one. <p> RecycledViewPool will clear its cache if it has only one adapter attached and the new adapter u
app/src/main/assets/RecyclerView.java:5628
Method
onAdapterChanged
(Adapter oldAdapter, Adapter newAdapter, boolean compatibleWithPrevious)
app/src/main/assets/RecyclerView.java:6657
Method
onAnimationFinished
(ViewHolder item)
app/src/main/assets/RecyclerView.java:13061
Method
onAttachedToWindow
()
app/src/main/assets/RecyclerView.java:2799
Method
onBindViewHolder
(ImageChildViewHolder holder, int position)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyChildAdapter.java:36
Method
onBindViewHolder
(RecyclerView.ViewHolder holder, int position)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyAdapter.java:58
Method
onChanged
notifydatasetchange调用的方法
app/src/main/assets/RecyclerView.java:5423
Method
onChildAttachedToWindow
(View child)
app/src/main/assets/RecyclerView.java:12272
Method
onClick
(View v)
app/src/main/java/com/study/xuan/recyclerviewstudy/MainActivity.java:92
Method
onCreate
(Bundle savedInstanceState)
app/src/main/java/com/study/xuan/recyclerviewstudy/MainActivity.java:22
Method
onCreateViewHolder
(ViewGroup parent, int viewType)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyChildAdapter.java:30
Method
onCreateViewHolder
(ViewGroup parent, int viewType)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyAdapter.java:42
Method
onDetachedFromRecyclerView
(RecyclerView recyclerView)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyAdapter.java:84
Method
onDetachedFromWindow
()
app/src/main/assets/RecyclerView.java:2833
Method
onDetachedFromWindow
(RecyclerView view, RecyclerView.Recycler recycler)
app/src/main/assets/LinearLayoutManager.java:274
Method
onDispatchFirstPass
(AdapterHelper.UpdateOp op)
app/src/main/assets/RecyclerView.java:984
Method
onDispatchSecondPass
(AdapterHelper.UpdateOp op)
app/src/main/assets/RecyclerView.java:1007
Method
onDraw
(Canvas c)
app/src/main/assets/RecyclerView.java:4352
Method
onDraw
Draw any appropriate decorations into the Canvas supplied to the RecyclerView. Any content drawn by this method will be drawn before the item views ar
app/src/main/assets/RecyclerView.java:10941
Method
onEnteredHiddenState
(View child)
app/src/main/assets/RecyclerView.java:925
Method
onFocusSearchFailed
(View focused, int focusDirection, RecyclerView.Recycler recycler, Recycle
app/src/main/assets/LinearLayoutManager.java:2136
Method
onGenericMotionEvent
(MotionEvent event)
app/src/main/assets/RecyclerView.java:3285
Method
onInitializeAccessibilityEvent
(AccessibilityEvent event)
app/src/main/assets/RecyclerView.java:10591
Method
onInitializeAccessibilityEvent
(AccessibilityEvent event)
app/src/main/assets/LinearLayoutManager.java:283
Method
onInitializeAccessibilityNodeInfo
(AccessibilityNodeInfoCompat info)
app/src/main/assets/RecyclerView.java:10540
Method
onInitializeAccessibilityNodeInfoForItem
(View host, AccessibilityNodeInfoCompat info)
app/src/main/assets/RecyclerView.java:10624
Method
onInterceptTouchEvent
(MotionEvent e)
app/src/main/assets/RecyclerView.java:2993
Method
onInterceptTouchEvent
(RecyclerView rv, MotionEvent e)
app/src/main/assets/RecyclerView.java:11089
Method
onItemRangeChanged
@return True if updates should be processed.
app/src/main/assets/AdapterHelper.java:505
Method
onItemRangeChanged
(int positionStart, int itemCount, Object payload)
app/src/main/assets/RecyclerView.java:5434
Method
onItemRangeInserted
@return True if updates should be processed.
app/src/main/assets/AdapterHelper.java:517
Method
onItemRangeInserted
(int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:5442
Method
onItemRangeMoved
@return True if updates should be processed.
app/src/main/assets/AdapterHelper.java:542
Method
onItemRangeMoved
(int fromPosition, int toPosition, int itemCount)
app/src/main/assets/RecyclerView.java:5458
Method
onItemRangeRemoved
@return True if updates should be processed.
app/src/main/assets/AdapterHelper.java:529
Method
onItemRangeRemoved
(int positionStart, int itemCount)
app/src/main/assets/RecyclerView.java:5450
Method
onLayout
(boolean changed, int l, int t, int r, int b)
app/src/main/assets/RecyclerView.java:4265
Method
onLayout
(boolean changed, int l, int t, int r, int b)
app/src/main/java/com/study/xuan/recyclerviewstudy/SRecyclerView.java:47
Method
onLayoutChildren
{@inheritDoc}
app/src/main/assets/LinearLayoutManager.java:545
Method
onLayoutCompleted
(RecyclerView.State state)
app/src/main/assets/LinearLayoutManager.java:757
Method
onLeftHiddenState
(View child)
app/src/main/assets/RecyclerView.java:933
Method
onMeasure
(int widthSpec, int heightSpec)
app/src/main/assets/RecyclerView.java:3335
Method
onMeasure
Measure the attached RecyclerView. Implementations must call {@link #setMeasuredDimension(int, int)} before returning. <p>The default implementation
app/src/main/assets/RecyclerView.java:10439
Method
onMeasure
(int widthSpec, int heightSpec)
app/src/main/java/com/study/xuan/recyclerviewstudy/SRecyclerView.java:54
Method
onRequestDisallowInterceptTouchEvent
(boolean disallowIntercept)
app/src/main/assets/RecyclerView.java:11098
Method
onRequestFocusInDescendants
(int direction, Rect previouslyFocusedRect)
app/src/main/assets/RecyclerView.java:2789
Method
onRestoreInstanceState
(Parcelable state)
app/src/main/assets/RecyclerView.java:1400
Method
onRestoreInstanceState
(Parcelable state)
app/src/main/assets/RecyclerView.java:10490
Method
onRestoreInstanceState
(Parcelable state)
app/src/main/assets/LinearLayoutManager.java:319
Method
onSaveInstanceState
()
app/src/main/assets/RecyclerView.java:1386
Method
onSaveInstanceState
<p>Called when the LayoutManager should save its state. This is a good time to save your scroll position, configuration and anything else that may be
app/src/main/assets/RecyclerView.java:10485
Method
onSaveInstanceState
()
app/src/main/assets/LinearLayoutManager.java:292
Method
onScrollStateChanged
RecyclerView calls this method to notify LayoutManager that scroll state has changed. @param state The new scroll state for RecyclerView
app/src/main/assets/RecyclerView.java:10513
Method
onScrollStateChanged
Callback method to be invoked when RecyclerView's scroll state changes. @param recyclerView The RecyclerView whose scroll state has changed. @param n
app/src/main/assets/RecyclerView.java:11123
Method
onScrolled
Callback method to be invoked when the RecyclerView has been scrolled. This will be called after the scroll has completed. <p> This callback will also
app/src/main/assets/RecyclerView.java:11139
Method
onScrolled
(RecyclerView recyclerView, int dx, int dy)
app/src/main/java/com/study/xuan/recyclerviewstudy/MainActivity.java:46
Method
onSizeChanged
(int w, int h, int oldw, int oldh)
app/src/main/assets/RecyclerView.java:3443
Method
onTouchEvent
(RecyclerView rv, MotionEvent e)
app/src/main/assets/RecyclerView.java:11094
Method
onViewDetachedFromWindow
(RecyclerView.ViewHolder holder)
app/src/main/java/com/study/xuan/recyclerviewstudy/RcyAdapter.java:79
Method
onViewRecycled
Called when a view created by this adapter has been recycled. <p>A view is recycled when a {@link LayoutManager} decides that it no longer needs to b
app/src/main/assets/RecyclerView.java:7092
Method
performAccessibilityAction
(int action, Bundle args)
app/src/main/assets/RecyclerView.java:10755
Method
performAccessibilityActionForItem
(View view, int action, Bundle args)
app/src/main/assets/RecyclerView.java:10804
Method
prepareForDrop
@hide This method should be called by ItemTouchHelper only.
app/src/main/assets/LinearLayoutManager.java:2261
Method
prepareForNestedPrefetch
Prepare for a prefetch occurring on the RecyclerView in between traversals, potentially prior to any layout passes. <p>Don't touch any state stored b
app/src/main/assets/RecyclerView.java:12800
← previous
next →
701–800 of 867, ranked by callers