Home
last modified time | relevance | path

Searched refs:FallbackSwipeHandler (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DFallbackSwipeHandler.java79 public class FallbackSwipeHandler extends class
95 public FallbackSwipeHandler(Context context, RecentsAnimationDeviceState deviceState, in FallbackSwipeHandler() method in FallbackSwipeHandler
105 FallbackSwipeHandler.this::updateHomeActivityTransformDuringSwipeUp)); in FallbackSwipeHandler()
H A DTouchInteractionService.java1017 return new FallbackSwipeHandler(this, mDeviceState, mTaskAnimationManager, in createFallbackSwipeHandler()