Home
last modified time | relevance | path

Searched refs:shouldIgnore (Results 1 – 8 of 8) 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.java733 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 …]
DSimpleItemAnimator.java156 if (newHolder.shouldIgnore()) { in animateChange()
/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricContextListener.aidl44 void onHardwareIgnoreTouchesChanged(boolean shouldIgnore); in onHardwareIgnoreTouchesChanged() argument
/frameworks/base/services/core/java/com/android/server/biometrics/log/
DBiometricContextProvider.java134 public void onHardwareIgnoreTouchesChanged(boolean shouldIgnore) { in subscribeBiometricContextListener()
135 if (mIsHardwareIgnoringTouches != shouldIgnore) { in subscribeBiometricContextListener()
136 mIsHardwareIgnoringTouches = shouldIgnore; in subscribeBiometricContextListener()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DTestHal.java227 public void setIgnoreDisplayTouches(boolean shouldIgnore) { in createSession()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlSessionAdapter.java196 public void setIgnoreDisplayTouches(boolean shouldIgnore) throws RemoteException { in setIgnoreDisplayTouches() argument
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxUiControllerTest.java302 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop() argument
303 if (shouldIgnore) { in assertShouldIgnoreOrientationRequestLoop()