Home
last modified time | relevance | path

Searched refs:getSwipeUpDestinationAndLength (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DFallbackActivityControllerHelper.java62 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength() method in FallbackActivityControllerHelper
143 createActivityController(getSwipeUpDestinationAndLength(
DAppToOverviewAnimationProvider.java138 mHelper.getSwipeUpDestinationAndLength(mActivity.getDeviceProfile(), mActivity, targetRect); in createWindowAnimation()
DLauncherActivityControllerHelper.java84 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength() method in LauncherActivityControllerHelper
DWindowTransformSwipeHandler.java388 mTransitionDragLength = mActivityControlHelper.getSwipeUpDestinationAndLength( in initTransitionEndpoints()
/packages/apps/Launcher3/go/quickstep/src/com/android/quickstep/
DGoActivityControlHelper.java25 public int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect) { in getSwipeUpDestinationAndLength() method in GoActivityControlHelper
DFallbackActivityControllerHelper.java66 createActivityController(getSwipeUpDestinationAndLength( in prepareRecentsUI()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DActivityControlHelper.java52 int getSwipeUpDestinationAndLength(DeviceProfile dp, Context context, Rect outRect); in getSwipeUpDestinationAndLength() method
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DFallbackNoButtonInputConsumer.java131 mTransitionDragLength = mActivityControlHelper.getSwipeUpDestinationAndLength( in FallbackNoButtonInputConsumer()