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.java62 @PipSize private int mPipSize; field in TvOptionsManager
111 if (mPipSize == TvSettings.PIP_SIZE_BIG) { in getOptionString()
113 } else if (mPipSize == TvSettings.PIP_SIZE_SMALL) { in getOptionString()
164 mPipSize = pipSize; in onPipSizeChanged()
/packages/apps/TV/src/com/android/tv/ui/
DTvViewUiManager.java117 private int mPipSize; field in TvViewUiManager
416 return mPipSize; in getPipSize()
428 mPipSize = pipSize; in setPipSize()
592 if (mPipSize == TvSettings.PIP_SIZE_SMALL) { in updatePipView()
597 } else if (mPipSize == TvSettings.PIP_SIZE_BIG) { in updatePipView()
603 throw new IllegalArgumentException("Invalid PIP size: " + mPipSize); in updatePipView()