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

1 2 3 4 5 67 8 91011>>

  /external/webrtc/webrtc/modules/video_render/linux/
video_render_linux_impl.cc 24 void* window, const bool fullscreen) :
175 bool VideoRenderLinuxImpl::FullScreen()
  /packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
MediaPicker.java 72 * accommodate the fullscreen UI
74 void onFullScreenChanged(boolean fullScreen);
486 public void setFullScreen(final boolean fullScreen) {
487 mMediaPickerPanel.setFullScreenView(fullScreen, true);
585 void dispatchFullScreen(final boolean fullScreen) {
586 setHasOptionsMenu(fullScreen);
591 mListener.onFullScreenChanged(fullScreen);
596 mSelectedChooser.onFullScreenChanged(fullScreen);
  /packages/apps/TV/res/values/
themes.xml 19 <style name="Theme.TV" parent="@android:style/Theme.Material.NoActionBar.Fullscreen">
43 <style name="Theme.TV.dialog.Fullscreen" parent="@style/Theme.TV">
  /packages/experimental/NotificationShowcase/res/values/
strings.xml 91 <string name="pref_title_phone_fullscreen">Fullscreen</string>
92 <string name="pref_summary_phone_fullscreen">Add a fullscreen intent</string>
  /platform_testing/tests/androidbvt/src/com/android/androidbvt/
SysUIMultiWindowTests.java 38 private static final int FULLSCREEN = 1;
106 String.format("am stack movetask %d %d true", taskId, FULLSCREEN));
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_video.h 98 SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */
355 * \brief Set the display mode used when a fullscreen window is visible.
373 * \brief Fill in information about the display mode used when a fullscreen
527 * \note You can't change the size of a fullscreen window, it automatically
554 * \note You can't change the minimum size of a fullscreen window, it
583 * \note You can't change the maximum size of a fullscreen window, it
615 * \note You can't change the border state of a fullscreen window.
664 * \brief Set a window's fullscreen state.
    [all...]
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/i686-w64-mingw32/include/SDL2/
SDL_video.h 98 SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */
355 * \brief Set the display mode used when a fullscreen window is visible.
373 * \brief Fill in information about the display mode used when a fullscreen
527 * \note You can't change the size of a fullscreen window, it automatically
554 * \note You can't change the minimum size of a fullscreen window, it
583 * \note You can't change the maximum size of a fullscreen window, it
615 * \note You can't change the border state of a fullscreen window.
664 * \brief Set a window's fullscreen state.
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_video.h 98 SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */
355 * \brief Set the display mode used when a fullscreen window is visible.
373 * \brief Fill in information about the display mode used when a fullscreen
527 * \note You can't change the size of a fullscreen window, it automatically
554 * \note You can't change the minimum size of a fullscreen window, it
583 * \note You can't change the maximum size of a fullscreen window, it
615 * \note You can't change the border state of a fullscreen window.
664 * \brief Set a window's fullscreen state.
    [all...]
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_video.h 98 SDL_WINDOW_FULLSCREEN = 0x00000001, /**< fullscreen window */
355 * \brief Set the display mode used when a fullscreen window is visible.
373 * \brief Fill in information about the display mode used when a fullscreen
527 * \note You can't change the size of a fullscreen window, it automatically
554 * \note You can't change the minimum size of a fullscreen window, it
583 * \note You can't change the maximum size of a fullscreen window, it
615 * \note You can't change the border state of a fullscreen window.
664 * \brief Set a window's fullscreen state.
    [all...]
  /external/webrtc/webrtc/modules/video_render/
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();
  /frameworks/base/docs/html/reference/
packages-wearable-support.html 110 <!-- FULLSCREEN STYLESHEET -->
111 <link href="../assets/css/fullscreen.css" rel="stylesheet" class="fullscreen"
468 <a class="fullscreen">fullscreen</a>
474 // init fullscreen based on user pref
475 var fullscreen = readCookie("fullscreen");
476 if (fullscreen != 0) {
477 if (fullscreen == "false")
    [all...]
  /build/tools/droiddoc/templates-ndk/
customizations.cs 474 <a class="fullscreen">fullscreen</a>
480 // init fullscreen based on user pref
481 var fullscreen = readCookie("fullscreen");
482 if (fullscreen != 0) {
483 if (fullscreen == "false") {
  /build/tools/droiddoc/templates-sac/
customizations.cs 277 <a class="fullscreen">fullscreen</a>
283 // init fullscreen based on user pref
284 var fullscreen = readCookie("fullscreen");
285 if (fullscreen != 0) {
286 if (fullscreen == "false") {
  /frameworks/base/services/core/java/com/android/server/wm/
BoundsAnimationController.java 197 // move to fullscreen case, recents will also be closing while the
198 // previous task will be taking its place in the fullscreen stack.
200 // and take our place in the fullscreen stack.
  /developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/util/
SystemUiHiderHoneycomb.java 69 // If the client requested fullscreen, add flags relevant to hiding
  /development/samples/training/threadsample/src/com/example/android/threadsample/
Constants.java 57 // Defines the key for storing fullscreen state
  /external/deqp/doc/testspecs/GLES2/
functional.scissors.txt 54 scissoring and render a colored fullscreen quad with depth & stencil
  /external/replicaisland/
AndroidManifest.xml 33 android:theme="@android:style/Theme.Black.NoTitleBar.Fullscreen">
  /external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_impl.mm 108 bool VideoRenderIosImpl::FullScreen() { IOS_UNSUPPORTED(); }
  /external/webrtc/webrtc/modules/video_render/mac/
video_render_nsopengl.h 107 VideoRenderNSOpenGL(CocoaRenderView *windowRef, bool fullScreen, int iId);
  /frameworks/base/docs/html/guide/topics/ui/controls/
text.jd 217 when a handset device is in landscape orientation) then fullscreen ("extract mode") is triggered. In
249 <p>For example, figure 5 shows how the system enables a fullscreen text field when a handset device
251 disable the fullscreen input mode with {@code flagNoExtractUi} in the <a
256 <p class="img-caption"><strong>Figure 6.</strong> The fullscreen text field ("extract mode") is
  /frameworks/base/docs/html/training/system-ui/
index.jd 30 <a href="{@docRoot}design/patterns/fullscreen.html">
  /frameworks/base/packages/SystemUI/res/values/
strings_tv.xml 24 <!-- Button to move picture-in-picture (PIP) screen to the fullscreen in PIP menu [CHAR LIMIT=30] -->
  /frameworks/base/packages/SystemUI/src/com/android/systemui/tv/pip/
PipOverlayActivity.java 42 * Note that {@link PipManager} moves the PIPed activity to fullscreen if the activity is

Completed in 799 milliseconds

1 2 3 4 5 67 8 91011>>