Searched refs:PipSize (Results 1 – 2 of 2) sorted by relevance
26 import com.android.tv.util.TvSettings.PipSize;61 @PipSize private int mPipSize;162 public void onPipSizeChanged(@PipSize int pipSize) { in onPipSizeChanged()
70 public @interface PipSize {} annotation in TvSettings133 @PipSize144 public static void setPipSize(Context context, @PipSize int pipSize) { in setPipSize()