Home
last modified time | relevance | path

Searched refs:deferStartingActivity (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DFallbackActivityInterface.java149 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity() method in FallbackActivityInterface
154 || super.deferStartingActivity(deviceState, ev); in deferStartingActivity()
H A DLauncherActivityInterface.java324 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity() method in LauncherActivityInterface
327 return super.deferStartingActivity(deviceState, ev); in deferStartingActivity()
H A DBaseActivityInterface.java169 public boolean deferStartingActivity(RecentsAnimationDeviceState deviceState, MotionEvent ev) { in deferStartingActivity() method in BaseActivityInterface
H A DTouchInteractionService.java817 || gestureState.getActivityInterface().deferStartingActivity(mDeviceState, event); in createOtherActivityInputConsumer()