Skip to content

Commit f2a4598

Browse files
update HandlePlacement naming
1 parent 60d5384 commit f2a4598

File tree

1 file changed

+2
-2
lines changed
  • image/src/main/java/com/smarttoolfactory/image/transform

1 file changed

+2
-2
lines changed

image/src/main/java/com/smarttoolfactory/image/transform/TouchRegion.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ enum class TouchRegion {
1717
* * [HandlePlacement.Corner] places handles
1818
* top left, top right, bottom left, and bottom right corners
1919
* * [HandlePlacement.Side] places handles center of left, right, top and bottom sides
20-
* * [HandlePlacement.All] places handles both corners and centers of each sides
20+
* * [HandlePlacement.Both] places handles both corners and centers of each sides
2121
*/
2222
enum class HandlePlacement {
23-
Corner, Side, All
23+
Corner, Side, Both
2424
}

0 commit comments

Comments
 (0)