Searched refs:oldLayout (Results 1 – 1 of 1) sorted by relevance
125 int oldLayout = mTvViewUiManager.getPipLayout(); in executeAction() local126 int newLayout = (oldLayout + 1) % (TvSettings.PIP_LAYOUT_LAST + 1); in executeAction()