Home
last modified time | relevance | path

Searched defs:targetScroll (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java1076 int targetScroll = clearAllScroll + (mIsRtl ? clearAllWidth : -clearAllWidth); in getSnapToLastTaskScrollDiff() local
1082 int targetScroll = getScrollForPage(indexOfChild(getFocusedTaskView())); in getSnapToFocusedTaskScrollDiff() local