HomeSort by relevance Sort by last modified time
    Searched defs:display (Results 51 - 75 of 602) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
shape.h 43 Display *display; /* Display the event was read from */ member in struct:__anon30361
55 Display* /* display */,
61 Display* /* display */,
67 Display* /* display */,
77 Display* /* display */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XShm.h 42 Display *display; /* Display the event was read from */ member in struct:__anon32117
60 Display* /* dpy */
64 Display* /* dpy */
68 Display* /* dpy */,
75 Display* /* dpy */
79 Display* /* dpy */,
84 Display* /* dpy */,
89 Display* /* dpy */
    [all...]
security.h 38 Display *dpy,
57 Display *dpy,
64 Display *dpy,
73 Display *display; /* Display the event was read from */ member in struct:__anon32214
shape.h 40 Display *display; /* Display the event was read from */ member in struct:__anon32220
52 Display* /* display */,
58 Display* /* display */,
64 Display* /* display */,
74 Display* /* display */
    [all...]
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 17 package android.display.cts;
25 import android.hardware.display.DisplayManager;
26 import android.hardware.display.DisplayManager.DisplayListener;
33 import android.view.Display;
45 // The CTS package brings up an overlay display on the target device (see AndroidTest.xml).
46 // The overlay display parameters must match the ones defined there which are
48 // display.
64 // To test display mode switches.
103 private boolean isSecondarySize(Display display) {
150 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
159 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
182 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
209 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
225 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
234 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
248 final Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTableTooltipHelper.java 16 import org.eclipse.swt.widgets.Display;
54 Control control = Display.getCurrent().getCursorControl();
187 Display display = Display.getCurrent(); local
188 control.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
189 control.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND));
  /frameworks/base/core/java/android/hardware/display/
WifiDisplayStatus.java 17 package android.hardware.display;
25 * Describes the current global state of Wifi display connectivity, including the
26 * currently connected display and all available or remembered displays.
43 /** Feature state: Wifi display is not available on this device. */
45 /** Feature state: Wifi display is disabled, probably because Wifi is disabled. */
47 /** Feature state: Wifi display is turned off in settings. */
49 /** Feature state: Wifi display is turned on in settings. */
57 /** Display state: Not connected. */
59 /** Display state: Connecting to active display. *
    [all...]
WifiDisplaySessionInfo.java 17 package android.hardware.display;
23 * This class contains information regarding a wifi display session
25 * Wifi Display Certification process.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
SdkManagerAction.java 40 import org.eclipse.swt.widgets.Display;
75 // If it's not properly set, the check will display a dialog to state
102 Display display = getShell() == null ? null : getShell().getDisplay(); local
103 if (display != null) {
104 display.syncExec(new Runnable() {
157 // the checkSdkLocationAndId method call should display a dialog
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 36 import org.eclipse.swt.widgets.Display;
92 Display display = mEditor.getConfigurationChooser().getDisplay(); local
93 display.asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
LintDeltaProcessor.java 35 import org.eclipse.swt.widgets.Display;
51 Display display = AdtPlugin.getDisplay(); local
52 if (display == null || display.isDisposed()) {
55 if (display.getThread() != Thread.currentThread()) {
56 display.syncExec(this);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 18 import android.hardware.display.DisplayManagerGlobal;
21 import android.view.Display;
67 VAR_MAP.put("build.display", new StaticVarGetter(Build.DISPLAY));
84 // Display
85 Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); typedefs
86 VAR_MAP.put("display.width", new StaticVarGetter(Integer.toString(display.getWidth())))
    [all...]
  /device/google/accessory/demokit/app/src/com/google/android/DemoKit/
DemoKitLaunch.java 8 import android.view.Display;
14 Display display = activity.getWindowManager().getDefaultDisplay(); local
15 int maxExtent = Math.max(display.getWidth(), display.getHeight());
  /external/deqp/modules/egl/
teglConfigList.cpp 64 EGLDisplay display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); local
65 vector<EGLConfig> configs = eglu::getConfigs(egl, display);
81 egl.getConfigAttrib(display, configs[i], EGL_BUFFER_SIZE, &val);
84 egl.getConfigAttrib(display, configs[i], EGL_RED_SIZE, &val);
87 egl.getConfigAttrib(display, configs[i], EGL_GREEN_SIZE, &val);
90 egl.getConfigAttrib(display, configs[i], EGL_BLUE_SIZE, &val);
93 egl.getConfigAttrib(display, configs[i], EGL_LUMINANCE_SIZE, &val);
96 egl.getConfigAttrib(display, configs[i], EGL_ALPHA_SIZE, &val);
99 egl.getConfigAttrib(display, configs[i], EGL_ALPHA_MASK_SIZE, &val);
102 egl.getConfigAttrib(display, configs[i], EGL_BIND_TO_TEXTURE_RGB, &val)
    [all...]
teglClientExtensionTests.cpp 181 : TestCase(eglTestCtx, "extensions", "Check that returned extensions are client or display extensions")
208 EGLDisplay display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); local
210 displayExtensions = de::splitString(egl.queryString(display, EGL_EXTENSIONS), ' ');
212 egl.terminate(display);
228 m_testCtx.getLog() << TestLog::Message << "'" << displayExtensions[extNdx] << "' is not display extension" << TestLog::EndMessage;
249 : TestCase(eglTestCtx, "disjoint", "Check that client and display extensions are disjoint")
270 EGLDisplay display = eglu::getAndInitDisplay(m_eglTestCtx.getNativeDisplay()); local
272 displayExtensions = de::splitString(egl.queryString(display, EGL_EXTENSIONS), ' ');
274 egl.terminate(display);
285 // Log display extension
    [all...]
  /external/jmonkeyengine/engine/src/core-effects/com/jme3/post/filters/
LightScatteringFilter.java 63 private boolean display = true; field in class:LightScatteringFilter
94 material.setBoolean("Display", display);
106 display = screenLightPos.x < 1.6f && screenLightPos.x > -0.6f && screenLightPos.y < 1.6f && screenLightPos.y > -0.6f && viewLightPos.z < 0;
  /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_subpicture.c 61 Display *display; local
72 display = XOpenDisplay(NULL);
76 display,
88 XCloseDisplay(display);
94 Atom xv_colorkey = XInternAtom(display, "XV_COLORKEY", 0);
95 XvGetPortAttribute(display, port_num, xv_colorkey, &colorkey);
98 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, &context) == Success);
100 subpics = XvMCListSubpictureTypes(display, port_num, surface_type_id, &num_subpics);
144 assert(XvMCCreateSubpicture(display, NULL, &subpicture, subpic_width, subpic_height, subpics[0].id) == XvMCBadContext)
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideoinitparams.h 74 MixDisplay *display; member in struct:_MixVideoInitParams
133 MixDisplay * display);
  /hardware/intel/common/libva/test/common/
va_display_wayland.c 34 struct display { struct
35 struct wl_display *display; member in struct:display
45 static struct display *g_display;
56 struct display * const d = data;
73 struct display *d;
85 d->display = wl_display_connect(NULL);
86 if (!d->display) {
90 wl_display_set_user_data(d->display, d);
91 d->registry = wl_display_get_registry(d->display);
93 d->event_fd = wl_display_get_fd(d->display);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/
NoneDreamInfoAction.java 17 package com.android.tv.settings.device.display.daydream;
  /frameworks/base/media/lib/remotedisplay/java/com/android/media/remotedisplay/
RemoteDisplayProvider.java 37 * Base class for remote display providers implemented as unbundled services.
39 * To implement your remote display provider service, create a subclass of
67 * Declare your remote display provider service in your application manifest
143 * Creates a remote display provider.
145 * @param context The application context for the remote display provider.
154 * Gets the context of the remote display provider.
164 * a remote display provider service.
182 * Called when the system would like to connect to a display.
184 * @param display The remote display
243 mDisplays.put(display.getId(), display); local
317 final RemoteDisplay display = mDisplays.valueAt(i); local
377 RemoteDisplay display = findRemoteDisplay((String)msg.obj); local
384 RemoteDisplay display = findRemoteDisplay((String)msg.obj); local
391 RemoteDisplay display = findRemoteDisplay((String)msg.obj); local
398 RemoteDisplay display = findRemoteDisplay((String)msg.obj); local
    [all...]
  /external/deqp/framework/egl/
egluConfigFilter.hpp 46 CandidateConfig (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config);
80 eglw::EGLDisplay display; member in struct:eglu::CandidateConfig::__anon7349::__anon7350
98 bool match (const eglw::Library& egl, eglw::EGLDisplay display, eglw::EGLConfig config) const;
  /external/deqp/framework/platform/android/
tcuAndroidPlatformCapabilityQueryJNI.cpp 127 const eglw::EGLDisplay display = egl.getDisplay(EGL_DEFAULT_DISPLAY); local
131 if (display == EGL_NO_DISPLAY)
133 tcu::print("could not get default display");
134 TCU_THROW(Exception, "could not get default display");
137 if (egl.initialize(display, &eglMajor, &eglMinor) != EGL_TRUE)
147 (void)eglu::chooseConfig(egl, display, renderConfig);
152 egl.terminate(display);
157 egl.terminate(display);
160 egl.terminate(display);
  /external/drm_hwcomposer/
drmconnector.cpp 65 int DrmConnector::display() const { function in class:android::DrmConnector
69 void DrmConnector::set_display(int display) {
70 display_ = display;

Completed in 318 milliseconds

1 23 4 5 6 7 8 91011>>