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.java361 protected final Rect mLastComputedGridSize = new Rect(); field in RecentsView
1341 mLastComputedGridSize); in updateSizeAndPadding()
1355 dp.heightPx - mInsets.bottom - mLastComputedGridSize.bottom; in updateSizeAndPadding()
2127 if (longRowWidth < mLastComputedGridSize.width()) { in updateGridProperties()
2128 float shortTotalCompensation = mLastComputedGridSize.width() - longRowWidth; in updateGridProperties()
2131 longRowWidth = mLastComputedGridSize.width(); in updateGridProperties()
2148 mLastComputedGridSize.width() - snappedTaskView.getLayoutParams().width; in updateGridProperties()
2158 mIsRtl ? mLastComputedTaskSize.left - mLastComputedGridSize.left in updateGridProperties()
2159 : mLastComputedTaskSize.right - mLastComputedGridSize.right); in updateGridProperties()