Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java404 protected final Rect mLastComputedTaskSize = new Rect(); field in RecentsView
1085 int taskGridHorizontalDiff = mLastComputedTaskSize.right - mLastComputedGridSize.right; in getSnapToFocusedTaskScrollDiff()
1678 mTaskGridVerticalDiff = mLastComputedGridTaskSize.top - mLastComputedTaskSize.top; in updateSizeAndPadding()
1724 mLastComputedTaskSize.set(outRect); in getTaskSize()
1737 return mLastComputedTaskSize; in getLastComputedTaskSize()
2410 taskView.setGridTranslationY((mLastComputedTaskSize.height() + taskTopMargin in updateGridProperties()
2565 mIsRtl ? mLastComputedTaskSize.left - mLastComputedGridSize.left in updateGridProperties()
2566 : mLastComputedTaskSize.right - mLastComputedGridSize.right); in updateGridProperties()