Home
last modified time | relevance | path

Searched refs:maximized (Results 1 – 25 of 38) sorted by relevance

12

/third_party/weston/include/libweston-desktop/
Dlibweston-desktop.h80 bool maximized, void *user_data);
158 bool maximized);
/third_party/weston/libweston-desktop/
Dxdg-shell-v6.c86 bool maximized; member
563 if (toplevel->pending.state.maximized) { in weston_desktop_xdg_toplevel_send_configure()
590 void *user_data, bool maximized) in weston_desktop_xdg_toplevel_set_maximized() argument
594 toplevel->pending.state.maximized = maximized; in weston_desktop_xdg_toplevel_set_maximized()
658 if ((toplevel->next.state.maximized || toplevel->next.state.fullscreen) && in weston_desktop_xdg_toplevel_committed()
693 return toplevel->current.state.maximized; in weston_desktop_xdg_toplevel_get_maximized()
963 if (toplevel->pending.state.maximized != configured.state.maximized) in weston_desktop_xdg_toplevel_state_compare()
Dxdg-shell.c92 bool maximized; member
581 if (toplevel->pending.state.maximized) { in weston_desktop_xdg_toplevel_send_configure()
608 void *user_data, bool maximized) in weston_desktop_xdg_toplevel_set_maximized() argument
612 toplevel->pending.state.maximized = maximized; in weston_desktop_xdg_toplevel_set_maximized()
676 if (toplevel->next.state.maximized && in weston_desktop_xdg_toplevel_committed()
733 return toplevel->current.state.maximized; in weston_desktop_xdg_toplevel_get_maximized()
1003 if (toplevel->pending.state.maximized != configured.state.maximized) in weston_desktop_xdg_toplevel_state_compare()
Dinternal.h79 bool maximized);
98 void *user_data, bool maximized);
Dlibweston-desktop.c232 bool maximized) in weston_desktop_api_maximized_requested() argument
235 desktop->api.maximized_requested(surface, maximized, in weston_desktop_api_maximized_requested()
Dsurface.c483 weston_desktop_surface_set_maximized(struct weston_desktop_surface *surface, bool maximized) in weston_desktop_surface_set_maximized() argument
488 maximized); in weston_desktop_surface_set_maximized()
/third_party/cef/tests/cefclient/browser/
Dviews_overlay_controls.cc24 std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) { in GetLabel() argument
29 return maximized ? "O" : "o"; in GetLabel()
Dwindow_test_runner_mac.mm37 // Make sure the window isn't minimized or maximized.
/third_party/flutter/glfw/src/
Dwl_window.c243 else if (window->wl.maximized) in createShellSurface()
547 if (window->monitor || window->wl.maximized) in _glfwPlatformRestoreWindow()
552 window->wl.maximized = GLFW_FALSE; in _glfwPlatformRestoreWindow()
558 if (!window->monitor && !window->wl.maximized) in _glfwPlatformMaximizeWindow()
565 window->wl.maximized = GLFW_TRUE; in _glfwPlatformMaximizeWindow()
634 return window->wl.maximized; in _glfwPlatformWindowMaximized()
Dwl_platform.h83 GLFWbool maximized; member
Dx11_window.c549 if (wndconfig->maximized) in createNativeWindow()
2030 GLFWbool maximized = GLFW_FALSE; in _glfwPlatformWindowMaximized() local
2042 maximized = GLFW_TRUE; in _glfwPlatformWindowMaximized()
2048 return maximized; in _glfwPlatformWindowMaximized()
Dinternal.h262 GLFWbool maximized; member
/third_party/boost/boost/process/
Dwindows.hpp44 …xpr ::boost::process::detail::windows::show_window<::boost::winapi::SW_SHOWMAXIMIZED_ > maximized; variable
/third_party/weston/clients/
Dsimple-egl.c99 int fullscreen, maximized, opaque, buffer_size, frame_sync, delay; member
316 window->maximized = 0; in handle_toplevel_configure()
324 window->maximized = 1; in handle_toplevel_configure()
330 if (!window->fullscreen && !window->maximized) { in handle_toplevel_configure()
336 } else if (!window->fullscreen && !window->maximized) { in handle_toplevel_configure()
Dwindow.c249 int maximized; member
2457 window_set_maximized(window, !window->maximized); in frame_handle_status()
2610 int margin = widget->window->maximized ? 0 : t->margin; in window_frame_set_child_size()
3190 window_set_maximized(window, !window->maximized); in keyboard_handle_key()
4200 if (!window->fullscreen && !window->maximized) in window_do_resize()
4348 window->maximized = 0; in xdg_toplevel_handle_configure()
4357 window->maximized = 1; in xdg_toplevel_handle_configure()
4375 if (window->maximized) { in xdg_toplevel_handle_configure()
4684 return window->maximized; in window_is_maximized()
4688 window_set_maximized(struct window *window, int maximized) in window_set_maximized() argument
[all …]
Dwindow.h443 window_set_maximized(struct window *window, int maximized);
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DSupplementalData.java441 Optional<String> maximized = maximize(localeId); in getSpecialCaseCalendar() local
442 if (maximized.isPresent()) { in getSpecialCaseCalendar()
443 switch (maximized.get()) { in getSpecialCaseCalendar()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
DSDL_x11window.c206 int maximized = 0; in X11_GetNetWMState() local
215 maximized |= 1; in X11_GetNetWMState()
217 maximized |= 2; in X11_GetNetWMState()
222 if (maximized == 3) { in X11_GetNetWMState()
1101 SetWindowMaximized(_THIS, SDL_Window * window, SDL_bool maximized) in SetWindowMaximized() argument
1111 if (maximized) { in SetWindowMaximized()
1126 maximized ? _NET_WM_STATE_ADD : _NET_WM_STATE_REMOVE; in SetWindowMaximized()
/third_party/weston/tests/
Dweston-test-desktop-shell.c124 bool maximized, void *shell) in desktop_surface_maximized_requested() argument
/third_party/weston/desktop-shell/
Dshell.c134 bool maximized; member
2533 } else if (shsurf->state.maximized) { in map()
2546 if (shsurf->state.maximized) { in map()
2557 if (!shsurf->state.fullscreen && !shsurf->state.maximized) { in map()
2589 was_maximized = shsurf->state.maximized; in desktop_surface_committed()
2593 shsurf->state.maximized = in desktop_surface_committed()
2608 was_maximized == shsurf->state.maximized) in desktop_surface_committed()
2616 if ((shsurf->state.fullscreen || shsurf->state.maximized) && in desktop_surface_committed()
2632 } else if (shsurf->state.maximized) { in desktop_surface_committed()
2802 set_maximized(struct shell_surface *shsurf, bool maximized) in set_maximized() argument
[all …]
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/data/
DlocaleMatcherTest.txt310 # Check that if the preference is maximized already, it works as well.
313 ja-Jpan-JP, en-AU >> ja # Match for ja-Jpan-JP (maximized already)
317 ja-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already)
319 # Check that if the preference is maximized already, it works as well.
321 ja-Jpan-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already)
378 # The unusual part: max("und") = "en-Latn-US", and since matching is based on maximized
439 # Check that if the preference is maximized already, it works as well.
441 ja-Jpan-JP, en-GB >> ja # Match for ja-Jpan-JP (maximized already)
790 # Check that if the preference is maximized already, it works as well.
915 # maximized tags, the undefined language would normally match
[all …]
/third_party/icu/ohos_icu4j/src/main/tests/resources/ohos/global/icu/dev/test/util/data/
DlocaleMatcherTest.txt310 # Check that if the preference is maximized already, it works as well.
313 ja-Jpan-JP, en-AU >> ja # Match for ja-Jpan-JP (maximized already)
317 ja-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already)
319 # Check that if the preference is maximized already, it works as well.
321 ja-Jpan-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already)
378 # The unusual part: max("und") = "en-Latn-US", and since matching is based on maximized
439 # Check that if the preference is maximized already, it works as well.
441 ja-Jpan-JP, en-GB >> ja # Match for ja-Jpan-JP (maximized already)
790 # Check that if the preference is maximized already, it works as well.
915 # maximized tags, the undefined language would normally match
[all …]
/third_party/icu/icu4c/source/test/testdata/
DlocaleMatcherTest.txt310 # Check that if the preference is maximized already, it works as well.
313 ja-Jpan-JP, en-AU >> ja # Match for ja-Jpan-JP (maximized already)
317 ja-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already)
319 # Check that if the preference is maximized already, it works as well.
321 ja-Jpan-JP, en-US >> ja # Match for ja-Jpan-JP (maximized already)
378 # The unusual part: max("und") = "en-Latn-US", and since matching is based on maximized
439 # Check that if the preference is maximized already, it works as well.
441 ja-Jpan-JP, en-GB >> ja # Match for ja-Jpan-JP (maximized already)
790 # Check that if the preference is maximized already, it works as well.
915 # maximized tags, the undefined language would normally match
[all …]
/third_party/weston/kiosk-shell/
Dkiosk-shell.c769 bool maximized, void *shell) in desktop_surface_maximized_requested() argument
779 else if (maximized) in desktop_surface_maximized_requested()
/third_party/weston/ivi-shell/
Divi-shell.c574 bool maximized, void *user_data) in desktop_surface_maximized_requested() argument

12