Searched refs:PipLayout (Results 1 – 2 of 2) sorted by relevance
25 import com.android.tv.util.TvSettings.PipLayout;60 @PipLayout private int mPipLayout;157 public void onPipLayoutChanged(@PipLayout int pipLayout) { in onPipLayoutChanged()
59 public @interface PipLayout {} annotation in TvSettings107 @PipLayout120 public static void setPipLayout(Context context, @PipLayout int pipLayout) { in setPipLayout()