/hardware/intel/common/libmix/mix_video/src/ |
mixvideoformatenc_mpeg4.c | 253 //display = XOpenDisplay(NULL);
254 //va_display = vaGetDisplay (videoencobj->display);
258 LOG_V( "Get Display\n");
259 LOG_I( "Display = 0x%08x\n",
641 Display * display = XOpenDisplay (NULL);
local 643 LOG_I( "display = 0x%08x\n",
644 (guint) display);
645 win = XCreateSimpleWindow(display, RootWindow(display, 0), 0, 0, [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/display/daydream/ |
DaydreamActivity.java | 17 package com.android.tv.settings.device.display.daydream;
|
/packages/experimental/LoaderApp/src/com/android/loaderapp/util/ |
ContactsUtils.java | 47 * Build the display title for the {@link Data#CONTENT_URI} entry in the 83 CharSequence display = ""; local 105 // Can't return display label for given mimetype. 106 return display; 112 display = labels[type - 1]; 114 display = labels[defaultType - 1]; 118 display = label; 121 return display;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
AccordionControl.java | 40 import org.eclipse.swt.widgets.Display; 301 Display display = label.getDisplay(); local 303 display.getSystemColor(SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW), 304 display.getSystemColor(SWT.COLOR_WIDGET_BACKGROUND), 305 display.getSystemColor(SWT.COLOR_WIDGET_LIGHT_SHADOW)
|
LayoutMetadata.java | 43 import org.eclipse.swt.widgets.Display; 194 Display display = AdtPlugin.getDisplay(); local 195 WorkbenchJob job = new WorkbenchJob(display, "Update alternate views") {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.traceview/src/com/android/ide/eclipse/traceview/editors/ |
TraceviewEditor.java | 52 import org.eclipse.swt.widgets.Display; 263 Display display = mContents.getDisplay(); local 264 ColorController.assignMethodColors(display, reader.getMethods()); 274 Color darkGray = display.getSystemColor(SWT.COLOR_DARK_GRAY);
|
/developers/build/prebuilts/androidtv/visual-game-controller/src/com/example/android/visualgamecontroller/ |
ControllerView.java | 29 import android.view.Display; 38 * Custom view to display the game controller state visually. 301 Display display = mWindowManager.getDefaultDisplay(); local 302 display.getSize(mSize);
|
/developers/build/prebuilts/gradle/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
OverlayDisplayWindow.java | 21 import android.hardware.display.DisplayManager; 25 import android.view.Display; 43 * Manages an overlay display window, used for simulating remote playback. 93 // Watches for significant changes in the overlay display window lifecycle. 122 Display display = mWindowManager.getDefaultDisplay(); local 135 int width = (int)(display.getWidth() * INITIAL_SCALE); 136 int height = (int)(display.getHeight() * INITIAL_SCALE); 181 private final Display mDefaultDisplay; 303 // The position and scale will be clamped when the display is first shown [all...] |
/developers/samples/android/media/MediaRouter/Application/src/main/java/com/example/android/mediarouter/player/ |
OverlayDisplayWindow.java | 21 import android.hardware.display.DisplayManager; 25 import android.view.Display; 43 * Manages an overlay display window, used for simulating remote playback. 93 // Watches for significant changes in the overlay display window lifecycle. 122 Display display = mWindowManager.getDefaultDisplay(); local 135 int width = (int)(display.getWidth() * INITIAL_SCALE); 136 int height = (int)(display.getHeight() * INITIAL_SCALE); 181 private final Display mDefaultDisplay; 303 // The position and scale will be clamped when the display is first shown [all...] |
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
PresentationActivity.java | 31 import android.hardware.display.DisplayManager; 38 import android.view.Display; 61 * on a secondary display using a {@link Presentation}. 64 * When the user selects a display, the activity opens a {@link Presentation} 65 * on that display. We show a different photograph in each presentation 66 * on a unique background along with a label describing the display. 67 * We also write information about displays and display-related events to 70 * You can try this out using an HDMI or Wifi display or by using the 72 * simulated secondary displays. Each display will appear in the list along with a 73 * checkbox to show a presentation on that display 157 final Display display = mDisplayListAdapter.getItem(i); local 261 final Display display = (Display)buttonView.getTag(); local 280 final Display display = (Display)v.getTag(); local 302 final Display display = (Display)parent.getTag(); local 313 final Display display = (Display)parent.getTag(); local 384 final Display display = getItem(position); local 499 final Display display = getDisplay(); local [all...] |
/development/samples/Support7Demos/src/com/example/android/supportv7/media/ |
OverlayDisplayWindow.java | 24 import android.hardware.display.DisplayManager; 27 import android.view.Display; 44 * Manages an overlay display window, used for simulating remote playback. 96 // Watches for significant changes in the overlay display window lifecycle. 125 Display display = mWindowManager.getDefaultDisplay(); local 138 int width = (int)(display.getWidth() * INITIAL_SCALE); 139 int height = (int)(display.getHeight() * INITIAL_SCALE); 189 private final Display mDefaultDisplay; 316 // The position and scale will be clamped when the display is first shown [all...] |
/development/samples/browseable/MediaRouter/src/com.example.android.mediarouter/player/ |
OverlayDisplayWindow.java | 21 import android.hardware.display.DisplayManager; 25 import android.view.Display; 43 * Manages an overlay display window, used for simulating remote playback. 93 // Watches for significant changes in the overlay display window lifecycle. 122 Display display = mWindowManager.getDefaultDisplay(); local 135 int width = (int)(display.getWidth() * INITIAL_SCALE); 136 int height = (int)(display.getHeight() * INITIAL_SCALE); 181 private final Display mDefaultDisplay; 303 // The position and scale will be clamped when the display is first shown [all...] |
/external/drm_hwcomposer/ |
hwcomposer.cpp | 128 int display; member in struct:android::hwc_drm_display 139 // map of display:hwc_drm_display_t 178 ALOGE("No crtc for display %d", i); 218 static int hwc_add_layer(int display, hwc_context_t *ctx, hwc_layer_1_t *layer, 227 ret = composition->AddLayer(display, layer, &bo); 306 ALOGE("No connector for display %d", i); 420 static int hwc_event_control(struct hwc_composer_device_1 *dev, int display, 426 hwc_drm_display_t *hd = &ctx->displays[display]; 430 static int hwc_set_power_mode(struct hwc_composer_device_1 *dev, int display, 447 return ctx->drm.SetDpmsMode(display, dpmsValue) [all...] |
/external/e2fsprogs/ext2ed/ |
ext2ed.h | 59 the virtual display as infinite. Decrease the following for more realistic memory consumption. 141 int display; member in struct:struct_file_info
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/ |
CTableCombo.java | 27 import org.eclipse.swt.widgets.Display; 67 m_text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_LIST_BACKGROUND)); 172 event.display.asyncExec(new Runnable() { 348 event.display.asyncExec(new Runnable() { 529 Display.getCurrent().getClientArea().height - point.y - 20); 611 m_text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_LIST_BACKGROUND)); 613 m_text.setBackground(Display.getDefault().getSystemColor(SWT.COLOR_WIDGET_LIGHT_SHADOW));
|
/external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/ui/ |
DrawUtils.java | 24 import org.eclipse.swt.widgets.Display; 271 * user-interface (Display) thread. 278 // prepare Display 279 Display display = Display.getCurrent(); local 280 if (display == null) { 294 return new Image(display, destData); 373 return new Font(Display.getCurrent(), boldData); 381 return new Font(Display.getCurrent(), boldData) [all...] |
/external/jmonkeyengine/engine/src/android/com/jme3/system/android/ |
OGLESContext.java | 105 return Type.Display; 154 EGLDisplay display = egl.eglGetDisplay(EGL10.EGL_DEFAULT_DISPLAY); local 157 if (egl.eglInitialize(display, version) == true) { 158 logger.log(Level.INFO, "Display EGL Version: {0}.{1}", new Object[]{version[0], version[1]}); 165 if (!configChooser.findConfig(egl, display)) { 182 if (display != null) { 183 egl.eglTerminate(display); 282 logger.info("Display destroyed."); 395 // splash screen going away and app display being shown.
|
/external/jmonkeyengine/engine/src/niftygui/com/jme3/niftygui/ |
RenderDeviceJme.java | 63 private NiftyJmeDisplay display;
field in class:RenderDeviceJme 81 public RenderDeviceJme(NiftyJmeDisplay display) {
82 this.display = display;
93 niftyMat = new Material(display.getAssetManager(), "Common/MatDefs/Nifty/NiftyTex.j3md");
96 niftyQuadMat = new Material(display.getAssetManager(), "Common/MatDefs/Nifty/NiftyQuad.j3md");
100 niftyQuadGradMat = new Material(display.getAssetManager(), "Common/MatDefs/Nifty/NiftyQuadGrad.j3md");
129 return new RenderImageJme(filename, linear, display);
133 return new RenderFontJme(filename, display);
149 return display.getWidth(); [all...] |
/external/libpng/contrib/gregbook/ |
rpng-x.c | 3 rpng - simple PNG display program rpng-x.c 28 - 2.01: fixed improper display of usage screen on PNG error(s) 56 software must display the following acknowledgment: 140 static Display *display; variable 173 double default_display_exponent; /* whole display system */ 182 /* First set the default value for our display-system exponent, i.e., 236 if (!strncmp(*argv, "-display", 2)) { 279 "Usage: %s [-display xdpy] [-gamma exp] [-bgcolor bg] file.png\n" 280 " xdpy\tname of the target X display (e.g., ``hostname:0'')\n [all...] |
/external/libpng/ |
pngwrite.c | 1727 png_image_write_control *display = png_voidcast(png_image_write_control*, local 1884 png_image_write_control *display = png_voidcast(png_image_write_control*, local 2126 png_image_write_control *display = png_voidcast(png_image_write_control*, local 2330 png_image_write_control display; local [all...] |
/external/openssh/ |
ssh.c | 1607 const char *display; local 1770 const char *display; local [all...] |
/external/pdfium/samples/fx_lpng/lpng_v163/ |
fx_pngwrite.c | 1625 png_image_write_control *display = png_voidcast(png_image_write_control*, local 1780 png_image_write_control *display = png_voidcast(png_image_write_control*, local 2019 png_image_write_control *display = png_voidcast(png_image_write_control*, local 2223 png_image_write_control display; local [all...] |
/external/selinux/policycoreutils/newrole/ |
newrole.c | 470 * TERM, DISPLAY and XAUTHORITY - if they are set, preserve values 483 char *display = NULL; /* temporary container */ local 493 display_env = getenv("DISPLAY"); 500 display = strdup(display_env); 503 if ((term_env && !term) || (display_env && !display) || 518 if (display) 519 rc |= setenv("DISPLAY", display, 1); 529 free(display); [all...] |
/external/skia/src/views/win/ |
SkOSWindow_win.cpp | 411 EGLDisplay display = SkANGLEGLContext::GetD3DEGLDisplay(GetDC(hWnd)); local 413 if (EGL_NO_DISPLAY == display) { 414 SkDebugf("Could not create ANGLE egl display!\n"); 420 if (!eglInitialize(display, &majorVersion, &minorVersion)) { 425 if (!eglGetConfigs(display, NULL, 0, &numConfigs)) { 444 if (eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) { 450 if (!eglChooseConfig(display, configAttribList, eglConfig, 1, &numConfigs)) { 456 EGLSurface surface = eglCreateWindowSurface(display, *eglConfig, 464 EGLContext context = eglCreateContext(display, *eglConfig, 472 if (!eglMakeCurrent(display, surface, surface, context)) [all...] |
/frameworks/base/cmds/bootanimation/ |
BootAnimation.cpp | 265 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local 267 eglInitialize(display, 0, 0); 268 eglChooseConfig(display, attribs, &config, 1, &numConfigs); 269 surface = eglCreateWindowSurface(display, config, s.get(), NULL); 270 context = eglCreateContext(display, config, NULL, NULL); 271 eglQuerySurface(display, surface, EGL_WIDTH, &w); 272 eglQuerySurface(display, surface, EGL_HEIGHT, &h); 274 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) 277 mDisplay = display;
|