Merge "Add starting quickstep rotation to edge gesture handler dump" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
356d68054d
@@ -624,6 +624,7 @@ public class EdgeBackGestureHandler extends CurrentUserTracker implements Displa
|
||||
pw.println(" mIsBackGestureAllowed=" + mIsBackGestureAllowed);
|
||||
pw.println(" mAllowGesture=" + mAllowGesture);
|
||||
pw.println(" mDisabledForQuickstep=" + mDisabledForQuickstep);
|
||||
pw.println(" mStartingQuickstepRotation=" + mStartingQuickstepRotation);
|
||||
pw.println(" mInRejectedExclusion" + mInRejectedExclusion);
|
||||
pw.println(" mExcludeRegion=" + mExcludeRegion);
|
||||
pw.println(" mUnrestrictedExcludeRegion=" + mUnrestrictedExcludeRegion);
|
||||
|
||||
Reference in New Issue
Block a user