Merge "Add starting quickstep rotation to edge gesture handler dump" into rvc-dev am: 356d68054d
Change-Id: I60c711e9062cd6e09b604611dd69cf08a4d05524
This commit is contained in:
@@ -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