xref: /aosp_15_r20/tools/metalava/integration/api_lint.ignore (revision 115816f9299ab6ddd6b9673b81f34e707f6bacab)
1// 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.LazyListLayoutInfo#reverseLayout:
11    Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.
12GetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollBackward():
13    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
14GetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollForward():
15    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
16GetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridLayoutInfo#reverseLayout:
17    Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.
18GetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#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.grid.LazyGridState#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.lazy.staggeredgrid.LazyStaggeredGridState#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.lazy.staggeredgrid.LazyStaggeredGridState#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.pager.PagerState#getCanScrollBackward():
27    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
28GetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollForward():
29    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
30GetterSetterNames: androidx.compose.foundation.text.KeyboardOptions#autoCorrect:
31    Invalid name for boolean property `autoCorrect`. Should start with one of `has`, `can`, `should`, `is`.
32