Searched defs:display (Results 1 - 25 of 93) sorted by relevance

1234

/frameworks/base/services/java/com/android/server/display/
H A DDisplayTransactionListener.java17 package com.android.server.display;
21 * display may have changed. Provides an opportunity for the client to
H A DDisplayViewport.java17 package com.android.server.display;
22 * Describes how the pixels of physical display device reflects the content of
23 * a logical display.
26 * physical display coordinates into logical display coordinates.
33 // The logical display id.
39 // The portion of the logical display that are presented on this physical display.
42 // The portion of the (rotated) physical display that shows the logical display content
[all...]
H A DHeadlessDisplayAdapter.java17 package com.android.server.display;
25 * Provides a fake default display for headless systems.
H A DPersistentDataStore.java17 package com.android.server.display;
26 import android.hardware.display.WifiDisplay;
44 * Manages persistent state recorded by the display manager service as an XML file.
49 * <display-manager-state>
51 * <wifi-display deviceAddress="00:00:00:00:00:00" deviceName="XXXX" deviceAlias="YYYY" />
53 * >/display-manager-state>
61 // Remembered Wifi display devices.
74 mAtomicFile = new AtomicFile(new File("/data/system/display-manager-state.xml"));
98 public WifiDisplay applyWifiDisplayAlias(WifiDisplay display) { argument
99 if (display !
133 rememberWifiDisplay(WifiDisplay display) argument
[all...]
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java16 package android.hardware.display;
22 * Represents a virtual display. The content of a virtual display is rendered to a
25 * <p>Because a virtual display renders to a surface provided by the application, it will be
37 VirtualDisplay(DisplayManagerGlobal global, Display display, IBinder token) { argument
39 mDisplay = display;
44 * Gets the virtual display.
51 * Releases the virtual display and destroys its underlying surface.
53 * All remaining windows on the virtual display will be forcibly removed
54 * as part of releasing the virtual display
[all...]
H A DWifiDisplaySessionInfo.java17 package android.hardware.display;
23 * This class contains information regarding a wifi display session
H A DWifiDisplay.java17 package android.hardware.display;
25 * Describes the properties of a Wifi display.
77 * Gets the MAC address of the Wifi display device.
84 * Gets the name of the Wifi display device.
91 * Gets the user-specified alias of the Wifi display device, or null if none.
147 * Returns true if the other display is not null and has the same address as this one.
/frameworks/base/libs/hwui/
H A DImage.cpp29 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
33 mImage = eglCreateImageKHR(display, EGL_NO_CONTEXT,
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DRecentsComponent.java23 void toggleRecents(Display display, int layoutDirection, View statusBarView); argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecents.java49 public void toggleRecents(Display display, int layoutDirection, View statusBarView) { argument
101 display.getMetrics(dm);
/frameworks/support/v4/jellybean-mr1/android/support/v4/hardware/display/
H A DDisplayManagerJellybeanMr1.java17 package android.support.v4.hardware.display;
28 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplay(displayId);
32 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays();
36 return ((android.hardware.display.DisplayManager)displayManagerObj).getDisplays(category);
/frameworks/base/core/java/android/view/
H A DWindowManagerImpl.java21 * operations that are bound to a particular context, display or parent window.
50 public WindowManagerImpl(Display display) { argument
51 this(display, null);
54 private WindowManagerImpl(Display display, Window parentWindow) { argument
55 mDisplay = display;
63 public WindowManagerImpl createPresentationWindowManager(Display display) { argument
64 return new WindowManagerImpl(display, mParentWindow);
/frameworks/base/services/java/com/android/server/wm/
H A DStrictModeFlash.java41 public StrictModeFlash(Display display, SurfaceSession session) { argument
46 ctrl.setLayerStack(display.getLayerStack());
H A DFocusedStackFrame.java47 public FocusedStackFrame(Display display, SurfaceSession session) { argument
57 ctrl.setLayerStack(display.getLayerStack());
H A DWatermark.java54 Watermark(Display display, DisplayMetrics dm, SurfaceSession session, String[] tokens) { argument
62 mDisplay = display;
/frameworks/base/tests/AccessoryDisplay/source/src/com/android/accessorydisplay/source/presentation/
H A DDemoPresentation.java33 * The presentation to show on the accessory display.
35 * Note that this display may have different metrics from the display on which
47 public DemoPresentation(Context context, Display display, Logger logger) { argument
48 super(context, display);
/frameworks/support/v4/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java17 package android.support.v4.hardware.display;
26 * Helper for accessing features in {@link android.hardware.display.DisplayManager}
45 "android.hardware.display.category.PRESENTATION";
51 * Gets an instance of the display manager given the context.
70 * Gets information about a logical display.
72 * The display metrics may be adjusted to provide compatibility
75 * @param displayId The logical display id.
76 * @return The display object, or null if there is no valid display with the given id.
93 * then the displays are sorted so that the first display i
[all...]
/frameworks/support/v4/jellybean-mr1/android/support/v4/view/
H A DGravityCompatJellybeanMr1.java39 public static void applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) { argument
40 Gravity.applyDisplay(gravity, display, inoutObj, layoutDirection);
/frameworks/base/core/java/android/app/
H A DPresentation.java21 import android.hardware.display.DisplayManager;
22 import android.hardware.display.DisplayManager.DisplayListener;
37 * content on a secondary display. A {@link Presentation} is associated with
39 * resource configuration according to the display's metrics.
44 * to ensure that assets of the correct size and density for the target display
48 * the display to which it is attached is removed. An activity should take
53 * <h3>Choosing a presentation display</h3>
56 * on which it will appear. Choosing a presentation display is sometimes difficult
58 * which display is best, an application should let the system choose a suitable
59 * presentation display
158 Presentation(Context outerContext, Display display) argument
176 Presentation(Context outerContext, Display display, int theme) argument
287 createPresentationContext( Context outerContext, Display display, int theme) argument
[all...]
/frameworks/base/core/jni/
H A Dandroid_view_HardwareRenderer.cpp60 // Surface and display management
64 EGLDisplay display = eglGetCurrentDisplay(); local
68 eglSurfaceAttrib(display, surface, EGL_SWAP_BEHAVIOR, EGL_BUFFER_PRESERVED);
79 EGLDisplay display = eglGetCurrentDisplay(); local
84 eglQuerySurface(display, surface, EGL_SWAP_BEHAVIOR, &value);
108 EGLDisplay display = eglGetCurrentDisplay(); local
115 eglQuerySurface(display, surface, EGL_WIDTH, &value);
118 eglQuerySurface(display, surface, EGL_HEIGHT, &value);
124 eglBeginFrame(display, surface);
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h59 // includes the display, context, and surface. It is possible to either create
62 // necessarily through this class), and have an active display, context, and
79 // there is already a display, surface and context available (possibly
159 // Obtain the environment's EGL display.
160 const EGLDisplay& display() const { function in class:android::filterfw::GLEnv
209 // Get the currently active display.
230 // The EGL display, contexts, and surfaces.
/frameworks/native/opengl/libs/EGL/
H A Degl_object.cpp33 display(disp), count(1) {
35 display->addObject(this);
43 display->removeObject(this);
56 bool egl_object_t::get(egl_display_t const* display, egl_object_t* object) { argument
59 return display->getObject(object);
/frameworks/support/v4/java/android/support/v4/view/
H A DGravityCompat.java33 void applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection); argument
56 public void applyDisplay(int gravity, Rect display, Rect inoutObj, argument
58 Gravity.applyDisplay(gravity, display, inoutObj);
82 public void applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) { argument
83 GravityCompatJellybeanMr1.applyDisplay(gravity, display, inoutObj, layoutDirection);
166 * Apply additional gravity behavior based on the overall "display" that an
169 * within a visible display. By default this moves or clips the object
170 * to be visible in the display; the gravity flags
175 * display.
176 * @param display Th
185 applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/hardware/display/
H A DVirtualDisplayTest.java17 package android.hardware.display;
25 import android.hardware.display.DisplayManager;
26 import android.hardware.display.VirtualDisplay;
109 * Ensures that an application can create a private virtual display and show
115 assertNotNull("virtual display must not be null", virtualDisplay);
117 Display display = virtualDisplay.getDisplay();
119 assertDisplayRegistered(display, Display.FLAG_PRIVATE);
121 // Show a private presentation on the display.
123 display, BLUEISH,
128 assertDisplayUnregistered(display);
249 assertDisplayRegistered(Display display, int flags) argument
276 assertDisplayUnregistered(Display display) argument
282 assertDisplayCanShowPresentation(String message, final Display display, final int color, final int windowType, final int windowFlags) argument
348 TestPresentation(Context context, Display display, int color, int windowType, int windowFlags) argument
[all...]
/frameworks/base/cmds/screencap/
H A Dscreencap.cpp45 "usage: %s [-hp] [-d display-id] [FILENAME]\n"
48 " -d: specify the display id to capture, default %d.\n"
143 sp<IBinder> display = SurfaceComposerClient::getBuiltInDisplay(displayId); local
144 if (display != NULL && screenshot.update(display) == NO_ERROR) {

Completed in 660 milliseconds

1234