package com.seewo.vtv.interfaces;

/* JADX INFO: loaded from: classes.dex */
public interface IPIPWindowsHelper {
    boolean setPIPValue(int i, int i2, int i3, int i4);

    boolean setScreenFull();

    boolean setScreenMute(boolean z);
}
