Searched refs:getPipLayout (Results 1 – 3 of 3) sorted by relevance
98 DRAWABLE_ID_FOR_LAYOUT[mTvViewUiManager.getPipLayout()]); in updateLayoutAction()103 boolean newEnabled = mTvViewUiManager.getPipLayout() != TvSettings.PIP_LAYOUT_SIDE_BY_SIDE; in updateSizeAction()125 int oldLayout = mTvViewUiManager.getPipLayout(); in executeAction()
187 if (mPipStarted && getPipLayout() == TvSettings.PIP_LAYOUT_SIDE_BY_SIDE) { in startShrunkenTvView()316 public int getPipLayout() { in getPipLayout() method in TvViewUiManager349 setPipLayout(TvSettings.getPipLayout(mContext), false); in restorePipLayout()
108 public static int getPipLayout(Context context) { in getPipLayout() method in TvSettings