Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DTaskViewTouchController.java336 float maxTaskDismissDragVelocity = mTaskBeingDragged.getResources().getDimension( in onDragEnd() local
338 velocity = Utilities.boundToRange(velocity, -maxTaskDismissDragVelocity, in onDragEnd()
339 maxTaskDismissDragVelocity); in onDragEnd()