Home | History | Annotate | Download | only in launcher2

Lines Matching defs:rectToCell

2990     public int[] rectToCell(int width, int height, int[] result) {
2991 return rectToCell(getResources(), width, height, result);
2994 public static int[] rectToCell(Resources resources, int width, int height, int[] result) {
3038 int[] spans = rectToCell(minWidth, minHeight, null);