Make SPAN_MULTIPLIER public

Bug: 169294860

Change-Id: I6c32689c390de38f230cff4062889dd560afe6c3
This commit is contained in:
Hyunyoung Song
2020-09-24 20:23:06 -07:00
parent 006d2a3d6d
commit ec7b1ee73b

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;