Home
last modified time | relevance | path

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

/aosp14/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()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DTestHal.java227 public void setIgnoreDisplayTouches(boolean shouldIgnore) { in createSession()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DLetterboxUiControllerTest.java292 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop() argument
293 if (shouldIgnore) { in assertShouldIgnoreOrientationRequestLoop()