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

Commit f1eaf7f4 authored by Jim Miller's avatar Jim Miller Committed by Android (Google) Code Review
Browse files

Merge "Fix 5045008: replace "ring/silence" target in LockScreen with camera app"

parents 61d7cd46 be8d1cf1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ public class MultiWaveView extends View {
            mAnimatingTargets = false;
        }
    };
    private int mTargetResourceId;

    public MultiWaveView(Context context) {
        this(context, null);
@@ -474,6 +475,7 @@ public class MultiWaveView extends View {
            Drawable drawable = array.getDrawable(i);
            targetDrawables.add(new TargetDrawable(res, drawable));
        }
        mTargetResourceId = resourceId;
        mTargetDrawables = targetDrawables;
        updateTargetPositions();
    }
@@ -492,6 +494,10 @@ public class MultiWaveView extends View {
        }
    }

    public int getTargetResourceId() {
        return mTargetResourceId;
    }

    /**
     * Enable or disable vibrate on touch.
     *
+7.92 KiB
Loading image diff...
+2.35 KiB
Loading image diff...
+137 B (7.6 KiB)
Loading image diff...
+338 B (7.28 KiB)
Loading image diff...
Loading