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

123456

/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_protocol.cpp5 namespace display { namespace in namespace:android::dvr
11 } // namespace display
H A Ddisplay_manager_client.cpp15 namespace display { namespace in namespace:android::dvr
23 pdx::Status<std::vector<display::SurfaceState>>
76 } // namespace display
/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 DDisplayTransformManager.java17 package com.android.server.display;
32 * Manager for applying color transformations to the display.
39 * Color transform level used by Night display to tint the display red.
43 * Color transform level used by A11y services to make the display monochromatic.
47 * Color transform level used by A11y services to invert the display colors.
86 * on level before being applied to the display.
H A DHysteresisLevels.java17 package com.android.server.display;
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureMultiContextGL_test.cpp111 // Make there be no current display.
293 // Make there be no current display.
426 // Terminate and then initialize the display. All contexts, surfaces
428 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
432 EXPECT_TRUE(eglTerminate(display));
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_manager_client.h17 namespace display { namespace in namespace:android::dvr
47 } // namespace display
H A Ddisplay_client.h13 namespace display { namespace in namespace:android::dvr
87 } // namespace display
/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
26 * Because a virtual display renders to a surface provided by the application, it will be
40 VirtualDisplay(DisplayManagerGlobal global, Display display, argument
43 mDisplay = display;
49 * Gets the virtual display.
56 * Gets the surface that backs the virtual display.
63 * Sets the surface that backs the virtual display.
65 * Detaching the surface that backs a virtual display ha
[all...]
H A DDisplayViewport.java17 package android.hardware.display;
23 * Describes how the pixels of physical display device reflects the content of
24 * a logical display.
27 * physical display coordinates into logical display coordinates.
36 // The logical display id.
42 // The portion of the logical display that are presented on this physical display.
45 // 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.cpp27 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
31 mImage = eglCreateImageKHR(display, EGL_NO_CONTEXT,
/frameworks/base/services/tests/servicestests/src/com/android/server/display/
H A DDisplayManagerServiceTest.java17 package com.android.server.display;
20 import android.hardware.display.DisplayManager;
21 import android.hardware.display.DisplayViewport;
22 import android.hardware.display.IVirtualDisplayCallback;
32 import com.android.server.display.DisplayManagerService.SyncRoot;
33 import com.android.server.display.VirtualDisplayAdapter.SurfaceControlDisplayFactory;
/frameworks/base/core/java/com/android/internal/view/
H A DSurfaceFlingerVsyncChoreographer.java42 public SurfaceFlingerVsyncChoreographer(Handler handler, Display display, argument
46 mSurfaceFlingerOffsetMs = calculateAppSurfaceFlingerVsyncOffsetMs(display);
62 private long calculateAppSurfaceFlingerVsyncOffsetMs(Display display) { argument
66 long vsyncPeriod = (long) (ONE_S_IN_NS / display.getRefreshRate());
67 long sfVsyncOffset = vsyncPeriod - (display.getPresentationDeadlineNanos() - ONE_MS_IN_NS);
68 return Math.max(0, (sfVsyncOffset - display.getAppVsyncOffsetNanos()) / ONE_MS_IN_NS);
/frameworks/base/libs/hwui/tests/common/
H A DTestContext.cpp42 DisplayInfo display; local
45 status_t status = SurfaceComposerClient::getDisplayInfo(dtoken, &display);
46 LOG_ALWAYS_FATAL_IF(status, "Failed to get display info\n");
47 return display;
/frameworks/base/services/core/java/com/android/server/wm/
H A DStrictModeFlash.java44 public StrictModeFlash(Display display, SurfaceSession session) { argument
49 ctrl.setLayerStack(display.getLayerStack());
H A DEmulatorDisplayOverlay.java53 public EmulatorDisplayOverlay(Context context, Display display, SurfaceSession session, argument
56 display.getSize(mScreenSize);
68 ctrl.setLayerStack(display.getLayerStack());
H A DWatermark.java56 Watermark(Display display, DisplayMetrics dm, SurfaceSession session, String[] tokens) { argument
64 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/native/include/gui/
H A DBufferQueueConsumer.h72 const sp<Fence>& releaseFence, EGLDisplay display,
161 EGLDisplay display, EGLSyncKHR fence,
163 return releaseBuffer(buf, frameNumber, releaseFence, display, fence);
160 releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display, EGLSyncKHR fence, const sp<Fence>& releaseFence) argument
/frameworks/support/compat/java/android/support/v4/hardware/display/
H A DDisplayManagerCompat.java17 package android.support.v4.hardware.display;
20 import android.hardware.display.DisplayManager;
29 * Helper for accessing features in {@link android.hardware.display.DisplayManager}
48 "android.hardware.display.category.PRESENTATION";
54 * Gets an instance of the display manager given the context.
72 * Gets information about a logical display.
74 * The display metrics may be adjusted to provide compatibility
77 * @param displayId The logical display id.
78 * @return The display object, or null if there is no valid display wit
[all...]
/frameworks/base/core/java/android/app/
H A DPresentation.java25 import android.hardware.display.DisplayManager;
26 import android.hardware.display.DisplayManager.DisplayListener;
45 * content on a secondary display. A {@link Presentation} is associated with
47 * resource configuration according to the display's metrics.
52 * to ensure that assets of the correct size and density for the target display
56 * the display to which it is attached is removed. An activity should take
61 * <h3>Choosing a presentation display</h3>
64 * on which it will appear. Choosing a presentation display is sometimes difficult
66 * which display is best, an application should let the system choose a suitable
67 * presentation display
167 Presentation(Context outerContext, Display display) argument
185 Presentation(Context outerContext, Display display, int theme) argument
303 createPresentationContext( Context outerContext, Display display, int theme) argument
[all...]
/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h60 // includes the display, context, and surface. It is possible to either create
63 // necessarily through this class), and have an active display, context, and
80 // there is already a display, surface and context available (possibly
160 // Obtain the environment's EGL display.
161 const EGLDisplay& display() const { function in class:android::filterfw::GLEnv
210 // Get the currently active display.
231 // The EGL display, contexts, and surfaces.
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/display/
H A DDisplayDensityUtils.java17 package com.android.settingslib.display;
23 import android.hardware.display.DisplayManager;
37 * Utility methods for working with display density.
106 // Compute number of "larger" and "smaller" scales for this display.
194 * Returns the default density for the specified display.
196 * @param displayId the identifier of the display
197 * @return the default density of the specified display, or {@code -1} if
198 * the display does not exist or the density could not be obtained
210 * Asynchronously applies display density changes to the specified display
[all...]
/frameworks/support/compat/java/android/support/v4/view/
H A DGravityCompat.java106 * Apply additional gravity behavior based on the overall "display" that an
109 * within a visible display. By default this moves or clips the object
110 * to be visible in the display; the gravity flags
115 * display.
116 * @param display The rectangle of the display in which the object is
119 * modified if needed to fit in the display.
125 public static void applyDisplay(int gravity, Rect display, Rect inoutObj, int layoutDirection) { argument
127 Gravity.applyDisplay(gravity, display, inoutObj, layoutDirection);
129 Gravity.applyDisplay(gravity, display, inoutOb
[all...]

Completed in 879 milliseconds

123456