Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java3008 int focusedTaskScrollDiff = primaryScroll - focusedTaskScroll; in createTaskDismissAnimation() local
3010 mIsRtl ? focusedTaskScrollDiff : -focusedTaskScrollDiff; in createTaskDismissAnimation()