Home
last modified time | relevance | path

Searched refs:newLayout (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DPipOptionsRowAdapter.java126 int newLayout = (oldLayout + 1) % (TvSettings.PIP_LAYOUT_LAST + 1); in executeAction() local
127 mTvViewUiManager.setPipLayout(newLayout, true); in executeAction()
128 MenuAction.PIP_LAYOUT_ACTION.setDrawableResId(DRAWABLE_ID_FOR_LAYOUT[newLayout]); in executeAction()