Prevent focusedKey from scrolling into view on click/press (#2725)
* preventing space from scrolling the CardView when triggered on disabled Cards
* preventing focused key scrolling on pointer modality
* adding tests
* fix lint
* mocking Virtualizer to check that scrollToItem is happening correctly