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

1 2 3 4 5 6 7 891011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
sync.h 196 Display *display; /* Display the event was read from */ member in struct:__anon32229
209 Display *display; /* Display the event was read from */ member in struct:__anon32230
223 Display *display; /* Display the event was read from */ member in struct:__anon32231
233 Display *display; /* Display the event was read from * member in struct:__anon32232
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 41 import org.eclipse.swt.widgets.Display;
183 Display display = mEditor.getSite().getShell().getDisplay(); local
185 mPreviewImageControl.setImage(SwtUtils.convertToSwt(display, image, true, -1));
187 mPreviewImageControl.setImage(SwtUtils.createEmptyImage(display, WIDTH, HEIGHT));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
SwtUtilsTest.java 27 import org.eclipse.swt.widgets.Display;
51 Display display = shell.getDisplay(); local
54 Image outImage = SwtUtils.convertToSwt(display, inImage, false, -1);
107 Display display = shell.getDisplay(); local
109 Image outImage = SwtUtils.convertToSwt(display, inImage, false, 128);
140 Display display = shell.getDisplay(); local
142 Image outImage = SwtUtils.convertToSwt(display, inImage, true, -1)
175 Display display = shell.getDisplay(); local
330 Display display = shell.getDisplay(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java 30 import org.eclipse.swt.widgets.Display;
535 Display display = Display.getDefault(); local
538 display.syncExec(
557 display.syncExec(
810 " Optional. Display output in the console while generating.\n" +
    [all...]
ScenarioData.java 33 import org.eclipse.swt.widgets.Display;
91 Display display = Display.getDefault(); local
93 Color black = display.getSystemColor(SWT.COLOR_BLACK);
94 Color yellow = display.getSystemColor(SWT.COLOR_DARK_YELLOW);
95 Color magenta = display.getSystemColor(SWT.COLOR_MAGENTA);
190 Display display = Display.getDefault() local
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
WifiDisplayController.java 17 package com.android.server.display;
27 import android.hardware.display.WifiDisplay;
28 import android.hardware.display.WifiDisplaySessionInfo;
29 import android.hardware.display.WifiDisplayStatus;
64 * accidentally introducing any deadlocks due to the display manager calling
109 // True if Wifi display is enabled by the user.
140 // The remote display that is listening on the connection.
144 // The remote display interface.
364 Slog.i(TAG, "Starting Wifi display scan.");
375 // The wifi display connection attempt often fails if we are not in discover
691 WifiDisplay display = createWifiDisplay(mConnectingDevice); local
    [all...]
DisplayPowerState.java 17 package com.android.server.display;
27 import android.view.Display;
32 * Controls the display power state.
35 * describes the properties of a display. When properties are changed, the component
37 * This mechanism enables multiple properties of the display power state to be animated
39 * the display is done on a separate thread to avoid blocking the looper.
82 // Although we set the brightness to full on here, the display power controller
85 mScreenState = Display.STATE_ON;
143 * Sets the display brightness.
154 if (mScreenState != Display.STATE_OFF)
    [all...]
LocalDisplayAdapter.java 17 package com.android.server.display;
34 import android.view.Display;
43 * A display adapter for the local displays managed by Surface Flinger.
45 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock.
90 Slog.w(TAG, "No valid configs found for display device " +
98 Slog.w(TAG, "No active config found for display device " +
104 // Display was added.
110 // Display properties changed.
114 // The display is no longer available. Ignore the attempt to add it.
123 // Display was removed
    [all...]
OverlayDisplayWindow.java 17 package com.android.server.display;
23 import android.hardware.display.DisplayManager;
25 import android.view.Display;
75 private final Display mDefaultDisplay;
185 Slog.w(TAG, "Cannot show overlay display because there is no "
186 + "default display upon which to show it.");
235 // The position and scale will be clamped when the display is first shown.
385 * Watches for significant changes in the overlay display window lifecycle.
PersistentDataStore.java 17 package com.android.server.display;
26 import android.hardware.display.WifiDisplay;
45 * Manages persistent state recorded by the display manager service as an XML file.
50 * <display-manager-state>
52 * <wifi-display deviceAddress="00:00:00:00:00:00" deviceName="XXXX" deviceAlias="YYYY" />
54 * >/display-manager-state>
62 // Remembered Wifi display devices.
75 mAtomicFile = new AtomicFile(new File("/data/system/display-manager-state.xml"));
99 public WifiDisplay applyWifiDisplayAlias(WifiDisplay display) {
100 if (display != null)
    [all...]
  /frameworks/base/services/core/java/com/android/server/wm/
Session.java 40 import android.view.Display;
160 return addToDisplay(window, seq, attrs, viewVisibility, Display.DEFAULT_DISPLAY,
176 Display.DEFAULT_DISPLAY, outContentInsets, outStableInsets);
308 Display display = displayContent.getDisplay(); local
309 mService.mDragState.register(display);
339 surfaceControl.setLayerStack(display.getLayerStack());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
LayoutActionBar.java 53 import org.eclipse.swt.widgets.Display;
595 Display display = getDisplay(); local
596 if (display.getThread() != Thread.currentThread()) {
597 display.asyncExec(new Runnable() {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ImportPage.java 58 import org.eclipse.swt.widgets.Display;
452 Display display = mTable.getDisplay(); local
455 fg = display.getSystemColor(SWT.COLOR_DARK_GRAY);
457 fg = display.getSystemColor(SWT.COLOR_LIST_FOREGROUND);
460 cell.setBackground(display.getSystemColor(SWT.COLOR_LIST_BACKGROUND));
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
DdmsPlugin.java 52 import org.eclipse.swt.widgets.Display;
141 final Display display = getDisplay(); local
161 mRed = new Color(display, 0xFF, 0x00, 0x00);
166 display.asyncExec(new Runnable() {
190 display.asyncExec(new Runnable() {
193 Shell shell = display.getActiveShell();
455 public static Display getDisplay() {
740 Display display = getDisplay() local
    [all...]
  /cts/tests/tests/assist/src/android/assist/cts/
AssistTestBase.java 42 import android.view.Display;
150 * Calculate display dimensions (including navbar) to pass along in the given intent.
154 Display display = mTestActivity.getWindowManager().getDefaultDisplay(); local
156 display.getRealSize(mDisplaySize);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandom.java 21 import android.hardware.display.DisplayManagerGlobal;
23 import android.view.Display;
268 Display display = DisplayManagerGlobal.getInstance().getRealDisplay(Display.DEFAULT_DISPLAY); local
270 PointF p1 = randomPoint(random, display);
284 randomWalk(random, display, p1, v1);
292 PointF p2 = randomPoint(random, display);
295 randomWalk(random, display, p1, v1);
304 randomWalk(random, display, p1, v1)
    [all...]
  /external/deqp/modules/egl/
teglMakeCurrentPerfTests.cpp 336 EGLDisplay display = m_display; local
342 EGLU_CHECK_CALL(egl, destroySurface(display, *iter));
395 EGLDisplay display = m_display; local
400 EGLU_CHECK_CALL(egl, destroyContext(display, *iter));
515 EGLDisplay display = m_display; local
523 egl.makeCurrent(display, surface, surface, context);
526 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
531 egl.makeCurrent(display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
  /external/linux-tools-perf/src/tools/perf/
builtin-help.c 119 const char *display = getenv("DISPLAY"); local
120 if (display && *display) {
391 * example compat/mingw.h), we use the script web--browse to display
  /external/selinux/policycoreutils/sandbox/
seunshare.c 749 char *display = NULL; local
787 if ((display = getenv("DISPLAY")) != NULL) {
788 if ((display = strdup(display)) == NULL) {
813 if (display)
814 rc |= setenv("DISPLAY", display, 1);
852 free(display);
  /external/v8/src/
i18n.cc 236 icu::UnicodeString display; local
238 ExtractStringSetting(isolate, options, "currencyDisplay", &display);
242 if (display == UNICODE_STRING_SIMPLE("code")) {
244 } else if (display == UNICODE_STRING_SIMPLE("name")) {
251 if (display == UNICODE_STRING_SIMPLE("code")) {
253 } else if (display == UNICODE_STRING_SIMPLE("name")) {
    [all...]
  /external/wpa_supplicant_8/src/utils/
wpa_debug.c 278 const char *display; local
282 display = " [NULL]";
284 display = "";
300 display = strbuf;
302 display = " [REMOVED]";
308 title, (long unsigned int) len, display, local
316 const char *display;
320 display = " [NULL]";
322 display = "";
335 display = strbuf
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskViewHeader.java 226 Rect display = mSsp.getWindowRect(); local
229 if (display.equals(taskRect) || taskRect.isEmpty()) {
232 boolean top = display.top == taskRect.top;
233 boolean bottom = display.bottom == taskRect.bottom;
234 boolean left = display.left == taskRect.left;
235 boolean right = display.right == taskRect.right;
  /frameworks/native/services/surfaceflinger/
DisplayDevice.cpp 60 * Initialize the display to the specified values.
95 * Create our display's surface
99 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
101 config = RenderEngine::chooseEglConfig(display, format);
103 surface = eglCreateWindowSurface(display, config, window, NULL);
104 eglQuerySurface(display, surface, EGL_WIDTH, &mDisplayWidth);
105 eglQuerySurface(display, surface, EGL_HEIGHT, &mDisplayHeight);
107 // Make sure that composition can never be stalled by a virtual display
110 // * Here, in case the display is composed entirely by HWC.
118 mDisplay = display;
    [all...]
  /hardware/intel/common/libmix/mix_video/src/
mixvideo.c 364 Display *display = NULL; local
367 LOG_E("Failed to get display 1\n");
373 ret = mix_displayx11_get_display(mix_displayx11, &display);
375 LOG_E("Failed to get display 2\n");
381 LOG_E("It is not display x11\n");
387 priv->va_display = vaGetDisplay(display);
1101 Display *display = NULL; local
1162 /* Get Display */
    [all...]
mixvideoformatenc_h264.c 268 //display = XOpenDisplay(NULL);
269 //va_display = vaGetDisplay (videoencobj->display);
273 LOG_V( "Get Display\n");
274 LOG_I( "Display = 0x%08x\n",
656 Display * display = XOpenDisplay (NULL); local
658 LOG_I( "display = 0x%08x\n",
659 (guint) display);
660 win = XCreateSimpleWindow(display, RootWindow(display, 0), 0, 0
    [all...]

Completed in 526 milliseconds

1 2 3 4 5 6 7 891011>>