Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f348b9f3 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Increase granularity of gesture dispatch to 60fps"

parents d0f257eb a8c7d840
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -960,7 +960,7 @@ public abstract class AccessibilityService extends Service {
            return false;
        }
        List<GestureDescription.GestureStep> steps =
                MotionEventGenerator.getGestureStepsFromGestureDescription(gesture, 100);
                MotionEventGenerator.getGestureStepsFromGestureDescription(gesture, 16);
        try {
            synchronized (mLock) {
                mGestureStatusCallbackSequence++;