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

Commit b117f911 authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Merge cherrypicks of [14105005] into sc-release

Change-Id: I361c28e129a524c3b923c11142a5297750709c87
parents d12ac0e2 861df809
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -301,11 +301,13 @@ public class VolumeDialogImpl implements VolumeDialog,
        // the volume dialog container itself, so this is fine.
        for (int i = 0; i < mDialogView.getChildCount(); i++) {
            final View view = mDialogView.getChildAt(i);
            final int[] locInWindow = new int[2];
            view.getLocationInWindow(locInWindow);
            mTouchableRegion.op(
                    view.getLeft(),
                    view.getTop(),
                    view.getRight(),
                    view.getBottom(),
                    locInWindow[0],
                    locInWindow[1],
                    locInWindow[0] + view.getWidth(),
                    locInWindow[1] + view.getHeight(),
                    Region.Op.UNION);
        }