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

/packages/apps/Launcher2/src/com/android/launcher2/
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);

Completed in 72 milliseconds