Merge "Add starting quickstep rotation to edge gesture handler dump" into rvc-dev am: 356d68054d am: 0d532e7cc2
Change-Id: I1e2a6bce1f3dc1f0612dc869a52648f7171ab16a
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