OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIP_SIZE_SMALL
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
69
@IntDef({
PIP_SIZE_SMALL
, PIP_SIZE_BIG })
71
public static final int
PIP_SIZE_SMALL
= 0;
72
public static final int PIP_SIZE_BIG =
PIP_SIZE_SMALL
+ 1;
129
* {@link #
PIP_SIZE_SMALL
} and {@link #PIP_SIZE_BIG}. If the preference value does not
130
* exist, {@link #
PIP_SIZE_SMALL
} is returned.
136
PREF_PIP_SIZE,
PIP_SIZE_SMALL
);
142
* @param pipSize This value should be one of {@link #
PIP_SIZE_SMALL
} and {@link #PIP_SIZE_BIG}.
/packages/apps/TV/src/com/android/tv/
TvOptionsManager.java
112
} else if (mPipSize == TvSettings.
PIP_SIZE_SMALL
) {
/packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java
404
* and {@link TvSettings#
PIP_SIZE_SMALL
}.
581
if (mPipSize == TvSettings.
PIP_SIZE_SMALL
) {
[
all
...]
Completed in 507 milliseconds