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

Commit 0c80e057 authored by Romain Guy's avatar Romain Guy Committed by The Android Open Source Project
Browse files

am 27a2b50d: Add a hidden API to modify the paint used to draw gestures.

Merge commit '27a2b50d'

* commit '27a2b50d':
  Add a hidden API to modify the paint used to draw gestures.
parents 4bd6d869 27a2b50d
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -352,6 +352,13 @@ public class GestureOverlayView extends FrameLayout {
        invalidate();
    }

    /**
     * @hide
     */
    public Paint getGesturePaint() {
        return mGesturePaint;
    }

    @Override
    public void draw(Canvas canvas) {
        super.draw(canvas);