/frameworks/base/cmds/uiautomator/library/core-src/com/android/uiautomator/core/ |
UiDevice.java | 28 import android.view.Display; 121 * Returns the display size in dp (device-independent pixel) 123 * The returned display size is adjusted per screen rotation. Also this will return the actual 126 * @return a Point containing the display size in dp 130 Display display = getAutomatorBridge().getDefaultDisplay(); local 132 display.getRealSize(p); 134 display.getRealMetrics(metrics); 371 * Gets the width of the display, in pixels. The width and height details 372 * are reported based on the current orientation of the display 378 Display display = getAutomatorBridge().getDefaultDisplay(); local 392 Display display = getAutomatorBridge().getDefaultDisplay(); local 765 Display display = getAutomatorBridge().getDefaultDisplay(); local [all...] |
/frameworks/base/core/java/android/app/ |
UiAutomation.java | 27 import android.hardware.display.DisplayManagerGlobal; 35 import android.view.Display; 619 Display display = DisplayManagerGlobal.getInstance() local 620 .getRealDisplay(Display.DEFAULT_DISPLAY); 622 display.getRealSize(displaySize); 629 final int rotation = display.getRotation(); [all...] |
/frameworks/base/core/java/android/view/ |
ViewConfiguration.java | 121 * Defines the duration in milliseconds we want to display zoom controls in response 275 * various parameters of the context, like the dimension of the display or the density 276 * of the display. 303 final Display display = win.getDefaultDisplay(); local 305 display.getRealSize(size); 358 * various parameters of the context, like the dimension of the display or the 359 * density of the display.
|
/frameworks/base/services/core/java/com/android/server/display/ |
ColorFade.java | 17 package com.android.server.display; 30 import android.hardware.display.DisplayManagerInternal; 31 import android.hardware.display.DisplayManagerInternal.DisplayTransactionListener; 80 private int mDisplayLayerStack; // layer stack associated with primary display 143 // Get the display size and layer stack. 473 // a different size from the display for some reason. 701 * Updates the position and transformation of the matrix whenever the display 702 * is rotated. This is a little tricky because the display transaction
|
OverlayDisplayAdapter.java | 17 package com.android.server.display; 30 import android.view.Display; 43 * A display adapter that uses overlay windows to simulate secondary displays 48 * get confused. The main handler is used to posting messages to the display manager 51 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock. 65 * <li><pre>secure</pre>: creates a secure display</li> 149 Slog.i(TAG, "Dismissing all overlay display devices."); 161 Slog.w(TAG, "Too many overlay display devices specified: " + value); 181 Slog.w(TAG, "Ignoring out-of-range overlay display mode: " + mode); 197 Slog.i(TAG, "Showing overlay display device #" + numbe [all...] |
VirtualDisplayAdapter.java | 17 package com.android.server.display; 20 import android.hardware.display.DisplayManager; 21 import android.hardware.display.IVirtualDisplayCallback; 32 import android.view.Display; 40 * A display adapter that provides virtual displays on behalf of applications. 42 * Display adapters are guarded by the {@link DisplayManagerService.SyncRoot} lock. 89 // Return the display device without actually sending the event indicating 117 // Return the display device that was removed without actually sending the 148 Slog.i(TAG, "Virtual display device released because application token died: " 158 Slog.i(TAG, "Virtual display device released because media projection stopped: [all...] |
/hardware/intel/common/libmix/videoencoder/ |
VideoEncoderBase.cpp | 69 // here the display can be any value, use following one 71 unsigned int display = 0x18C34078; local 78 mVADisplay = vaGetDisplay(&display); [all...] |
/hardware/intel/common/libva/va/glx/ |
va_glx_impl.c | 46 static int (*old_error_handler)(Display *, XErrorEvent *); 48 static int error_handler(Display *dpy, XErrorEvent *error) 300 Display *display; member in struct:OpenGLContextState 311 if (cs->display && cs->context) { 313 glXMakeCurrent(cs->display, None, NULL); 314 glXDestroyContext(cs->display, cs->context); 315 cs->display = NULL; 343 cs->display = ctx->native_dpy; 349 parent->display, [all...] |
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
SimStatus.java | 61 * Display the following information 270 String display = mRes.getString(R.string.radioInfo_unknown); local 274 display = mRes.getString(R.string.radioInfo_data_connected); 277 display = mRes.getString(R.string.radioInfo_data_suspended); 280 display = mRes.getString(R.string.radioInfo_data_connecting); 283 display = mRes.getString(R.string.radioInfo_data_disconnected); 287 setSummaryText(KEY_DATA_STATE, display); 292 String display = mRes.getString(R.string.radioInfo_unknown); local 296 display = mRes.getString(R.string.radioInfo_service_in); 304 display = mRes.getString(R.string.radioInfo_service_out) [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/ |
XInput2.h | 189 Display *display; /* Display the event was read from */ member in struct:__anon30144 212 Display *display; /* Display the event was read from */ member in struct:__anon30146 229 Display *display; /* Display the event was read from */ member in struct:__anon30147 244 Display *display; /* Display the event was read from * member in struct:__anon30148 269 Display *display; \/* Display the event was read from *\/ member in struct:__anon30149 285 Display *display; \/* Display the event was read from *\/ member in struct:__anon30150 315 Display *display; \/* Display the event was read from *\/ member in struct:__anon30151 328 Display *display; \/* Display the event was read from *\/ member in struct:__anon30152 345 Display *display; \/* Display the event was read from *\/ member in struct:__anon30153 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/ |
XInput2.h | 179 Display *display; /* Display the event was read from */ member in struct:__anon32003 202 Display *display; /* Display the event was read from */ member in struct:__anon32005 219 Display *display; /* Display the event was read from */ member in struct:__anon32006 234 Display *display; /* Display the event was read from * member in struct:__anon32007 259 Display *display; \/* Display the event was read from *\/ member in struct:__anon32008 275 Display *display; \/* Display the event was read from *\/ member in struct:__anon32009 305 Display *display; \/* Display the event was read from *\/ member in struct:__anon32010 318 Display *display; \/* Display the event was read from *\/ member in struct:__anon32011 [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
ExtractIncludeRefactoring.java | 70 import org.eclipse.swt.widgets.Display; 457 Display display = AdtPlugin.getDisplay(); 458 display.asyncExec(new Runnable() {
|
/frameworks/base/services/core/java/com/android/server/wm/ |
ScreenRotationAnimation.java | 28 import android.view.Display; 209 final Display display = displayContent.getDisplay(); local 210 int originalRotation = display.getRotation(); 264 // FIXME: we should use the proper display 267 mSurfaceControl.setLayerStack(display.getLayerStack()); 578 // Going from a smaller Display to a larger Display, add curtains to sides 579 // or top and bottom. Going from a larger to smaller display will result in [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
AndroidLaunchController.java | 76 import org.eclipse.swt.widgets.Display; 350 * Always display a UI that lets a user see the current running emulators/devices. 359 * If != 1, display a UI similar to manual mode. 524 final Display display = AdtPlugin.getDisplay(); local 527 display.syncExec(new Runnable() { 530 Shell shell = display.getActiveShell(); 634 // So we trap all the exception and display something. [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
LintViewPart.java | 57 import org.eclipse.swt.widgets.Display; 170 Display display = parent.getDisplay(); local 171 mDetailsText.setBackground(display.getSystemColor(SWT.COLOR_INFO_BACKGROUND)); 172 mDetailsText.setForeground(display.getSystemColor(SWT.COLOR_INFO_FOREGROUND));
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
FramebufferTest.java | 143 * Core EGL state (display, context, config). 169 * Prepares EGL display and context. 178 * Prepares EGL display and context. 194 throw new RuntimeException("unable to get EGL14 display"); 375 Log.d(TAG, "NOTE: makeCurrent w/o display"); 388 Log.d(TAG, "NOTE: makeCurrent w/o display"); 446 * Writes the current display, context, and surface to the log. 449 EGLDisplay display; local 453 display = EGL14.eglGetCurrentDisplay(); 456 Log.i(TAG, "Current EGL (" + msg + "): display=" + display + ", context=" + context [all...] |
/developers/build/prebuilts/androidtv/sample-inputs/app/src/main/java/com/example/android/sampletvinput/rich/ |
RichTvInputService.java | 34 import android.view.Display; 388 Display display = ((WindowManager) getSystemService(Context.WINDOW_SERVICE)) local 391 display.getSize(displaySize);
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/ |
PerformanceResults.java | 68 String display() { method in class:PerformanceResults.RemainingTimeGuess
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/ |
ConfigTab.java | 33 import org.eclipse.swt.widgets.Display; 50 * Tab to display all performances results numbers for a configuration (i.e a performance machine). 55 static final Display DEFAULT_DISPLAY = Display.getDefault(); 64 Display display; field in class:ConfigTab 108 // Cache the shell and display. 110 this.display = this.shell.getDisplay(); 177 // Listen to mouse track events to display the table cell corresponding tooltip. 394 // Compute the tooltip to display on the cel [all...] |
PerformancesView.java | 44 import org.eclipse.swt.widgets.Display; 79 static final Display DEFAULT_DISPLAY = Display.getDefault(); 132 Display display; field in class:PerformancesView 275 // Cache the shell and display. 277 this.display = this.shell.getDisplay ();
|
/external/jmonkeyengine/engine/src/desktop/com/jme3/app/ |
SettingsDialog.java | 76 // Array of supported display modes 95 * properties dialog initialized for the primary display. 112 * properties dialog initialized for the primary display. 237 setTitle("Select Display Settings"); 363 * display mode is valid for this system, and then saves the current 369 String display = (String) displayResCombo.getSelectedItem(); local 373 int width = Integer.parseInt(display.substring(0, display.indexOf(" x "))); 374 display = display.substring(display.indexOf(" x ") + 3) [all...] |
/external/libpng/contrib/libtests/ |
pngunknown.c | 388 } display; typedef in typeref:struct:__anon13399 394 init_display(display *d, const char *program) 406 clean_display(display *d) 419 PNG_FUNCTION(void, display_exit, (display *d), static PNG_NORETURN) 436 display_rc(const display *d, int strict) 445 display *d = (display*)png_get_error_ptr(png_ptr); 454 display *d = (display*)png_get_error_ptr(png_ptr); 461 get_valid(display *d, png_infop info_ptr [all...] |
/external/linux-tools-perf/src/tools/perf/ |
builtin-timechart.c | 82 int display; member in struct:per_pid 97 int display; member in struct:per_pidcomm 788 if (!c->display) { 863 p->display = 0; 874 c->display = 0; 880 c->display = 1; 881 p->display = 1; 906 p->display = 0; 914 p->display = 1; 919 c->display = 0 [all...] |
/external/mesa3d/src/glx/ |
glxclient.h | 84 * Display dependent methods. This structure is initialized during the 94 * Method to destroy the private DRI display data. 96 void (*destroyDisplay) (__GLXDRIdisplay * display); 144 ** Function to create and DRI display data and initialize the display 147 extern __GLXDRIdisplay *driswCreateDisplay(Display * dpy); 148 extern __GLXDRIdisplay *driCreateDisplay(Display * dpy); 149 extern __GLXDRIdisplay *dri2CreateDisplay(Display * dpy); 150 extern void dri2InvalidateBuffers(Display *dpy, XID drawable); 151 extern unsigned dri2GetSwapEventType(Display *dpy, XID drawable) 495 struct glx_display *display; member in struct:glx_screen [all...] |
/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 76 XMesaDisplay *display; /* The X11 display */ member in struct:xmesa_visual 113 XMesaDisplay *display; /* == xm_visual->display */ member in struct:xmesa_context 114 GLboolean swapbytes; /* Host byte order != display byte order? */ 189 XMesaDisplay *display; member in struct:xmesa_buffer
|