Searched refs:shouldScreenCap (Results 1 – 7 of 7) sorted by relevance
35 ErrCode FocusInput(bool shouldScreenCap);42 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap);
43 ErrCode FocusInput(bool shouldScreenCap);
72 virtual ErrCode FocusInput(bool shouldScreenCap) in FocusInput() argument
545 std::uint32_t TreeManager::FindInputComponentIndex(bool shouldScreenCap) in FindInputComponentIndex() argument550 ScreenCapture(shouldScreenCap); in FindInputComponentIndex()557 ScreenCapture(shouldScreenCap); in FindInputComponentIndex()567 void TreeManager::ScreenCapture(bool shouldScreenCap) in ScreenCapture() argument569 if (!shouldScreenCap) { in ScreenCapture()
318 ErrCode ComponentInput::FocusInput(bool shouldScreenCap) in FocusInput() argument334 … uint32_t index = ChooseRightComponentIndex(componentInfos, wComponentInfos, shouldScreenCap); in FocusInput()373 std::vector<std::shared_ptr<ComponentTree>> &wComponentInfos, bool shouldScreenCap) in ChooseRightComponentIndex() argument391 uint32_t randIndex = treemanager->FindInputComponentIndex(shouldScreenCap); in ChooseRightComponentIndex()
87 ErrCode AppswitchInput::FocusInput(bool shouldScreenCap) in FocusInput() argument
103 std::uint32_t FindInputComponentIndex(bool shouldScreenCap);108 void ScreenCapture(bool shouldScreenCap);