Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DTaskMenuView.java134 int taskTopMargin = mActivity.getDeviceProfile().overviewTaskThumbnailTopMarginPx;
136 float adjustedY = y + taskTopMargin - additionalInset.y;
144 setPivotY(-taskTopMargin);
DRecentsView.java1969 int taskTopMargin = mActivity.getDeviceProfile().overviewTaskThumbnailTopMarginPx; in updateGridProperties() local
1979 final float heightOffset = (boxLength + taskTopMargin) + mRowSpacing; in updateGridProperties()
2020 taskView.setGridTranslationY((mLastComputedTaskSize.height() + taskTopMargin in updateGridProperties()