OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PIP_SIZE_LAST
(Results
1 - 2
of
2
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
PipOptionsRowAdapter.java
132
int newSize = (oldSize + 1) % (TvSettings.
PIP_SIZE_LAST
+ 1);
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
73
public static final int
PIP_SIZE_LAST
= PIP_SIZE_BIG;
Completed in 94 milliseconds