commit | 7ac39b0701d0ac33450ec9fe3b99e3d4d4d51842 | [log] [tgz] |
---|---|---|
author | Schneider Victor-tulias <victortulias@google.com> | Wed Dec 20 16:13:55 2023 -0500 |
committer | Schneider Victor-tulias <victortulias@google.com> | Wed Dec 20 16:13:55 2023 -0500 |
tree | 533643cc60c964ee6e3b1a02549c9c4e22dbefc1 | |
parent | 83d42f71ca2283c8a2bd1d2ef33ef717992155db [diff] |
Use ACTION_SCROLL to scroll TAPL workspace objects A slow UI thread can cause the first ACTION_DOWN motion event to be handled as a long click before the pointer can be moved for a swipe. Directly using ACTION_SCROLL instead of the usualy ACTION_DOWN/MOVE/UP flow that is sensitive to lag. Flag: N/A Bug: 315379864 Test: TaplWorkspaceTest, TaplTwoPanelWorkspaceTest Change-Id: Ib7fa8c88c953a55b8923ce6a104b5c205c129173