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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DCellLayout.java2679 public int[] rectToCell(int width, int height, int[] result) { method in class:CellLayout
2680 return rectToCell(getResources(), width, height, result);
2683 public static int[] rectToCell(Resources resources, int width, int height, int[] result) { method in class:CellLayout
2727 int[] spans = rectToCell(minWidth, minHeight, null);

Completed in 29 milliseconds