Home
last modified time | relevance | path

Searched refs:shouldIgnore (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DRecyclerViewAccessibilityDelegate.java38 boolean shouldIgnore() { in shouldIgnore() method in RecyclerViewAccessibilityDelegate
47 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) { in performAccessibilityAction()
58 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) { in onInitializeAccessibilityNodeInfo()
67 if (host instanceof RecyclerView && !shouldIgnore()) { in onInitializeAccessibilityEvent()
88 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
99 if (!shouldIgnore() && mRecyclerView.getLayoutManager() != null) {
DRecyclerView.java729 if (!vh.isTmpDetached() && !vh.shouldIgnore()) { in initChildrenHelper()
747 if (vh.isTmpDetached() && !vh.shouldIgnore()) { in initChildrenHelper()
1628 if (holder == null || holder.shouldIgnore()) { in hasUpdatedView()
3448 if (holder.shouldIgnore() || (holder.isInvalid() && !mAdapter.hasStableIds())) { in dispatchLayoutStep1()
3457 && !holder.shouldIgnore() && !holder.isInvalid()) { in dispatchLayoutStep1()
3487 if (viewHolder.shouldIgnore()) { in dispatchLayoutStep1()
3557 if (holder.shouldIgnore()) { in dispatchLayoutStep3()
3564 if (oldChangeViewHolder != null && !oldChangeViewHolder.shouldIgnore()) { in dispatchLayoutStep3()
3686 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) { in recordAnimationInfoIfBouncedHiddenView()
3704 if (holder.shouldIgnore()) { in findMinMaxChildLayoutPositions()
[all …]
DSimpleItemAnimator.java156 if (newHolder.shouldIgnore()) { in animateChange()