Searched refs:mLastComputedTaskSize (Results 1 – 1 of 1) sorted by relevance
404 protected final Rect mLastComputedTaskSize = new Rect(); field in RecentsView1085 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()