Searched refs:PIP_SIZE_SMALL (Results 1 – 3 of 3) sorted by relevance
69 @IntDef({ PIP_SIZE_SMALL, PIP_SIZE_BIG })71 public static final int PIP_SIZE_SMALL = 0; field in TvSettings72 public static final int PIP_SIZE_BIG = PIP_SIZE_SMALL + 1;136 PREF_PIP_SIZE, PIP_SIZE_SMALL); in getPipSize()
112 } else if (mPipSize == TvSettings.PIP_SIZE_SMALL) { in getOptionString()
581 if (mPipSize == TvSettings.PIP_SIZE_SMALL) { in updatePipView()