blob: 0e31469a3f001102e5d4ad4d80b479abd1cb921e [file] [log] [blame]
Aurimas Liutikas9c9e0292023-06-28 14:52:06 -07001// Baseline format: 1.0
2GetterSetterNames: androidx.compose.foundation.ScrollState#getCanScrollBackward():
3 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
4GetterSetterNames: androidx.compose.foundation.ScrollState#getCanScrollForward():
5 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
6GetterSetterNames: androidx.compose.foundation.gestures.ScrollableState#getCanScrollBackward():
7 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
8GetterSetterNames: androidx.compose.foundation.gestures.ScrollableState#getCanScrollForward():
9 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
10GetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollBackward():
11 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
12GetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollForward():
13 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
14GetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#getCanScrollBackward():
15 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
16GetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#getCanScrollForward():
17 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
18GetterSetterNames: androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState#getCanScrollBackward():
19 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
20GetterSetterNames: androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState#getCanScrollForward():
21 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
22GetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollBackward():
23 Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
24GetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollForward():
25 Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
26GetterSetterNames: androidx.compose.foundation.text2.input.TextFieldBufferWithSelection#getHasSelection():
27 Getter for boolean property `hasSelection` is named `getHasSelection` but should match the property name. Use `@get:JvmName` to rename.
28GetterSetterNames: field KeyboardOptions.autoCorrect:
29 Invalid name for boolean property `autoCorrect`. Should start with one of `has`, `can`, `should`, `is`.
30GetterSetterNames: field LazyGridLayoutInfo.reverseLayout:
31 Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.
32GetterSetterNames: field LazyListLayoutInfo.reverseLayout:
33 Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.