Merge "Add PipControlsView constructors" into rvc-dev am: 0f82965251 am: 1f7cec85fe am: 9ea9ff737e
Change-Id: Ifc8fb3f944f1656e8517446ecc03c954be7a51a2
This commit is contained in:
committed by
Automerger Merge Worker
commit
dfbe586931
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user