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

Commit e4791b10 authored by Automerger Merge Worker's avatar Automerger Merge Worker Committed by Android (Google) Code Review
Browse files

Merge "Merge "Add PipControlsView constructors" into rvc-dev am: 0f829652" into rvc-dev-plus-aosp

parents 89ebb713 58d353e4
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -30,6 +30,14 @@ import com.android.systemui.R;
 */
public class PipControlsView extends LinearLayout {

    public PipControlsView(Context context, AttributeSet attrs) {
        this(context, attrs, 0);
    }

    public PipControlsView(Context context, AttributeSet attrs, int defStyleAttr) {
        this(context, attrs, defStyleAttr, 0);
    }

    public PipControlsView(Context context, AttributeSet attrs, int defStyleAttr, int defStyleRes) {
        super(context, attrs, defStyleAttr, defStyleRes);
        LayoutInflater layoutInflater = (LayoutInflater) getContext().getSystemService(