HomeSort by relevance Sort by last modified time
    Searched refs:fullscreen (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /frameworks/base/core/java/android/view/
WindowCallbacks.java 36 * It also gets called when the insets changed, or when the window switched between a fullscreen
37 * layout or a non-fullscreen layout. It can be used to perform a "quick and dirty" resize which
43 * @param fullscreen Whether the window is currently drawing in fullscreen.
47 void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets,
54 * @param fullscreen Whether the window is currently drawing in fullscreen.
58 void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen, Rect systemInsets,
  /external/autotest/client/deps/graphics/graphics_test_extension/
background.js 5 function createWindow(url, l, t, w, h, fullscreen) {
9 if (fullscreen) {
10 chrome.windows.update(win.id, {state: "fullscreen"});
22 message.width, message.height, message.fullscreen);
24 console.log("Set window " + sender.tab.windowId + " to fullscreen.");
25 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
32 " to external display and set it to fullscreen.");
51 chrome.windows.update(sender.tab.windowId, {state: "fullscreen"});
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 83 uint32 fullscreen; member in struct:__anon19331
  /external/libdrm/include/drm/
drm_sarea.h 64 unsigned int fullscreen; member in struct:drm_sarea_frame
  /external/mesa3d/include/GL/internal/
sarea.h 76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/drm/
drm_sarea.h 64 unsigned int fullscreen; member in struct:drm_sarea_frame
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwGraphics.java 50 private boolean fullscreen; field in class:JglfwGraphics
85 if (!createWindow(config.width, config.height, config.fullscreen)) {
86 throw new GdxRuntimeException("Unable to create window: " + config.width + "x" + config.height + ", fullscreen: "
87 + config.fullscreen);
113 private boolean createWindow (int width, int height, boolean fullscreen) {
114 if (fullscreen && fullscreenMonitor == 0) fullscreenMonitor = getWindowMonitor();
130 long newWindow = glfwCreateWindow(width, height, title, fullscreen ? fullscreenMonitor : 0, oldWindow);
137 this.fullscreen = fullscreen;
138 if (!fullscreen) {
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm_sarea.h 47 unsigned int fullscreen; member in struct:drm_sarea_frame
  /external/kernel-headers/original/uapi/drm/
drm_sarea.h 66 unsigned int fullscreen; member in struct:drm_sarea_frame
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
FullscreenTest.java 30 boolean fullscreen = false; field in class:FullscreenTest
61 if (fullscreen) {
65 fullscreen = false;
81 fullscreen = true;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm_sarea.h 64 unsigned int fullscreen; member in struct:drm_sarea_frame
  /frameworks/base/core/java/com/android/internal/policy/
BackdropFrameRenderer.java 81 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
96 mFullscreen = fullscreen;
97 mOldFullscreen = fullscreen;
151 * have changed or whether window switched between a fullscreen or non-fullscreen layout.
155 * @param fullscreen Whether the window is currently drawing in fullscreen.
159 public void setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets,
162 mFullscreen = fullscreen;
305 * @param fullscreen Whether the window is currently drawing in fullscreen
    [all...]
  /development/samples/training/threadsample/src/com/example/android/threadsample/
DisplayActivity.java 71 * @param fullscreen
73 public void setFullScreen(boolean fullscreen) {
74 // If full screen is set, sets the fullscreen flag in the Window manager
76 fullscreen ? WindowManager.LayoutParams.FLAG_FULLSCREEN : 0,
79 // Sets the global fullscreen flag to the current setting
80 mFullScreen = fullscreen;
86 int flag = fullscreen ? View.SYSTEM_UI_FLAG_LOW_PROFILE : 0;
89 if (Build.VERSION.SDK_INT >= 14 && fullscreen) {
99 if ( fullscreen ) {
157 // Sets fullscreen-related flags for the displa
    [all...]
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_windows_impl.cc 25 const VideoRenderType videoRenderType, void* window, const bool fullscreen)
28 _fullscreen(fullscreen),
190 bool VideoRenderWindowsImpl::FullScreen()
193 bool fullscreen = false; local
199 fullscreen = _ptrRendererWin->IsFullScreen();
201 return fullscreen;
  /external/webrtc/webrtc/modules/video_render/external/
video_render_external_impl.cc 19 const bool fullscreen) :
21 _fullscreen(fullscreen)
101 bool VideoRenderExternalImpl::FullScreen()
video_render_external_impl.h 30 void* window, const bool fullscreen);
79 virtual bool FullScreen();
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_native_opengl2.h 73 const bool fullscreen);
video_render_android_surface_view.h 65 const bool fullscreen);
  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.h 31 void* window, const bool fullscreen);
80 virtual bool FullScreen();
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_mac_carbon_impl.h 35 const bool fullscreen);
84 virtual bool FullScreen();
video_render_mac_cocoa_impl.h 35 const bool fullscreen);
84 virtual bool FullScreen();
video_render_agl.h 87 VideoRenderAGL(WindowRef windowRef, bool fullscreen, int iId);
88 VideoRenderAGL(HIViewRef windowRef, bool fullscreen, int iId);
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 107 def run_once(self, test_duration_secs=30, fullscreen=True):
112 @param fullscreen: Whether to run the test in fullscreen.
117 if fullscreen:
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 103 def run_once(self, test_duration_secs=1800, fullscreen=True):
107 @param fullscreen: Whether to run the test in fullscreen.
112 if fullscreen:
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglApplicationConfiguration.java 61 /** fullscreen **/
62 public boolean fullscreen = false; field in class:LwjglApplicationConfiguration
106 /** Sets the r, g, b and a bits per channel based on the given {@link DisplayMode} and sets the fullscreen flag to true.
129 this.fullscreen = true;

Completed in 4391 milliseconds

1 2 3 4