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

1 2 3 4 5

  /frameworks/base/core/java/com/android/internal/view/
IInputMethodClient.aidl 30 void setActive(boolean active, boolean fullscreen);
32 void reportFullscreenMode(boolean fullscreen);
  /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/swiftshader/src/Main/
FrameBufferWin.cpp 19 FrameBufferWin::FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin) : FrameBuffer(width, height, fullscreen, topLeftOrigin), windowHandle(windowHandle)
23 // Force fullscreen window style (no borders)
58 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin)
65 return new sw::FrameBufferDD(windowHandle, width, height, fullscreen, topLeftOrigin);
69 return new sw::FrameBufferGDI(windowHandle, width, height, fullscreen, topLeftOrigin);
FrameBufferWin.hpp 32 FrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
57 sw::FrameBufferWin *createFrameBufferWin(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
FrameBufferGDI.hpp 25 FrameBufferGDI(HWND windowHandle, int width, int height, bool fullscreen, bool topLeftOrigin);
FrameBuffer.hpp 41 FrameBuffer(int width, int height, bool fullscreen, bool topLeftOrigin);
  /frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/system/
WindowCallbacksCompat.java 29 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets,
31 WindowCallbacksCompat.this.onWindowSizeIsChanging(newBounds, fullscreen, systemInsets,
36 public void onWindowDragResizeStart(Rect initialBounds, boolean fullscreen,
38 WindowCallbacksCompat.this.onWindowDragResizeStart(initialBounds, fullscreen,
69 public void onWindowSizeIsChanging(Rect newBounds, boolean fullscreen, Rect systemInsets,
72 public 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/autotest/server/cros/multimedia/
video_facade_adapter.py 57 def prepare_playback(self, file_path, fullscreen=True):
61 @param fullscreen: Plays the video in fullscreen.
65 self._video_proxy.prepare_playback(client_file_path, fullscreen)
95 def prepare_arc_playback(self, file_path, fullscreen=True):
102 @param fullscreen: Plays the video in fullscreen.
106 self._video_proxy.prepare_arc_playback(client_file_path, fullscreen)
  /external/mesa3d/src/gallium/drivers/svga/include/
svga_escape.h 83 uint32 fullscreen; member in struct:__anon30042
  /external/mesa3d/src/glx/
dri_sarea.h 76 unsigned int fullscreen; member in struct:_XF86DRISAREAFrame
  /bionic/libc/kernel/uapi/drm/
drm_sarea.h 44 unsigned int fullscreen; member in struct:drm_sarea_frame
  /external/autotest/client/cros/multimedia/
video_facade_native.py 69 def prepare_playback(self, file_path, fullscreen=True):
73 @param fullscreen: Plays the video in fullscreen.
92 if fullscreen:
126 def prepare_arc_playback(self, file_path, fullscreen=True):
133 @param fullscreen: Plays the video in fullscreen.
136 self._arc_resource.play_video.prepare_playback(file_path, fullscreen)
  /external/kernel-headers/original/uapi/drm/
drm_sarea.h 70 unsigned int fullscreen; member in struct:drm_sarea_frame
  /external/libdrm/include/drm/
drm_sarea.h 66 unsigned int fullscreen; member in struct:drm_sarea_frame
  /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 82 boolean fullscreen, Rect systemInsets, Rect stableInsets, int resizeMode) {
97 mFullscreen = fullscreen;
98 mOldFullscreen = fullscreen;
152 * have changed or whether window switched between a fullscreen or non-fullscreen layout.
156 * @param fullscreen Whether the window is currently drawing in fullscreen.
160 public void setTargetRect(Rect newTargetBounds, boolean fullscreen, Rect systemInsets,
163 mFullscreen = fullscreen;
306 * @param fullscreen Whether the window is currently drawing in fullscreen
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/
WifiDialogTest.java 45 WifiDialog fullscreen = WifiDialog.createFullscreen(mContext, mListener, mockAccessPoint, local
47 assertThat(fullscreen.getContext().getThemeResId())
  /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...]
  /packages/apps/Dialer/java/com/android/dialer/callcomposer/
CameraComposerFragment.java 63 private ImageButton fullscreen; field in class:CameraComposerFragment
95 fullscreen = cameraView.findViewById(R.id.camera_fullscreen);
104 fullscreen.setOnClickListener(this);
186 fullscreen.setVisibility(View.VISIBLE);
188 } else if (view == fullscreen) {
190 fullscreen.setVisibility(View.GONE);
367 fullscreen.setVisibility(View.GONE);
371 fullscreen.setVisibility(View.GONE);
374 fullscreen.setVisibility(View.VISIBLE);
  /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);

Completed in 364 milliseconds

1 2 3 4 5