Searched refs:PIP_SIZE_BIG (Results 1 – 3 of 3) sorted by relevance
69 @IntDef({ PIP_SIZE_SMALL, PIP_SIZE_BIG })72 public static final int PIP_SIZE_BIG = PIP_SIZE_SMALL + 1; field in TvSettings73 public static final int PIP_SIZE_LAST = PIP_SIZE_BIG;
110 if (mPipSize == TvSettings.PIP_SIZE_BIG) { in getOptionString()
586 } else if (mPipSize == TvSettings.PIP_SIZE_BIG) { in updatePipView()