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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/core/java/android/hardware/display/
WifiDisplay.aidl 17 package android.hardware.display;
WifiDisplayStatus.aidl 17 package android.hardware.display;
IDisplayManagerCallback.aidl 17 package android.hardware.display;
IVirtualDisplayCallback.aidl 16 package android.hardware.display;
21 * Called when the virtual display video projection has been
29 * Called when the virtual display video projection has been
35 * Called when the virtual display video projection has been
38 * of the application to release() the virtual display.
  /external/chromium_org/ui/gfx/
display_unittest.cc 5 #include "ui/gfx/display.h"
13 gfx::Display display(0, gfx::Rect(0, 0, 100, 100));
14 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
15 EXPECT_EQ("0,0 100x100", display.work_area().ToString());
17 display.set_work_area(gfx::Rect(3, 4, 90, 80));
18 EXPECT_EQ("0,0 100x100", display.bounds().ToString());
19 EXPECT_EQ("3,4 90x80", display.work_area().ToString());
21 display.SetScaleAndBounds(1.0f, gfx::Rect(10, 20, 50, 50));
22 EXPECT_EQ("10,20 50x50", display.bounds().ToString())
    [all...]
  /external/chromium-trace/trace-viewer/src/cc/
picture_view.css 7 display: -webkit-flex;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/allowThirdPartyCookies/
popup.css 12 display: none;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/preferences/enableReferrer/
popup.css 12 display: none;
  /external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
BrailleDisplayProperties.aidl 17 package com.googlecode.eyesfree.braille.display;
BrailleInputEvent.aidl 17 package com.googlecode.eyesfree.braille.display;
IBrailleServiceCallback.aidl 17 package com.googlecode.eyesfree.braille.display;
19 import com.googlecode.eyesfree.braille.display.BrailleDisplayProperties;
20 import com.googlecode.eyesfree.braille.display.BrailleInputEvent;
23 * Callback interface that a braille display client can expose to
24 * get information about various braille display events.
  /external/chromium_org/chrome/browser/resources/chromeos/
bluetooth_pair_device.css 6 display: none;
15 display: none;
  /frameworks/base/services/core/java/com/android/server/display/
DisplayBlanker.java 17 package com.android.server.display;
20 * Interface used to update the actual display state.
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xvmc/tests/
test_blocks.c 38 Display *display; local
48 display = XOpenDisplay(NULL);
52 display,
64 XCloseDisplay(display);
70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
75 assert(XvMCCreateSurface(display, &context, &surface) == Success);
78 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext)
    [all...]
test_surface.c 37 Display *display; local
45 display = XOpenDisplay(NULL);
49 display,
61 XCloseDisplay(display);
67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
74 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext);
76 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface)
    [all...]
test_context.c 37 Display *display; local
44 display = XOpenDisplay(NULL);
48 display,
60 XCloseDisplay(display);
66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xvmc/tests/
test_blocks.c 38 Display *display; local
48 display = XOpenDisplay(NULL);
52 display,
64 XCloseDisplay(display);
70 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
71 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
74 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
75 assert(XvMCCreateSurface(display, &context, &surface) == Success);
78 assert(XvMCCreateBlocks(display, NULL, 1, &blocks) == XvMCBadContext)
    [all...]
test_surface.c 37 Display *display; local
45 display = XOpenDisplay(NULL);
49 display,
61 XCloseDisplay(display);
67 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
68 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
71 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
74 assert(XvMCCreateSurface(display, NULL, &surface) == XvMCBadContext);
76 assert(XvMCCreateSurface(display, &context, NULL) == XvMCBadSurface)
    [all...]
test_context.c 37 Display *display; local
44 display = XOpenDisplay(NULL);
48 display,
60 XCloseDisplay(display);
66 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
67 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
72 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext);
75 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort);
77 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch)
    [all...]
  /frameworks/base/tests/RemoteDisplayProvider/src/com/android/media/remotedisplay/test/
RemoteDisplayProviderService.java 29 * Remote display provider implementation that publishes working routes.
75 "Test Display 1 (variable)");
85 "Test Display 2 (fixed)");
92 "Test Display 3 (unavailable)");
99 "Test Display 4 (in-use)");
106 "Test Display 5 (connect ignored)");
113 "Test Display 6 (connect hangs)");
120 "Test Display 8 (flaky when connecting)");
127 "Test Display 9 (flaky when connected)");
134 "Test Display 10 (reconnects periodically)")
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_PhonesTest.java 26 String display = Phones.getDisplayLabel(getContext(), local
28 assertEquals(label, display);
32 display = Phones.getDisplayLabel(getContext(),
34 assertEquals(labels[Phones.TYPE_HOME - 1], display);
36 display = Phones.getDisplayLabel(getContext(),
38 assertEquals(labels[Phones.TYPE_MOBILE - 1], display);
40 display = Phones.getDisplayLabel(getContext(),
42 assertEquals(labels[Phones.TYPE_WORK - 1], display);
44 display = Phones.getDisplayLabel(getContext(),
46 assertEquals(labels[Phones.TYPE_FAX_WORK - 1], display);
72 String display = Phones.getDisplayLabel(getContext(), local
    [all...]
  /external/chromium-trace/trace-viewer/src/tracing/analysis/
generic_object_view.css 7 display: block;
  /external/deqp/framework/egl/
egluConfigInfo.cpp 69 void queryConfigInfo (EGLDisplay display, EGLConfig config, ConfigInfo* dst)
71 eglGetConfigAttrib(display, config, EGL_BUFFER_SIZE, &dst->bufferSize);
72 eglGetConfigAttrib(display, config, EGL_RED_SIZE, &dst->redSize);
73 eglGetConfigAttrib(display, config, EGL_GREEN_SIZE, &dst->greenSize);
74 eglGetConfigAttrib(display, config, EGL_BLUE_SIZE, &dst->blueSize);
75 eglGetConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
76 eglGetConfigAttrib(display, config, EGL_ALPHA_SIZE, &dst->alphaSize);
77 eglGetConfigAttrib(display, config, EGL_ALPHA_MASK_SIZE, &dst->alphaMaskSize);
78 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGB, (EGLint*)&dst->bindToTextureRGB);
79 eglGetConfigAttrib(display, config, EGL_BIND_TO_TEXTURE_RGBA, (EGLint*)&dst->bindToTextureRGBA)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11events_c.h 29 extern void X11_SetKeyboardState(Display *display, const char *key_vec);
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 17 package android.display.cts;
22 import android.hardware.display.DisplayManager;
25 import android.view.Display;
29 // This test is called from DisplayTestRunner which brings up an overlay display on the target
30 // device. The overlay display parameters must match the ones defined there which are
53 private boolean isSecondarySize(Display display) {
55 display.getSize(p);
59 private Display getSecondaryDisplay(Display[] displays)
100 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
109 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
132 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
159 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
175 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
    [all...]

Completed in 1520 milliseconds

1 2 3 4 5 6 7 8 91011>>