Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/hardware/biometrics/
DIBiometricContextListener.aidl44 void onHardwareIgnoreTouchesChanged(boolean shouldIgnore); in onHardwareIgnoreTouchesChanged()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerViewAccessibilityDelegate.java38 boolean shouldIgnore() { in shouldIgnore() method in RecyclerViewAccessibilityDelegate
DRecyclerView.java10205 boolean shouldIgnore() { in shouldIgnore() method in RecyclerView.ViewHolder
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DHidlToAidlSessionAdapter.java196 public void setIgnoreDisplayTouches(boolean shouldIgnore) throws RemoteException { in setIgnoreDisplayTouches()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DLetterboxUiControllerTest.java302 private void assertShouldIgnoreOrientationRequestLoop(boolean shouldIgnore, int expectedCount) { in assertShouldIgnoreOrientationRequestLoop()