OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIP_LAYOUT_LAST
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
PipOptionsRowAdapter.java
126
int newLayout = (oldLayout + 1) % (TvSettings.
PIP_LAYOUT_LAST
+ 1);
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
65
public static final int
PIP_LAYOUT_LAST
= PIP_LAYOUT_SIDE_BY_SIDE;
Completed in 40 milliseconds