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

Commit 741c3d7b authored by Tracy Zhou's avatar Tracy Zhou Committed by Automerger Merge Worker
Browse files

Add haptic feedback to rotation button am: eab69869

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16465449

Change-Id: Ic386ca454ddbeb2c53146c923aca10a20f8ce4db
parents 0849f38e eab69869
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ import android.os.Looper;
import android.os.RemoteException;
import android.provider.Settings;
import android.util.Log;
import android.view.HapticFeedbackConstants;
import android.view.IRotationWatcher;
import android.view.MotionEvent;
import android.view.Surface;
@@ -453,6 +454,7 @@ public class RotationButtonController {
        mUiEventLogger.log(RotationButtonEvent.ROTATION_SUGGESTION_ACCEPTED);
        incrementNumAcceptedRotationSuggestionsIfNeeded();
        setRotationLockedAtAngle(mLastRotationSuggestion);
        v.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY);
    }

    private boolean onRotateSuggestionHover(View v, MotionEvent event) {