Searched refs:PIP_SIZE_BIG (Results 1 – 3 of 3) sorted by relevance
65 @IntDef({ PIP_SIZE_SMALL, PIP_SIZE_BIG })68 public static final int PIP_SIZE_BIG = PIP_SIZE_SMALL + 1; field in TvSettings69 public static final int PIP_SIZE_LAST = PIP_SIZE_BIG;
111 if (mPipSize == TvSettings.PIP_SIZE_BIG) { in getOptionString()
597 } else if (mPipSize == TvSettings.PIP_SIZE_BIG) { in updatePipView()