Lines Matching refs:GetWindowId
40 lastUpdatedAvoidArea_.erase(windowNode->GetWindowId());
81 uint32_t overlayId = overlayNode->GetWindowId();
115 if (window->GetWindowId() == callingWindowId) {
118 if (window->GetWindowId() == focusedWindow_) {
121 if (window->GetWindowId() == lastSoftInputKeyboardAreaUpdatedWindowId_) {
148 lastSoftInputKeyboardAreaUpdatedWindowId_ = callingWindow->GetWindowId();
170 lastSoftInputKeyboardAreaUpdatedWindowId_ = appNode->GetWindowId();
176 WLOGD("window: %{public}u is not in avoidAreaListenerNodes, don't update avoid area.", node->GetWindowId());
185 lastSoftInputKeyboardAreaUpdatedWindowId_ = node->GetWindowId();
194 auto iter = lastUpdatedAvoidArea_.find(node->GetWindowId());
211 lastUpdatedAvoidArea_[node->GetWindowId()][avoidAreaType] = avoidArea;
220 if (node->GetWindowId() == overlayNode->GetWindowId()) {
221 WLOGE("overlay not support self. windowId %{public}u", node->GetWindowId());
355 if (callingWindowId != node->GetWindowId() && focusedWindow_ != node->GetWindowId()) {
357 node->GetWindowId(), focusedWindow_, callingWindowId);