#include "flutter/shell/platform/windows/window_manager.h"#include <dwmapi.h>#include <optional>#include <vector>#include "embedder.h"#include "flutter/shell/platform/common/windowing.h"#include "flutter/shell/platform/windows/flutter_windows_engine.h"#include "flutter/shell/platform/windows/flutter_windows_view_controller.h"#include "flutter/shell/platform/windows/host_window.h"#include "fml/logging.h"#include "shell/platform/windows/client_wrapper/include/flutter/flutter_view.h"#include "shell/platform/windows/flutter_windows_view.h"Go to the source code of this file.
Namespaces | |
| namespace | flutter |
| FLUTTER_EXPORT FlutterViewId InternalFlutterWindows_WindowManager_CreateDialogWindow | ( | int64_t | engine_id, |
| const flutter::DialogWindowCreationRequest * | request | ||
| ) |
Definition at line 129 of file window_manager.cc.
References engine, and flutter::FlutterWindowsEngine::GetEngineForId().
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| FlutterViewId InternalFlutterWindows_WindowManager_CreateRegularWindow | ( | int64_t | engine_id, |
| const flutter::RegularWindowCreationRequest * | request | ||
| ) |
Definition at line 120 of file window_manager.cc.
References engine, and flutter::FlutterWindowsEngine::GetEngineForId().
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| bool InternalFlutterWindows_WindowManager_GetFullscreen | ( | HWND | hwnd | ) |
Definition at line 186 of file window_manager.cc.
References flutter::HostWindow::GetThisFromHandle(), and window.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| HWND InternalFlutterWindows_WindowManager_GetTopLevelWindowHandle | ( | int64_t | engine_id, |
| FlutterViewId | view_id | ||
| ) |
Definition at line 137 of file window_manager.cc.
References engine, flutter::FlutterWindowsEngine::GetEngineForId(), view, and view_id.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| flutter::ActualWindowSize InternalFlutterWindows_WindowManager_GetWindowContentSize | ( | HWND | hwnd | ) |
Definition at line 151 of file window_manager.cc.
References flutter::HostWindow::GetWindowContentSize().
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| void InternalFlutterWindows_WindowManager_Initialize | ( | int64_t | engine_id, |
| const flutter::WindowingInitRequest * | request | ||
| ) |
Definition at line 112 of file window_manager.cc.
References engine, and flutter::FlutterWindowsEngine::GetEngineForId().
Referenced by flutter::testing::TEST_F().
| void InternalFlutterWindows_WindowManager_SetFullscreen | ( | HWND | hwnd, |
| const flutter::FullscreenRequest * | request | ||
| ) |
Definition at line 173 of file window_manager.cc.
References flutter::FullscreenRequest::display_id, flutter::FullscreenRequest::fullscreen, flutter::HostWindow::GetThisFromHandle(), flutter::FullscreenRequest::has_display_id, and window.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| void InternalFlutterWindows_WindowManager_SetWindowConstraints | ( | HWND | hwnd, |
| const flutter::WindowConstraints * | constraints | ||
| ) |
Definition at line 164 of file window_manager.cc.
References flutter::HostWindow::GetThisFromHandle(), and window.
Referenced by flutter::testing::TEST_F(), flutter::testing::TEST_F(), and flutter::testing::TEST_F().
| void InternalFlutterWindows_WindowManager_SetWindowSize | ( | HWND | hwnd, |
| const flutter::WindowSizeRequest * | size | ||
| ) |
Definition at line 155 of file window_manager.cc.
References flutter::HostWindow::GetThisFromHandle(), and window.
Referenced by flutter::testing::TEST_F(), and flutter::testing::TEST_F().