Searched refs:castTargetWindowIds_ (Results 1 – 2 of 2) sorted by relevance
367 castTargetWindowIds_[pointerId] = targetWindowId; in SaveTargetWindowId()381 castTargetWindowIds_.erase(pointerId); in SaveTargetWindowId()414 auto iter = castTargetWindowIds_.find(pointerEvent->GetPointerId()); in FixTargetWindowId()415 if (iter != castTargetWindowIds_.end()) { in FixTargetWindowId()
145 std::map<int32_t, int32_t> castTargetWindowIds_; variable