Lines Matching refs:callingWindow
108 sptr<WindowNode> callingWindow = nullptr;
116 callingWindow = window;
125 if (callingWindow == nullptr) {
126 callingWindow = focusWindow;
128 if (lastKeyboardAreaUpdatedWindow != nullptr && lastKeyboardAreaUpdatedWindow != callingWindow) {
136 if (callingWindow == nullptr) {
137 WLOGFE("callingWindow: %{public}u is nullptr, focusWindow: %{public}u is nullptr.",
141 const WindowMode callingWindowMode = callingWindow->GetWindowMode();
145 auto avoidArea = GetAvoidAreaByType(callingWindow, AvoidAreaType::TYPE_KEYBOARD);
146 bool res = UpdateAvoidAreaIfNeed(avoidArea, callingWindow, AvoidAreaType::TYPE_KEYBOARD);
148 lastSoftInputKeyboardAreaUpdatedWindowId_ = callingWindow->GetWindowId();
356 WLOGI("windowId: %{public}u is not focusedWindow: %{public}u or callingWindow: %{public}u",