Loading src/com/android/launcher3/DeviceProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,11 @@ public class DeviceProfile { isTaskbarPresent = (isTablet || (enableTinyTaskbar() && isGestureMode)) && WindowManagerProxy.INSTANCE.get(context).isTaskbarDrawnInProcess(); inv.iconSize[INDEX_DEFAULT] *= 1.3; inv.iconSize[INDEX_LANDSCAPE] *= 1.3; inv.iconSize[INDEX_TWO_PANEL_PORTRAIT] *= 1.3; inv.iconSize[INDEX_TWO_PANEL_LANDSCAPE] *= 1.3; // Some more constants. context = getContext(context, info, inv.isFixedLandscape || isVerticalBarLayout() Loading Loading
src/com/android/launcher3/DeviceProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -434,6 +434,11 @@ public class DeviceProfile { isTaskbarPresent = (isTablet || (enableTinyTaskbar() && isGestureMode)) && WindowManagerProxy.INSTANCE.get(context).isTaskbarDrawnInProcess(); inv.iconSize[INDEX_DEFAULT] *= 1.3; inv.iconSize[INDEX_LANDSCAPE] *= 1.3; inv.iconSize[INDEX_TWO_PANEL_PORTRAIT] *= 1.3; inv.iconSize[INDEX_TWO_PANEL_LANDSCAPE] *= 1.3; // Some more constants. context = getContext(context, info, inv.isFixedLandscape || isVerticalBarLayout() Loading