removeAllFloatingView

Removes all floating views (drag and fixed).
Uses first-failure-stop strategy: returns false immediately on the first failure.
In that case, already-removed items stay removed and remaining items are left as-is (partial cleanup).

모든 드래그/고정 플로팅 뷰를 제거합니다.
first-failure-stop 전략을 사용하며, 첫 실패 지점에서 즉시 false를 반환합니다.
이 경우 이미 제거된 항목은 제거된 상태로 유지되고, 남은 항목은 그대로 남는 부분 정리 상태가 될 수 있습니다.

Return

true when all remove operations succeed; false when any single step fails.

모든 제거 작업이 성공하면 true, 하나라도 실패하면 false를 반환합니다.