Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/legacy/recents/src/com/android/systemui/recents/views/
DTaskStackLayoutAlgorithm.java268 TaskStackLowRamLayoutAlgorithm mTaskStackLowRamLayoutAlgorithm; field in TaskStackLayoutAlgorithm
278 mTaskStackLowRamLayoutAlgorithm = new TaskStackLowRamLayoutAlgorithm(context); in TaskStackLayoutAlgorithm()
314 mTaskStackLowRamLayoutAlgorithm.reloadOnConfigurationChange(context); in reloadOnConfigurationChange()
352 mTaskStackLowRamLayoutAlgorithm.setSystemInsets(systemInsets); in setSystemInsets()
426 mTaskStackLowRamLayoutAlgorithm.initialize(windowRect); in initialize()
498 ? mTaskStackLowRamLayoutAlgorithm.getMinScrollP() in update()
501 ? mTaskStackLowRamLayoutAlgorithm.getMaxScrollP(taskCount) in update()
512 mInitialScrollP = mTaskStackLowRamLayoutAlgorithm.getInitialScrollP(mNumStackTasks, in update()
713 return mTaskStackLowRamLayoutAlgorithm.computeStackVisibilityReport(tasks); in computeStackVisibilityReport()
795 mTaskStackLowRamLayoutAlgorithm.getTransform(taskIndex, stackScroll, transformOut, in getStackTransform()
[all …]
DTaskStackViewTouchHandler.java301 ? layoutAlgorithm.mTaskStackLowRamLayoutAlgorithm.getMaxOverscroll() in handleTouchEvent()
499 prevAnchorTaskScroll = mSv.getStackAlgorithm().mTaskStackLowRamLayoutAlgorithm in onBeginDrag()
519 anchorTaskScroll = mSv.getStackAlgorithm().mTaskStackLowRamLayoutAlgorithm in onBeginDrag()
DTaskStackViewScroller.java213 TaskStackLowRamLayoutAlgorithm algorithm = mLayoutAlgorithm.mTaskStackLowRamLayoutAlgorithm; in scrollToClosestTask()
DTaskStackAnimationHelper.java363 mTmpTransform.rect.offset(0, stackLayout.mTaskStackLowRamLayoutAlgorithm in startExitToHomeAnimation()