HomeSort by relevance Sort by last modified time
    Searched full:fullscreen (Results 176 - 200 of 478) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_test_common.h 139 * \returns The number of arguments processed (i.e. 1 for --fullscreen, 2 for --video [videodriver], or -1 on error.
  /prebuilts/misc/windows/sdl2/include/
SDL_hints.h 198 * \brief Minimize your SDL_Window if it loses key focus when in fullscreen mode. Defaults to true.
351 * \brief A variable that dictates policy for fullscreen Spaces on Mac OS X.
357 * SDL_WINDOW_RESIZABLE windows won't offer the "fullscreen"
360 * SDL_WINDOW_RESIZABLE windows will offer the "fullscreen"
SDL_test_common.h 139 * \returns The number of arguments processed (i.e. 1 for --fullscreen, 2 for --video [videodriver], or -1 on error.
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_test_common.h 139 * \returns The number of arguments processed (i.e. 1 for --fullscreen, 2 for --video [videodriver], or -1 on error.
  /cts/tests/accessibility/src/android/view/accessibility/cts/
AccessibilityRecordTest.java 93 TestCase.assertFalse("fullScreen not properly recycled", record.isFullScreen());
153 assertEquals("fullScreen has incorrect value", expectedRecord.isFullScreen(),
  /external/libchrome/base/mac/
mac_util.h 58 // a fullscreen window; rather, it manages per-application state related to
70 // Convenience method to switch the current fullscreen mode. This has the same
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_impl.cc 42 const bool /*fullscreen*/):
236 bool VideoRenderAndroid::FullScreen() {
  /frameworks/native/include/android/
window.h 106 * layer. A fullscreen window will ignore a value of {@link
108 * fullscreen and will not resize.
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dxgi.idl 309 [in] BOOL fullscreen,
313 [out] BOOL *fullscreen,
dxgi.h     [all...]
  /prebuilts/misc/windows/sdl2/
WhatsNew.txt 44 * Fixed fullscreen and focused behavior when receiving NotifyGrab events
88 * Fixed mouse warping in fullscreen mode
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.mm 363 VideoRenderNSOpenGL::VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId) :
365 _fullScreen( fullScreen),
605 // create new fullscreen window
653 WEBRTC_TRACE(kTraceDebug, kTraceVideoRenderer, 0, "%s:%d Attempting to release fullscreen window", __FUNCTION__, __LINE__);
1197 bool VideoRenderNSOpenGL::SetFullScreen(bool fullscreen)
1215 // By specifying the non-fullscreen context as the shareContext, we automatically inherit the OpenGL objects (textures, etc) it has defined
  /frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/
Main.java 377 layoutLibCallback, "Theme.Material.Light.NoActionBar.Fullscreen", false,
389 layoutLibCallback, "Theme.Material.Light.NoActionBar.Fullscreen", false,
405 layoutLibCallback, "Theme.Material.NoActionBar.Fullscreen", false,
412 layoutLibCallback, "Theme.Material.NoActionBar.Fullscreen", false,
430 layoutLibCallback, "Theme.Material.NoActionBar.Fullscreen", false,
446 layoutLibCallback, "Theme.Material.NoActionBar.Fullscreen", false,
  /frameworks/base/services/core/java/com/android/server/wm/
TaskStack.java 94 /** Whether mBounds is fullscreen */
169 * @param stackBounds New stack bounds. Passing in null sets the bounds to fullscreen.
258 // they should be null as if we were in fullscreen.
284 // Can't set to fullscreen if we don't have a display to get bounds from...
327 // bounds; otherwise, no need to adjust the output bounds if fullscreen or the docked
339 // is not currently visible. Go ahead a represent it as fullscreen to the rest of the
659 // not fullscreen. If it's fullscreen, it means that we are in the transition of
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
PhotoViewController.java 101 "com.android.ex.PhotoViewFragment.FULLSCREEN";
153 /** The temporary image so that we can quickly scale up the fullscreen thumbnail */
218 setFullScreen(false /* fullscreen */, true /* setDelayedRunnable */);
485 // If we are in fullscreen mode, and the default is not full screen, then
745 protected void setFullScreen(boolean fullScreen, boolean setDelayedRunnable) {
749 fullScreen = false;
753 final boolean fullScreenChanged = (fullScreen != mFullScreen);
754 mFullScreen = fullScreen;
820 // Restart the timer to return to fullscreen.
    [all...]
  /build/tools/droiddoc/templates-sdk/
customizations.cs 423 <a class="fullscreen">fullscreen</a>
429 // init fullscreen based on user pref
430 var fullscreen = readCookie("fullscreen");
431 if (fullscreen != 0) {
432 if (fullscreen == "false") {
  /build/tools/droiddoc/templates-sdk-refonly/
customizations.cs 423 <a class="fullscreen">fullscreen</a>
429 // init fullscreen based on user pref
430 var fullscreen = readCookie("fullscreen");
431 if (fullscreen != 0) {
432 if (fullscreen == "false") {
  /frameworks/base/core/java/android/service/dreams/
DreamService.java 520 * @param fullscreen If true, the fullscreen flag will be set; else it
523 public void setFullscreen(boolean fullscreen) {
524 if (mFullscreen != fullscreen) {
525 mFullscreen = fullscreen;
532 * Returns whether or not this dream is in fullscreen mode. Defaults to false.
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
TaskRecord.java 169 int numFullscreen; // Number of fullscreen activities.
248 // Whether or not this task covers the entire screen; by default tasks are fullscreen.
251 // Bounds of the Task. null for fullscreen tasks.
258 // Last non-fullscreen bounds the task was launched in or resized to.
578 // Non-fullscreen tasks
582 // Fullscreen tasks
    [all...]
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallPresenter.java 136 * Determines if the InCall UI is in fullscreen mode or not.
    [all...]
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
UiFacade.java 579 @Rpc(description = "Get Fullscreen Properties")
587 @Rpc(description = "Get fullscreen properties for a specific widget")
596 @Rpc(description = "Set fullscreen widget property")
607 @Rpc(description = "Attach a list to a fullscreen widget")
627 * This will override the default behaviour of keys while in the fullscreen mode. ie:
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityManagerState.java 559 final String fullscreen = matcher.group(1); local
560 log(fullscreen);
561 mFullscreen = Boolean.valueOf(fullscreen);
  /frameworks/base/core/java/android/view/
IWindowManager.aidl 96 * @param fullscreen True if the application token is fullscreen.
112 int requestedOrientation, boolean fullscreen, boolean showWhenLocked, int userId,
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/tv/
RecentsTvActivity.java 112 // Recents should be dismissed when PIP moves to fullscreen. If not, Recents will
113 // be unnecessarily shown in the scenario: PIP->Fullscreen->PIP.
114 // Do not show Recents close animation because PIP->Fullscreen animation will be shown
  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationService.java 211 final PendingIntent fullscreen = FullScreenActivity.getPendingIntent(this, id); local
223 .setContentIntent(fullscreen)
229 phoneCall.setFullScreenIntent(fullscreen, true);

Completed in 731 milliseconds

1 2 3 4 5 6 78 91011>>