Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A 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) {
H A DRecyclerView.java3608 if (viewHolder.shouldIgnore()) { in dispatchLayoutStep1()
3678 if (holder.shouldIgnore()) { in dispatchLayoutStep3()
3825 if (holder.shouldIgnore()) { in findMinMaxChildLayoutPositions()
3852 } else if (!vh.shouldIgnore()) { in removeDetachedView()
4055 if (!holder.shouldIgnore()) { in saveOldPositions()
4065 if (!holder.shouldIgnore()) { in clearOldPositions()
5812 if (holder.shouldIgnore()) { in recycleViewHolderInternal()
8422 if (viewHolder.shouldIgnore()) { in scrapOrRecycleView()
8454 if (vh.shouldIgnore()) { in removeAndRecycleScrapInt()
10205 boolean shouldIgnore() { in shouldIgnore() method in RecyclerView.ViewHolder
[all …]
H A DSimpleItemAnimator.java156 if (newHolder.shouldIgnore()) { in animateChange()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/
H A DBluetoothMapFolderElement.java66 public boolean shouldIgnore() { in shouldIgnore() method in BluetoothMapFolderElement
H A DBluetoothMapContent.java1793 if (!folderElement.shouldIgnore()) { in setWhereFilterFolderType()