xref: /aosp_15_r20/tools/metalava/integration/api_lint.ignore (revision 115816f9299ab6ddd6b9673b81f34e707f6bacab)
1*115816f9SAndroid Build Coastguard Worker// Baseline format: 1.0
2*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.ScrollState#getCanScrollBackward():
3*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
4*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.ScrollState#getCanScrollForward():
5*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
6*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.gestures.ScrollableState#getCanScrollBackward():
7*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
8*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.gestures.ScrollableState#getCanScrollForward():
9*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
10*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.LazyListLayoutInfo#reverseLayout:
11*115816f9SAndroid Build Coastguard Worker    Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.
12*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollBackward():
13*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
14*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.LazyListState#getCanScrollForward():
15*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
16*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridLayoutInfo#reverseLayout:
17*115816f9SAndroid Build Coastguard Worker    Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.
18*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#getCanScrollBackward():
19*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
20*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.grid.LazyGridState#getCanScrollForward():
21*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
22*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState#getCanScrollBackward():
23*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
24*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.lazy.staggeredgrid.LazyStaggeredGridState#getCanScrollForward():
25*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
26*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollBackward():
27*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
28*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.pager.PagerState#getCanScrollForward():
29*115816f9SAndroid Build Coastguard Worker    Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
30*115816f9SAndroid Build Coastguard WorkerGetterSetterNames: androidx.compose.foundation.text.KeyboardOptions#autoCorrect:
31*115816f9SAndroid Build Coastguard Worker    Invalid name for boolean property `autoCorrect`. Should start with one of `has`, `can`, `should`, `is`.
32