Loading src/com/android/launcher3/ItemInfo.java +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ public class ItemInfo { LauncherAtom.ItemInfo.Builder itemBuilder = LauncherAtom.ItemInfo.newBuilder(); itemBuilder.setIsWork(user != Process.myUserHandle()); ComponentName cn = getTargetComponent(); if (cn == null) return itemBuilder.build(); switch (itemType) { case ITEM_TYPE_APPLICATION: itemBuilder.setApplication(LauncherAtom.Application.newBuilder() 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/ItemInfo.java +1 −0 Original line number Diff line number Diff line Loading @@ -248,6 +248,7 @@ public class ItemInfo { LauncherAtom.ItemInfo.Builder itemBuilder = LauncherAtom.ItemInfo.newBuilder(); itemBuilder.setIsWork(user != Process.myUserHandle()); ComponentName cn = getTargetComponent(); if (cn == null) return itemBuilder.build(); switch (itemType) { case ITEM_TYPE_APPLICATION: itemBuilder.setApplication(LauncherAtom.Application.newBuilder() 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