OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PipLayout
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/
TvOptionsManager.java
25
import com.android.tv.util.TvSettings.
PipLayout
;
60
@
PipLayout
private int mPipLayout;
157
public void onPipLayoutChanged(@
PipLayout
int
pipLayout
) {
158
mPipLayout =
pipLayout
;
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
59
public @interface
PipLayout
{}
107
@
PipLayout
116
* @param
pipLayout
This value should be one of {@link #PIP_LAYOUT_TOP_LEFT},
120
public static void setPipLayout(Context context, @
PipLayout
int
pipLayout
) {
122
PREF_PIP_LAYOUT,
pipLayout
).apply();
Completed in 61 milliseconds