OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPipLayout
(Results
1 - 3
of
3
) sorted by null
/packages/apps/TV/src/com/android/tv/menu/
PipOptionsRowAdapter.java
98
DRAWABLE_ID_FOR_LAYOUT[mTvViewUiManager.
getPipLayout
()]);
103
boolean newEnabled = mTvViewUiManager.
getPipLayout
() != TvSettings.PIP_LAYOUT_SIDE_BY_SIDE;
125
int oldLayout = mTvViewUiManager.
getPipLayout
();
/packages/apps/TV/src/com/android/tv/util/
TvSettings.java
108
public static int
getPipLayout
(Context context) {
/packages/apps/TV/src/com/android/tv/ui/
TvViewUiManager.java
187
if (mPipStarted &&
getPipLayout
() == TvSettings.PIP_LAYOUT_SIDE_BY_SIDE) {
316
public int
getPipLayout
() {
349
setPipLayout(TvSettings.
getPipLayout
(mContext), false);
[
all
...]
Completed in 43 milliseconds