Lines Matching refs:componentinfo
40 ErrCode FocusSceneDelegate::GetCurrentComponentInfo(std::shared_ptr<ComponentTree> componentinfo, in GetCurrentComponentInfo() argument
44 if (componentinfo == nullptr) { in GetCurrentComponentInfo()
47 auto componentinfos = componentinfo->GetChildren(); in GetCurrentComponentInfo()
71 std::static_pointer_cast<ComponentTree>(componentinfo)->IsVisible() && in GetCurrentComponentInfo()
72 IsComponentInScreen(std::static_pointer_cast<ComponentTree>(componentinfo))) { in GetCurrentComponentInfo()
73 componentlist.emplace(componentlist.end() - GRID_COUNT, componentinfo); in GetCurrentComponentInfo()
74 componentType_.push_back(std::static_pointer_cast<ComponentTree>(componentinfo)->GetType()); in GetCurrentComponentInfo()
196 ErrCode FocusSceneDelegate::SetAvailableComponentList(std::shared_ptr<ComponentTree> componentinfo,… in SetAvailableComponentList() argument
205 GetCurrentComponentInfo(componentinfo, componentlist); in SetAvailableComponentList()
316 bool FocusSceneDelegate::IsComponentInScreen(const std::shared_ptr<ComponentTree> componentinfo) in IsComponentInScreen() argument
325 auto rect = componentinfo->GetPosition(); in IsComponentInScreen()