Home
last modified time | relevance | path

Searched defs:allowInterceptByParent (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DSysUiOverlayInputConsumer.java60 public boolean allowInterceptByParent() { in allowInterceptByParent() method in SysUiOverlayInputConsumer
H A DDelegateInputConsumer.java37 public boolean allowInterceptByParent() { in allowInterceptByParent() method in DelegateInputConsumer
H A DOverviewWithoutFocusInputConsumer.java64 public boolean allowInterceptByParent() { in allowInterceptByParent() method in OverviewWithoutFocusInputConsumer
H A DOverviewInputConsumer.java74 public boolean allowInterceptByParent() { in allowInterceptByParent() method in OverviewInputConsumer
H A DProgressDelegateInputConsumer.java191 public boolean allowInterceptByParent() { in allowInterceptByParent() method in ProgressDelegateInputConsumer
H A DDeviceLockedInputConsumer.java278 public boolean allowInterceptByParent() { in allowInterceptByParent() method in DeviceLockedInputConsumer
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DInputConsumer.java67 default boolean allowInterceptByParent() { in allowInterceptByParent() method