blob: 6051f9de23e0b2f60c76f66ce6264744db0a8574 [file] [log] [blame]
// Baseline format: 1.0
GetterSetterNames: androidx.wear.compose.material.PickerState#getCanScrollBackward():
Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
GetterSetterNames: androidx.wear.compose.material.PickerState#getCanScrollForward():
Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
GetterSetterNames: androidx.wear.compose.material.ScalingLazyListState#getCanScrollBackward():
Getter for boolean property `canScrollBackward` is named `getCanScrollBackward` but should match the property name. Use `@get:JvmName` to rename.
GetterSetterNames: androidx.wear.compose.material.ScalingLazyListState#getCanScrollForward():
Getter for boolean property `canScrollForward` is named `getCanScrollForward` but should match the property name. Use `@get:JvmName` to rename.
GetterSetterNames: field PickerState.repeatItems:
Invalid name for boolean property `repeatItems`. Should start with one of `has`, `can`, `should`, `is`.
GetterSetterNames: field ScalingLazyListLayoutInfo.reverseLayout:
Invalid name for boolean property `reverseLayout`. Should start with one of `has`, `can`, `should`, `is`.