Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DRecentsView.java474 protected int mTaskWidth; field in RecentsView
2142 mTaskWidth = mLastComputedTaskSize.width(); in updateSizeAndPadding()
3214 + (mTaskWidth - snappedTaskView.getLayoutParams().width) in updateGridProperties()
3793 float scale = mTaskWidth / (float) mLastComputedGridTaskSize.width(); in createTaskDismissAnimation()
5650 int clearAllWidthDiff = getPagedOrientationHandler().getPrimaryValue(mTaskWidth, in getPageScrolls()