Searched refs:display (Results 151 - 175 of 274) sorted by relevance

1234567891011

/frameworks/native/libs/gui/include/gui/
H A DConsumerBase.h190 EGLDisplay display, EGLSyncKHR eglFence);
H A DIGraphicBufferConsumer.h133 virtual status_t releaseBuffer(int buf, uint64_t frameNumber, EGLDisplay display,
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h14 namespace display { namespace in namespace:android::dvr
96 } // namespace display
/frameworks/rs/driver/
H A DrsdGL.h38 EGLDisplay display; member in struct:RsdGLRec::__anon2094
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java23 import android.hardware.display.DisplayManager;
45 * Manages an overlay display window, used for simulating remote playback.
97 // Watches for significant changes in the overlay display window lifecycle.
127 Display display = mWindowManager.getDefaultDisplay();
147 int width = (int)(display.getWidth() * INITIAL_SCALE);
148 int height = (int)(display.getHeight() * INITIAL_SCALE);
332 // The position and scale will be clamped when the display is first shown.
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/media/
H A DOverlayDisplayWindow.java23 import android.hardware.display.DisplayManager;
45 * Manages an overlay display window, used for simulating remote playback.
97 // Watches for significant changes in the overlay display window lifecycle.
127 Display display = mWindowManager.getDefaultDisplay();
147 int width = (int)(display.getWidth() * INITIAL_SCALE);
148 int height = (int)(display.getHeight() * INITIAL_SCALE);
332 // The position and scale will be clamped when the display is first shown.
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java128 import android.hardware.display.DisplayManager;
129 import android.hardware.display.DisplayManager.DisplayListener;
130 import android.hardware.display.DisplayManagerInternal;
411 /** Mapping from displayId to display current state */
443 // It will be calculated when the default display gets added.
471 throw new IllegalArgumentException("No display found with id: " + displayId);
480 throw new IllegalArgumentException("No display found with id: " + displayId);
486 /** Check if placing task or activity on specified display is allowed. */
490 // No restrictions for the default display.
502 // Can't place activities to a display tha
2629 createStack(int stackId, ActivityDisplay display, boolean onTop) argument
3972 calculateDefaultMinimalSizeOfResizeableTasks(ActivityDisplay display) argument
4057 releaseSleepTokens(ActivityDisplay display) argument
4675 init(Display display) argument
[all...]
/frameworks/av/media/libmedia/
H A DIMediaPlayerService.cpp198 sp<IRemoteDisplay> display(listenForRemoteDisplay(opPackageName, client, iface));
199 reply->writeStrongBinder(IInterface::asBinder(display));
/frameworks/base/core/java/android/app/
H A DActivityView.java22 import android.hardware.display.DisplayManager;
23 import android.hardware.display.VirtualDisplay;
173 * virtual display.
316 /** Get density of the hosting display. */
H A DUiAutomation.java30 import android.hardware.display.DisplayManagerGlobal;
689 Display display = DisplayManagerGlobal.getInstance()
692 display.getRealSize(displaySize);
699 final int rotation = display.getRotation();
/frameworks/base/core/java/android/view/
H A DViewConfiguration.java135 * Defines the duration in milliseconds we want to display zoom controls in response
335 * various parameters of the context, like the dimension of the display or the density
336 * of the display.
364 final Display display = win.getDefaultDisplay();
366 display.getRealSize(size);
426 * various parameters of the context, like the dimension of the display or the
427 * density of the display.
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuPopupHelper.java182 * display the popup with its top-left corner at (x,y) relative to the
217 final Display display = windowManager.getDefaultDisplay();
219 display.getRealSize(displaySize);
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardDisplayManager.java33 // TODO(multi-display): Support multiple external displays
115 if (DEBUG) Slog.i(TAG, "Keyguard enabled on display: " + presentationDisplay);
122 Slog.w(TAG, "Invalid display:", ex);
133 // mPresentation is only updated when the display changes
142 private static final int VIDEO_SAFE_REGION = 80; // Percentage of display width & height
160 public KeyguardPresentation(Context context, Display display, int theme) { argument
161 super(context, display, theme);
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
H A DRoundedCornersTest.java74 Display display = mContext.getSystemService(WindowManager.class).getDefaultDisplay();
75 when(mWindowManager.getDefaultDisplay()).thenReturn(display);
/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayDeviceInfo.java17 package com.android.server.display;
19 import android.hardware.display.DisplayViewport;
29 * Describes the characteristics of a physical display device.
33 * Flag: Indicates that this display device should be considered the default display
39 * Flag: Indicates that the orientation of this display device is coupled to the
40 * rotation of its associated logical display.
42 * This flag should be applied to the default display to indicate that the user
43 * physically rotates the display when content is presented in a different orientation.
44 * The display manage
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DBurnInProtectionHelper.java27 import android.hardware.display.DisplayManager;
28 import android.hardware.display.DisplayManagerInternal;
/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java13 import android.hardware.display.DisplayManager;
14 import android.hardware.display.VirtualDisplay;
32 * Creates a 2D Virtual Display while VR Mode is enabled. This display will be used to run and
56 * The default width of the VR virtual display
61 * The default height of the VR virtual display
71 * The minimum height, width and dpi of VR virtual display.
103 private boolean mIsVirtualDisplayAllowed = true; // Virtual-display feature toggle
120 * Initializes the compabilitiy display by listening to VR mode changes.
127 // If we are booting into VR, we need to start the virtual display immediately. This
128 // ensures that the virtual display i
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DWatermark.java56 Watermark(Display display, DisplayMetrics dm, SurfaceSession session, String[] tokens) { argument
64 mDisplay = display;
H A DDragState.java138 InputInterceptor(Display display) { argument
152 display.getDisplayId());
173 // The drag window covers the entire display
215 * @param display The Display that the window being dragged is on.
217 void register(Display display) { argument
218 display.getRealSize(mDisplaySize);
223 mInputInterceptor = new InputInterceptor(display);
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dnative_buffer.h62 EGLDisplay display, uint32_t surface_buffer_index)
66 display_(display) {
61 NativeBufferProducer(const std::shared_ptr<BufferProducer>& buffer, EGLDisplay display, uint32_t surface_buffer_index) argument
/frameworks/opt/chips/src/com/android/ex/chips/
H A DRecipientEntry.java38 /** Used when {@link #mDestinationType} is invalid and thus shouldn't be used for display. */
56 * True when this entry is the first entry in a group, which should have a photo and display
180 * with both an associated display name. This address has not been resolved
183 public static RecipientEntry constructGeneratedEntry(String display, String address, argument
185 return new RecipientEntry(ENTRY_TYPE_PERSON, display, address, INVALID_DESTINATION_TYPE,
240 * @return the display name for the entry. If the display name source is larger than
241 * {@link DisplayNameSources#PHONE} we use the contact's display name, but if not,
242 * i.e. the display name came from an email address or a phone number, we don't use it
343 * Sets the indicator icon to the given resource ID. Set to 0 to display n
[all...]
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp283 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
285 eglInitialize(display, 0, 0);
286 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
287 surface = eglCreateWindowSurface(display, config, s.get(), NULL);
288 context = eglCreateContext(display, config, NULL, NULL);
289 eglQuerySurface(display, surface, EGL_WIDTH, &w);
290 eglQuerySurface(display, surface, EGL_HEIGHT, &h);
292 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE)
295 mDisplay = display;
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
H A DTestWindowManagerPolicy.java40 import android.hardware.display.DisplayManagerInternal;
130 public void setInitialDisplaySize(Display display, int width, int height, int density) { argument
135 public void setDisplayOverscan(Display display, int left, int top, int right, int bottom) { argument
/frameworks/base/core/java/android/hardware/display/
H A DDisplayManagerInternal.java17 package android.hardware.display;
42 * The display power controller makes a copy of the provided object and then
50 * @return True if display is ready, false if there are important changes that must
64 * Returns information about the specified logical display.
66 * @param displayId The logical display id.
67 * @return The logical display info, or null if the display does not exist. The
73 * Registers a display transaction listener to provide the client a chance to
74 * update its surfaces within the same transaction as any display layout updates.
81 * Unregisters a display transactio
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DPowerManagerServiceTest.java20 import android.hardware.display.DisplayManagerInternal.DisplayPowerRequest;

Completed in 587 milliseconds

1234567891011