Lines Matching refs:targetCell
484 int[] targetCell = new int[2]; in onDraw() local
493 targetCell[0] = x; in onDraw()
494 targetCell[1] = y; in onDraw()
508 getReorderRadius(targetCell, 1, 1), debugPaint); in onDraw()
514 getFolderCreationRadius(targetCell), debugPaint); in onDraw()
920 public float getFolderCreationRadius(int[] targetCell) { in getFolderCreationRadius() argument
924 return (getReorderRadius(targetCell, 1, 1) + iconVisibleRadius) / 2; in getFolderCreationRadius()
930 public float getReorderRadius(int[] targetCell, int spanX, int spanY) { in getReorderRadius() argument
932 getWorkspaceCellVisualCenter(targetCell[0], targetCell[1], centerPoint); in getReorderRadius()
935 cellToRect(targetCell[0], targetCell[1], spanX, spanY, cellBoundsWithSpacing); in getReorderRadius()
938 if (canCreateFolder(getChildAt(targetCell[0], targetCell[1])) && spanX == 1 && spanY == 1) { in getReorderRadius()