Home
last modified time | relevance | path

Searched refs:mPipSize (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/src/com/android/tv/
DTvOptionsManager.java61 @PipSize private int mPipSize; field in TvOptionsManager
110 if (mPipSize == TvSettings.PIP_SIZE_BIG) { in getOptionString()
112 } else if (mPipSize == TvSettings.PIP_SIZE_SMALL) { in getOptionString()
163 mPipSize = pipSize; in onPipSizeChanged()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java93 private int mPipSize; field in TvViewUiManager
397 return mPipSize; in getPipSize()
409 mPipSize = pipSize; in setPipSize()
581 if (mPipSize == TvSettings.PIP_SIZE_SMALL) { in updatePipView()
586 } else if (mPipSize == TvSettings.PIP_SIZE_BIG) { in updatePipView()
592 throw new IllegalArgumentException("Invalid PIP size: " + mPipSize); in updatePipView()