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

/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackLayoutAlgorithm.java268 TaskStackLowRamLayoutAlgorithm mTaskStackLowRamLayoutAlgorithm; field in class:TaskStackLayoutAlgorithm
278 mTaskStackLowRamLayoutAlgorithm = new TaskStackLowRamLayoutAlgorithm(context);
314 mTaskStackLowRamLayoutAlgorithm.reloadOnConfigurationChange(context);
352 mTaskStackLowRamLayoutAlgorithm.setSystemInsets(systemInsets);
426 mTaskStackLowRamLayoutAlgorithm.initialize(windowRect);
498 ? mTaskStackLowRamLayoutAlgorithm.getMinScrollP()
501 ? mTaskStackLowRamLayoutAlgorithm.getMaxScrollP(taskCount)
512 mInitialScrollP = mTaskStackLowRamLayoutAlgorithm.getInitialScrollP(mNumStackTasks,
713 return mTaskStackLowRamLayoutAlgorithm.computeStackVisibilityReport(tasks);
795 mTaskStackLowRamLayoutAlgorithm
[all...]
H A DTaskStackViewTouchHandler.java300 ? layoutAlgorithm.mTaskStackLowRamLayoutAlgorithm.getMaxOverscroll()
498 prevAnchorTaskScroll = mSv.getStackAlgorithm().mTaskStackLowRamLayoutAlgorithm
518 anchorTaskScroll = mSv.getStackAlgorithm().mTaskStackLowRamLayoutAlgorithm
H A DTaskStackViewScroller.java213 TaskStackLowRamLayoutAlgorithm algorithm = mLayoutAlgorithm.mTaskStackLowRamLayoutAlgorithm;
H A DTaskStackAnimationHelper.java363 mTmpTransform.rect.offset(0, stackLayout.mTaskStackLowRamLayoutAlgorithm

Completed in 63 milliseconds