Searched refs:shouldIgnore (Results 1 – 8 of 8) 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) {
733 if (!vh.isTmpDetached() && !vh.shouldIgnore()) { in initChildrenHelper()751 if (vh.isTmpDetached() && !vh.shouldIgnore()) { in initChildrenHelper()1632 if (holder == null || holder.shouldIgnore()) { in hasUpdatedView()3569 if (holder.shouldIgnore() || (holder.isInvalid() && !mAdapter.hasStableIds())) { in dispatchLayoutStep1()3578 && !holder.shouldIgnore() && !holder.isInvalid()) { in dispatchLayoutStep1()3608 if (viewHolder.shouldIgnore()) { in dispatchLayoutStep1()3678 if (holder.shouldIgnore()) { in dispatchLayoutStep3()3685 if (oldChangeViewHolder != null && !oldChangeViewHolder.shouldIgnore()) { in dispatchLayoutStep3()3807 && !viewHolder.isRemoved() && !viewHolder.shouldIgnore()) { in recordAnimationInfoIfBouncedHiddenView()3825 if (holder.shouldIgnore()) { in findMinMaxChildLayoutPositions()[all …]
156 if (newHolder.shouldIgnore()) { in animateChange()
44 void onHardwareIgnoreTouchesChanged(boolean shouldIgnore); in onHardwareIgnoreTouchesChanged() argument
134 public void onHardwareIgnoreTouchesChanged(boolean shouldIgnore) { in subscribeBiometricContextListener()135 if (mIsHardwareIgnoringTouches != shouldIgnore) { in subscribeBiometricContextListener()136 mIsHardwareIgnoringTouches = shouldIgnore; in subscribeBiometricContextListener()
227 public void setIgnoreDisplayTouches(boolean shouldIgnore) { in createSession()
196 public void setIgnoreDisplayTouches(boolean shouldIgnore) throws RemoteException { in setIgnoreDisplayTouches() argument
302 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop() argument303 if (shouldIgnore) { in assertShouldIgnoreOrientationRequestLoop()