OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIP_LAYOUT_SIDE_BY_SIDE
(Results
1 - 4
of
4
) sorted by null
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
58
PIP_LAYOUT_BOTTOM_LEFT,
PIP_LAYOUT_SIDE_BY_SIDE
})
64
public static final int
PIP_LAYOUT_SIDE_BY_SIDE
= PIP_LAYOUT_BOTTOM_LEFT + 1;
65
public static final int PIP_LAYOUT_LAST =
PIP_LAYOUT_SIDE_BY_SIDE
;
103
* {@link #
PIP_LAYOUT_SIDE_BY_SIDE
}. If the preference value does not exist,
118
* {@link #PIP_LAYOUT_BOTTOM_RIGHT} and {@link #
PIP_LAYOUT_SIDE_BY_SIDE
}.
/packages/apps/TV/src/com/android/tv/
TvOptionsManager.java
105
} else if (mPipLayout == TvSettings.
PIP_LAYOUT_SIDE_BY_SIDE
) {
/packages/apps/TV/src/com/android/tv/menu/
PipOptionsRowAdapter.java
103
boolean newEnabled = mTvViewUiManager.getPipLayout() != TvSettings.
PIP_LAYOUT_SIDE_BY_SIDE
;
/packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java
187
if (mPipStarted && getPipLayout() == TvSettings.
PIP_LAYOUT_SIDE_BY_SIDE
) {
314
* {@link TvSettings#
PIP_LAYOUT_SIDE_BY_SIDE
}.
324
* {@link TvSettings#
PIP_LAYOUT_SIDE_BY_SIDE
}.
335
if (mPipLayout == TvSettings.
PIP_LAYOUT_SIDE_BY_SIDE
) {
381
if (mPipLayout != TvSettings.
PIP_LAYOUT_SIDE_BY_SIDE
) {
553
if (mPipLayout == TvSettings.
PIP_LAYOUT_SIDE_BY_SIDE
) {
[
all
...]
Completed in 78 milliseconds