Searched refs:rectToCell (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInstallWidgetReceiver.java152 mTargetLayout.rectToCell(widgetInfo.minWidth, widgetInfo.minHeight, widgetSpan);
H A DCellLayout.java1464 public int[] rectToCell(int width, int height, int[] result) { method in class:CellLayout
1465 return rectToCell(getResources(), width, height, result);
1468 public static int[] rectToCell(Resources resources, int width, int height, int[] result) { method in class:CellLayout
1512 int[] spans = rectToCell(minWidth, minHeight, null);
H A DLauncher.java930 return CellLayout.rectToCell(getResources(), requiredWidth, requiredHeight, null);

Completed in 75 milliseconds