#include <window_manager.h>
Public Attributes | |
bool | has_preferred_view_size |
double | preferred_view_width |
double | preferred_view_height |
bool | has_view_constraints |
double | view_min_width |
double | view_min_height |
double | view_max_width |
double | view_max_height |
Definition at line 36 of file window_manager.h.
bool flutter::WindowSizing::has_preferred_view_size |
Definition at line 37 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), flutter::HostWindow::SetContentSize(), and flutter::testing::TEST_F().
bool flutter::WindowSizing::has_view_constraints |
Definition at line 40 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().
double flutter::WindowSizing::preferred_view_height |
Definition at line 39 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().
double flutter::WindowSizing::preferred_view_width |
Definition at line 38 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().
double flutter::WindowSizing::view_max_height |
Definition at line 44 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().
double flutter::WindowSizing::view_max_width |
Definition at line 43 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().
double flutter::WindowSizing::view_min_height |
Definition at line 42 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().
double flutter::WindowSizing::view_min_width |
Definition at line 41 of file window_manager.h.
Referenced by flutter::HostWindow::CreateRegularWindow(), and flutter::HostWindow::SetContentSize().