HomeSort by relevance Sort by last modified time
    Searched refs:fullscreen (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.h 31 void* window, const bool fullscreen);
80 virtual bool FullScreen();
video_render_linux_impl.cc 24 void* window, const bool fullscreen) :
175 bool VideoRenderLinuxImpl::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);
video_render_mac_carbon_impl.cc 25 const bool fullscreen) :
28 _fullScreen(fullscreen),
192 VideoRenderMacCarbonImpl::FullScreen()
video_render_mac_cocoa_impl.mm 25 const bool fullscreen) :
28 _fullScreen(fullscreen),
161 VideoRenderMacCocoaImpl::FullScreen()
  /external/autotest/client/site_tests/graphics_WebGLManyPlanetsDeep/
graphics_WebGLManyPlanetsDeep.py 118 def run_once(self, test_duration_secs=30, fullscreen=True):
123 @param fullscreen: Whether to run the test in fullscreen.
128 if fullscreen:
  /external/autotest/client/site_tests/graphics_WebGLPerformance/
graphics_WebGLPerformance.py 117 def run_once(self, test_duration_secs=2700, fullscreen=True):
121 @param fullscreen: Whether to run the test in fullscreen.
133 if fullscreen:
  /external/swiftshader/src/Main/
FrameBufferGDI.cpp 23 FrameBufferGDI::FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBufferWin(windowHandle, width, height, fullscreen, topLeftOrigin)
FrameBufferDD.hpp 27 FrameBufferDD(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
  /external/webrtc/webrtc/modules/video_render/
video_render.h 37 * fullscreen - true if this is a fullscreen renderer
44 const bool fullscreen,
193 * Returns true if the renderer is in fullscreen mode, otherwise false.
video_render_impl.cc 27 const bool fullscreen,
36 fullscreen);
52 const bool fullscreen) :
54 _ptrWindow(window), _fullScreen(fullscreen), _ptrRenderer(NULL)
400 return _ptrRenderer->FullScreen();
video_render_impl.h 33 void* window, const bool fullscreen);
148 * Returns true if the renderer is in fullscreen mode, otherwise false.
video_render_internal_impl.cc 64 const bool fullscreen,
73 fullscreen);
89 const bool fullscreen) :
91 _ptrWindow(window), _fullScreen(fullscreen), _ptrRenderer(NULL)
623 return _ptrRenderer->FullScreen();
  /external/webrtc/webrtc/modules/video_render/windows/
video_render_windows_impl.h 39 void* window, const bool fullscreen);
88 virtual bool FullScreen();
  /frameworks/base/services/tests/servicestests/src/com/android/server/wm/
WindowTestUtils.java 125 boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation,
128 super(service, token, voiceInteraction, dc, inputDispatchingTimeoutNanos, fullscreen,
286 SCREEN_ORIENTATION_UNSPECIFIED, true /* fullscreen */,
297 boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation,
301 inputDispatchingTimeoutNanos, fullscreen, showForAllUsers, targetSdk,
  /external/autotest/client/site_tests/graphics_Stress/
graphics_Stress.py 202 def run_once(self, test_duration_secs=600, fullscreen=True, subtest='gmaps'):
206 @param fullscreen: Whether to run the test in fullscreen.
210 self._fullscreeen = fullscreen
213 if fullscreen:
  /external/webrtc/webrtc/modules/desktop_capture/mac/
full_screen_chrome_window_detector.cc 55 bool fullscreen = false; local
70 fullscreen = true;
76 return fullscreen;
  /frameworks/base/services/core/java/com/android/server/wm/
AppWindowContainerController.java 188 int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int configChanges,
191 this(taskController, token, listener, index, requestedOrientation, fullscreen,
200 int requestedOrientation, boolean fullscreen, boolean showForAllUsers, int configChanges,
222 inputDispatchingTimeoutNanos, fullscreen, showForAllUsers, targetSdkVersion,
234 boolean fullscreen, boolean showForAllUsers, int targetSdk, int orientation,
238 inputDispatchingTimeoutNanos, fullscreen, showForAllUsers, targetSdk, orientation,
    [all...]
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
documentscan_AppTestWithFakeLorgnette.py 79 state: 'fullscreen'
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.h 46 const bool fullscreen);
81 virtual bool FullScreen();
  /external/autotest/client/cros/multimedia/
arc_resource.py 287 def prepare_playback(self, file_path, fullscreen=True):
291 @param fullscreen: Plays the video in fullscreen.
309 if fullscreen:
314 """Sends F4 keyevent to set fullscreen."""
  /external/autotest/client/site_tests/performance_InboxInputLatency/
performance_InboxInputLatency.py 115 # Make inbox tab fullscreen by pressing F4 key
116 fullscreen = self.tab.EvaluateJavaScript('document.webkitIsFullScreen')
117 if not fullscreen:
129 # Cancel Fullscreen
  /frameworks/base/core/java/com/android/internal/view/
IInputMethodManager.aidl 93 void reportFullscreenMode(in IBinder token, boolean fullscreen);

Completed in 803 milliseconds

12 3 4 5