Loading src/com/android/launcher3/Workspace.java +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator> Rect padding = grid.workspacePadding; setPadding(padding.left, padding.top, padding.right, padding.bottom); mInsets.set(insets); if (mWorkspaceFadeInAdjacentScreens) { // In landscape mode the page spacing is set to the default. Loading Loading
src/com/android/launcher3/Workspace.java +1 −0 Original line number Diff line number Diff line Loading @@ -282,6 +282,7 @@ public class Workspace extends PagedView<WorkspacePageIndicator> Rect padding = grid.workspacePadding; setPadding(padding.left, padding.top, padding.right, padding.bottom); mInsets.set(insets); if (mWorkspaceFadeInAdjacentScreens) { // In landscape mode the page spacing is set to the default. Loading