Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DRecentsView.java393 protected int mTaskWidth; field in RecentsView
1665 mTaskWidth = mTempRect.width(); in updateSizeAndPadding()
2548 mTaskWidth - snappedTaskView.getLayoutParams().width in updateGridProperties()
2549 + (mLastComputedGridSize.width() - mTaskWidth) / 2; in updateGridProperties()
2984 float scale = mTaskWidth / (float) mLastComputedGridTaskSize.width(); in createTaskDismissAnimation()
4531 int clearAllWidthDiff = mOrientationHandler.getPrimaryValue(mTaskWidth, mTaskHeight) in getPageScrolls()