Searched refs:fullScreenWinIds (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | remote_animation_test.cpp | 918 std::vector<uint32_t> fullScreenWinIds; variable 920 …RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatWinIds); // fullScreenAnimati… 928 RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatWinIds); 936 RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatWinIds); 945 RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatWinIds); 960 std::vector<uint32_t> fullScreenWinIds; variable 962 fullScreenWinIds.push_back(2); // 2 is windowId 964 …RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatWinIds); // CreateWindowAnima… 971 fullScreenWinIds.push_back(node_->GetWindowId()); // 1, 2 in vector 973 RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatWinIds);
|
/ohos5.0/foundation/window/window_manager/wmserver/include/ |
H A D | remote_animation.h | 69 static void NotifyAnimationTargetsUpdate(std::vector<uint32_t>& fullScreenWinIds,
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy.cpp | 305 std::vector<uint32_t> fullScreenWinIds; in NotifyAnimationSizeChangeIfNeeded() local 317 fullScreenWinIds.emplace_back(node->GetWindowId()); in NotifyAnimationSizeChangeIfNeeded() 324 RemoteAnimation::NotifyAnimationTargetsUpdate(fullScreenWinIds, floatMainIds); in NotifyAnimationSizeChangeIfNeeded()
|
H A D | remote_animation.cpp | 630 void RemoteAnimation::NotifyAnimationTargetsUpdate(std::vector<uint32_t>& fullScreenWinIds, in NotifyAnimationTargetsUpdate() argument 639 auto task = [fullScreenWinIds, floatWinIds]() { in NotifyAnimationTargetsUpdate() 650 for (auto& id : fullScreenWinIds) { in NotifyAnimationTargetsUpdate()
|