Merge "Fixing spacing between folder icon and folder itself" into udc-dev am: b9a88db27c
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/23269297 Change-Id: Ib6d528ca7943a17040e162b7c26ee315f92dee70 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -101,7 +101,8 @@ public class TaskbarDragLayerController implements TaskbarControllers.LoggableTa
|
|||||||
*/
|
*/
|
||||||
public Rect getFolderBoundingBox() {
|
public Rect getFolderBoundingBox() {
|
||||||
Rect boundingBox = new Rect(0, 0, mTaskbarDragLayer.getWidth(),
|
Rect boundingBox = new Rect(0, 0, mTaskbarDragLayer.getWidth(),
|
||||||
mTaskbarDragLayer.getHeight() - mActivity.getDeviceProfile().taskbarHeight);
|
mTaskbarDragLayer.getHeight() - mActivity.getDeviceProfile().taskbarHeight
|
||||||
|
- mActivity.getDeviceProfile().taskbarBottomMargin);
|
||||||
boundingBox.inset(mFolderMargin, mFolderMargin);
|
boundingBox.inset(mFolderMargin, mFolderMargin);
|
||||||
return boundingBox;
|
return boundingBox;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user