Merge "Make SPAN_MULTIPLIER public Bug: 169294860" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot
2020-09-25 03:59:56 +00:00
committed by Android (Google) Code Review

View File

@@ -334,7 +334,7 @@ public class AllAppsGridAdapter extends
}
// multiplier to support adapter item column count that is not mAppsPerRow.
private static final int SPAN_MULTIPLIER = 3;
public static final int SPAN_MULTIPLIER = 3;
private final BaseDraggingActivity mLauncher;
private final LayoutInflater mLayoutInflater;