commit | 2c02d345b36b503dbe967d9c042871ccd177d819 | [log] [tgz] |
---|---|---|
author | omarmt <omarmt@google.com> | Mon Oct 16 21:24:52 2023 +0000 |
committer | omarmt <omarmt@google.com> | Fri Oct 20 10:07:51 2023 +0000 |
tree | e0573bdf290ed4cce42707404212e96464828675 | |
parent | fb0b1e0f48dc7fdc4c62b685d848b1f67763d544 [diff] |
Introduction of the GestureHandler interface The GestureHandler interface allows us to simulate gesture events (scroll and drag) generated by Compose. This is useful for testing the behavior of our components, as we can verify that they are responding to gestures as expected. Test: atest SceneGestureHandlerTest Bug: 291025415 Change-Id: If8afda7f7ea02703cc6829c1a967a616dfa09859