Home | History | Annotate | Download | only in launcher3

Lines Matching refs:rectToCell

2692     public static int[] rectToCell(Launcher launcher, int width, int height, int[] result) {
2693 return rectToCell(launcher.getDeviceProfile(), launcher, width, height, result);
2696 public static int[] rectToCell(DeviceProfile grid, Context context, int width, int height,
2738 int[] spans = rectToCell(mLauncher, minWidth, minHeight, null);