Searched refs:shouldIgnore (Results 1 – 5 of 5) sorted by relevance
38 boolean shouldIgnore() { in shouldIgnore() method in RecyclerViewAccessibilityDelegate47 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) {
3608 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 …]
156 if (newHolder.shouldIgnore()) { in animateChange()
227 public void setIgnoreDisplayTouches(boolean shouldIgnore) { in createSession()
292 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop() argument293 if (shouldIgnore) { in assertShouldIgnoreOrientationRequestLoop()