Home
last modified time | relevance | path

Searched refs:RecentsAnimationWrapper (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DRecentsAnimationWrapper.java41 public class RecentsAnimationWrapper { class
59 public RecentsAnimationWrapper(InputConsumerController inputConsumerController, in RecentsAnimationWrapper() method in RecentsAnimationWrapper
DWindowTransformSwipeHandler.java289 private final RecentsAnimationWrapper mRecentsAnimationWrapper;
304 mRecentsAnimationWrapper = new RecentsAnimationWrapper(inputConsumer, in WindowTransformSwipeHandler()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DRecentsView.java102 import com.android.quickstep.RecentsAnimationWrapper;
156 protected RecentsAnimationWrapper mRecentsAnimationWrapper;
1629 public void setRecentsAnimationWrapper(RecentsAnimationWrapper recentsAnimationWrapper) { in setRecentsAnimationWrapper()