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

12345

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayBlanker.java17 package com.android.server.display;
20 * Interface used to update the actual display state.
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/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL_test.cpp105 // Make there be no current display.
278 // Make there be no current display.
409 // Terminate and then initialize the display. All contexts, surfaces
411 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
415 EXPECT_TRUE(eglTerminate(display));
/frameworks/base/core/java/android/hardware/display/
H A DVirtualDisplay.java16 package android.hardware.display;
23 * Represents a virtual display. The content of a virtual display is rendered to a
27 * Because a virtual display renders to a surface provided by the application, it will be
41 VirtualDisplay(DisplayManagerGlobal global, Display display, argument
44 mDisplay = display;
50 * Gets the virtual display.
57 * Gets the surface that backs the virtual display.
64 * Sets the surface that backs the virtual display.
66 * Detaching the surface that backs a virtual display ha
[all...]
H A DDisplayViewport.java17 package android.hardware.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.
35 // The logical display id.
41 // The portion of the logical display that are presented on this physical display.
44 // The portion of the (rotated) physical display that shows the logical display content
[all...]
H A DWifiDisplaySessionInfo.java17 package android.hardware.display;
23 * This class contains information regarding a wifi display session
/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/DocumentsUI/src/com/android/documentsui/
H A DLocalPreferences.java36 public static void setDisplayAdvancedDevices(Context context, boolean display) { argument
38 .putBoolean(KEY_ADVANCED_DEVICES, display).apply();
41 public static void setDisplayFileSize(Context context, boolean display) { argument
43 .putBoolean(KEY_FILE_SIZE, display).apply();
/frameworks/native/include/gui/
H A DBufferQueueConsumer.h71 const sp<Fence>& releaseFence, EGLDisplay display,
153 EGLDisplay display, EGLSyncKHR fence,
155 return releaseBuffer(buf, frameNumber, releaseFence, display, fence);
152 releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display, EGLSyncKHR fence, const sp<Fence>& releaseFence) argument
/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/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java41 public StrictModeFlash(Display display, SurfaceSession session) { argument
46 ctrl.setLayerStack(display.getLayerStack());
H A DCircularDisplayMask.java54 public CircularDisplayMask(Display display, SurfaceSession session, int zOrder, argument
57 display.getSize(mScreenSize);
59 Slog.w(TAG, "Screen dimensions of displayId = " + display.getDisplayId() +
74 ctrl.setLayerStack(display.getLayerStack());
124 // The radius is reduced by 1 to provide an anti aliasing effect on the display edges.
H A DEmulatorDisplayOverlay.java50 public EmulatorDisplayOverlay(Context context, Display display, SurfaceSession session, argument
53 display.getSize(mScreenSize);
65 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/java/android/view/
H A DWindowManagerImpl.java24 * operations that are bound to a particular context, display or parent window.
55 public WindowManagerImpl(Display display) { argument
56 this(display, null);
59 private WindowManagerImpl(Display display, Window parentWindow) { argument
60 mDisplay = display;
68 public WindowManagerImpl createPresentationWindowManager(Display display) { argument
69 return new WindowManagerImpl(display, mParentWindow);
/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/base/packages/SystemUI/src/com/android/systemui/
H A DRecentsComponent.java29 void toggleRecents(Display display, int layoutDirection, View statusBarView); argument
/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...]

Completed in 659 milliseconds

12345