Loading quickstep/src/com/android/quickstep/ActivityControlHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,9 @@ public interface ActivityControlHelper<T extends BaseDraggingActivity> { int hotseatInset = dp.isSeascape() ? targetInsets.left : targetInsets.right; return dp.hotseatBarSizePx + dp.hotseatBarSidePaddingPx + hotseatInset; } else { return dp.heightPx - outRect.rect.bottom; int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; // Track slightly below the top of the shelf (between top and content). return shelfHeight - dp.edgeMarginPx * 2; } } Loading Loading
quickstep/src/com/android/quickstep/ActivityControlHelper.java +3 −1 Original line number Diff line number Diff line Loading @@ -187,7 +187,9 @@ public interface ActivityControlHelper<T extends BaseDraggingActivity> { int hotseatInset = dp.isSeascape() ? targetInsets.left : targetInsets.right; return dp.hotseatBarSizePx + dp.hotseatBarSidePaddingPx + hotseatInset; } else { return dp.heightPx - outRect.rect.bottom; int shelfHeight = dp.hotseatBarSizePx + dp.getInsets().bottom; // Track slightly below the top of the shelf (between top and content). return shelfHeight - dp.edgeMarginPx * 2; } } Loading