Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java487 protected final Rect mLastComputedGridSize = new Rect(); field in RecentsView
2149 mSizeStrategy.calculateGridSize(dp, mContainer, mLastComputedGridSize); in updateSizeAndPadding()
3178 if (longRowWidth < mLastComputedGridSize.width()) { in updateGridProperties()
3239 mIsRtl ? mLastComputedTaskSize.left - mLastComputedGridSize.left in updateGridProperties()
3240 : mLastComputedTaskSize.right - mLastComputedGridSize.right); in updateGridProperties()
3577 if (longRowWidth < mLastComputedGridSize.width()) { in createTaskDismissAnimation()
5828 ? mLastComputedGridSize.left + mPageSpacing + mClearAllShortTotalWidthTranslation in getLastTaskEnd()
5829 : mLastComputedGridSize.right - mPageSpacing - mClearAllShortTotalWidthTranslation; in getLastTaskEnd()