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

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

Merge "Even more logging for pause non-detection" into ub-launcher3-rvc-dev

parents 3d668090 d5cb9a7a
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -105,6 +105,11 @@ public class SingleAxisSwipeDetector extends BaseSwipeDetector {
        super(config, isRtl);
        mListener = l;
        mDir = dir;
        if (TestProtocol.sDebugTracing) {
            Log.d(TestProtocol.PAUSE_NOT_DETECTED, "SingleAxisSwipeDetector.ctor "
                    + l.getClass().getSimpleName()
                    + " @ " + android.util.Log.getStackTraceString(new Throwable()));
        }
    }

    public void setDetectableScrollConditions(int scrollDirectionFlags, boolean ignoreSlop) {