You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/designsystem/src/main/java/com/google/samples/apps/nowinandroid/core/designsystem/component/scrollbar/Scrollbar.kt
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -101,10 +101,11 @@ private value class ScrollbarTrack(
101
101
102
102
/**
103
103
* Creates a [ScrollbarState] with the listed properties
104
-
* @param thumbSizePercent the thumb size of the scrollbar as a percentage of the total track size
104
+
* @param thumbSizePercent the thumb size of the scrollbar as a percentage of the total track size.
105
+
* Refers to either the thumb width (for horizontal scrollbars)
106
+
* or height (for vertical scrollbars).
105
107
* @param thumbDisplacementPercent the distance the thumb has traveled as a percentage of total
106
-
* track size. Refers to either the thumb width (for horizontal scrollbars)
0 commit comments