Lines Matching refs:view
91 auto &view = *upView;
92 if (view->GetViewId() == nullptr) {
96 if (view->IsFocusable() && viewInfo.commonInfo.y < minY) {
98 focusedView_ = view.operator->();
101 root_->Add(view.operator->());
102 // empty id is allowed. id is needed only when get specific view by id.
103 if (std::string(view->GetViewId()).empty()) {
104 return true; // skip this view. build com success, but not save in map
107 if (!comsMap_.emplace(view->GetViewId(), coms_.back().get()).second) {
108 LOG(ERROR) << "view id duplicated:" << view->GetViewId();