OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIP_LAYOUT_BOTTOM_LEFT
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
58
PIP_LAYOUT_BOTTOM_LEFT
, PIP_LAYOUT_SIDE_BY_SIDE })
63
public static final int
PIP_LAYOUT_BOTTOM_LEFT
= PIP_LAYOUT_TOP_LEFT + 1;
64
public static final int PIP_LAYOUT_SIDE_BY_SIDE =
PIP_LAYOUT_BOTTOM_LEFT
+ 1;
102
* {@link #
PIP_LAYOUT_BOTTOM_LEFT
}, {@link #PIP_LAYOUT_BOTTOM_RIGHT} and
117
* {@link #PIP_LAYOUT_TOP_RIGHT}, {@link #
PIP_LAYOUT_BOTTOM_LEFT
},
/packages/apps/TV/src/com/android/tv/
TvOptionsManager.java
103
} else if (mPipLayout == TvSettings.
PIP_LAYOUT_BOTTOM_LEFT
) {
/packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java
313
* {@link TvSettings#PIP_LAYOUT_TOP_LEFT}, {@link TvSettings#
PIP_LAYOUT_BOTTOM_LEFT
} and
323
* {@link TvSettings#PIP_LAYOUT_TOP_LEFT}, {@link TvSettings#
PIP_LAYOUT_BOTTOM_LEFT
} and
616
case TvSettings.
PIP_LAYOUT_BOTTOM_LEFT
:
[
all
...]
Completed in 43 milliseconds