Searched refs:windowLayout (Results 1 – 1 of 1) sorted by relevance
173 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[windowId]; in setCurrentWindowLayout() local174 if (windowLayout == null) { in setCurrentWindowLayout()180 mCurrentWindowLayout = windowLayout; in setCurrentWindowLayout()189 CaptionWindowLayout windowLayout = mCaptionWindowLayouts[i]; in getWindowsFromBitmap() local190 if (windowLayout != null) { in getWindowsFromBitmap()191 windows.add(windowLayout); in getWindowsFromBitmap()202 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in clearWindows()203 windowLayout.clear(); in clearWindows()211 for (CaptionWindowLayout windowLayout : getWindowsFromBitmap(windowBitmap)) { in displayWindows()212 windowLayout.show(); in displayWindows()[all …]