Home
last modified time | relevance | path

Searched refs:PipLayout (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DTvOptionsManager.java25 import com.android.tv.util.TvSettings.PipLayout;
60 @PipLayout private int mPipLayout;
157 public void onPipLayoutChanged(@PipLayout int pipLayout) { in onPipLayoutChanged()
/packages/apps/TV/src/com/android/tv/util/
DTvSettings.java59 public @interface PipLayout {} annotation in TvSettings
107 @PipLayout
120 public static void setPipLayout(Context context, @PipLayout int pipLayout) { in setPipLayout()