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