Loading src/com/android/launcher3/touch/SingleAxisSwipeDetector.java +5 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading Loading
src/com/android/launcher3/touch/SingleAxisSwipeDetector.java +5 −0 Original line number Diff line number Diff line Loading @@ -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) { Loading