Searched refs:display (Results 226 - 250 of 274) sorted by relevance

1234567891011

/frameworks/base/services/core/java/com/android/server/display/
H A DOverlayDisplayAdapter.java17 package com.android.server.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
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 #" + number
204 Slog.w(TAG, "Malformed overlay display devices setting: " + value);
305 1000000000L / (int) mRefreshRate; // display'
[all...]
H A DAutomaticBrightnessController.java17 package com.android.server.display;
55 // Debounce for sampling user-initiated changes in display brightness to ensure
69 // Callbacks for requesting updates to the display's power state
661 /** Callbacks to request updates to the display's power state. */
H A DLocalDisplayAdapter.java17 package com.android.server.display;
46 * A display adapter for the local displays managed by Surface Flinger.
93 Slog.w(TAG, "No valid configs found for display device " +
101 Slog.w(TAG, "No active config found for display device " +
110 Slog.w(TAG, "Unable to get active color mode for display device " +
128 // The display is no longer available. Ignore the attempt to add it.
264 Slog.w(TAG, "Default display mode no longer available, using currently"
272 Slog.w(TAG, "Active display mode no longer available, reverting to default"
411 // For demonstration purposes, allow rotation of the external display.
417 // For demonstration purposes, allow rotation of the external display
[all...]
/frameworks/native/libs/gui/
H A DSurface.cpp166 // compositor and display timing.
324 sp<IBinder> display(
328 composerService()->getDisplayColorModes(display, &colorModes);
358 sp<IBinder> display(
362 composerService()->getHdrCapabilities(display, &hdrCapabilities);
/frameworks/native/vulkan/include/vulkan/
H A Dvulkan.h3638 VkDisplayKHR display; member in struct:VkDisplayPropertiesKHR
3698 typedef VkResult (VKAPI_PTR *PFN_vkGetDisplayModePropertiesKHR)(VkPhysicalDevice physicalDevice, VkDisplayKHR display, uint32_t* pPropertyCount, VkDisplayModePropertiesKHR* pProperties);
3699 typedef VkResult (VKAPI_PTR *PFN_vkCreateDisplayModeKHR)(VkPhysicalDevice physicalDevice, VkDisplayKHR display, const VkDisplayModeCreateInfoKHR* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkDisplayModeKHR* pMode);
3722 VkDisplayKHR display,
3728 VkDisplayKHR display,
3855 struct wl_display* display; member in struct:VkWaylandSurfaceCreateInfoKHR
3861 typedef VkBool32 (VKAPI_PTR *PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display* display);
3873 struct wl_display* display);
5897 typedef VkResult (VKAPI_PTR *PFN_vkReleaseDisplayEXT)(VkPhysicalDevice physicalDevice, VkDisplayKHR display);
5902 VkDisplayKHR display);
[all...]
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java153 // more work is ready. Either way, display the result.
418 mDisplayView = findViewById(R.id.display);
/frameworks/base/core/java/android/content/
H A DContextWrapper.java874 public Context createDisplayContext(Display display) { argument
875 return mBase.createDisplayContext(display);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfacePlacer.java375 // TODO(multidisplay): IMEs are only supported on the default display.
697 // TODO(multi-display): support other displays
699 final Display display = displayContent.getDisplay();
709 surfaceControl.setLayerStack(display.getLayerStack());
725 // window scenario, we use the whole display as the target.
/frameworks/native/cmds/surfacereplayer/replayer/
H A DReplayer.cpp429 ALOGV("Doing display transaction");
659 ALOGV("Creating display");
663 sp<IBinder> display = SurfaceComposerClient::createDisplay(
665 mDisplays[create.id()] = display;
669 ALOGV("Done creating display");
673 ALOGV("Delete display");
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java61 import android.hardware.display.DisplayManager;
62 import android.hardware.display.DisplayViewport;
1876 final Display display = displayManager.getDisplay(displayId);
1877 if (display == null) {
1882 final int displayOwnerUid = display.getOwnerUid();
1885 "Only owner of the display can forward input events to it.");
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStack.java340 /** The other stacks, in order, on the attached display. Updated at attach/detach time. */
451 ActivityStack(ActivityStackSupervisor.ActivityDisplay display, int stackId, argument
463 mWindowContainerController = createStackWindowController(display.mDisplayId, onTop,
466 postAddToDisplay(display, mTmpRect2.isEmpty() ? null : mTmpRect2, onTop);
477 /** Adds the stack to specified display and calls WindowManager to do the same. */
492 * Updates internal state after adding to new display.
493 * @param activityDisplay New display to which this stack was attached.
522 final ActivityStackSupervisor.ActivityDisplay display = getDisplay();
523 if (display != null) {
524 display
[all...]
/frameworks/base/core/java/android/text/
H A DLayout.java122 * Return how wide a layout must be in order to display the specified text with one line per
135 * Return how wide a layout must be in order to display the specified text slice with one
147 * Return how wide a layout must be in order to display the
176 * Subclasses of Layout use this constructor to set the display text,
196 * Subclasses of Layout use this constructor to set the display text,
2169 public SpannedEllipsizer(CharSequence display) { argument
2170 super(display);
2171 mSpanned = (Spanned) display;
/frameworks/native/libs/gui/tests/
H A DSurface_test.cpp122 sp<IBinder> display(sf->getBuiltInDisplay(
124 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(),
155 ASSERT_EQ(NO_ERROR, sf->captureScreen(display, producer, Rect(),
285 // have a wide-color primary display.
291 // primary display.
294 // a wide-color color mode on the primary display.
474 void destroyDisplay(const sp<IBinder>& /*display */) override {}
504 void setPowerMode(const sp<IBinder>& /*display*/, int /*mode*/) override {}
505 status_t getDisplayConfigs(const sp<IBinder>& /*display*/,
507 status_t getDisplayStats(const sp<IBinder>& /*display*/,
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp504 void NuPlayer::CCDecoder::display(int64_t timeUs) { function in class:android::NuPlayer::CCDecoder
/frameworks/base/core/java/android/app/
H A DContextImpl.java176 private @Nullable Display mDisplay; // may be null if default display
2110 public Context createDisplayContext(Display display) { argument
2111 if (display == null) {
2112 throw new IllegalArgumentException("display must not be null");
2118 final int displayId = display.getDisplayId();
2121 context.mDisplay = display;
2298 // Clamp display ID to DEFAULT_DISPLAY if it is INVALID_DISPLAY.
/frameworks/base/core/java/android/view/
H A DChoreographer.java22 import android.hardware.display.DisplayManagerGlobal;
39 * from the display subsystem then schedules work to occur as part of rendering
40 * the next display frame.
48 * display frame rendering, use {@link android.animation.ValueAnimator#start}.</li>
49 * <li>To post a {@link Runnable} to be invoked once at the beginning of the next display
51 * <li>To post a {@link Runnable} to be invoked once at the beginning of the next display
54 * next display frame, use {@link View#postInvalidateOnAnimation()} or
57 * sync with display frame rendering, do nothing. This already happens automatically.
67 * and you want to ensure that it is appropriately synchronized with the display, then use
92 // and display loo
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DRecents.java31 import android.hardware.display.DisplayManager;
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java25 import android.hardware.display.DisplayManager;
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java742 public Context createDisplayContext(Display display) { argument
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java294 // in interactive apps as they introduce 'lag' between user input and display.
668 mDisplayView = findViewById(R.id.display);
764 mToggleDisplay = i.getBooleanExtra("enable display", false);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java87 // called to display a result.
258 // in interactive apps as they introduce 'lag' between user input and display.
349 // During startup we may not have a surface yet to display, if
355 // Our display surface changed, set it.
627 mDisplayView = findViewById(R.id.display);
720 mToggleDisplay = i.getBooleanExtra("enable display", false);
/frameworks/base/core/java/android/service/wallpaper/
H A DWallpaperService.java33 import android.hardware.display.DisplayManager;
34 import android.hardware.display.DisplayManager.DisplayListener;
/frameworks/base/config/
H A Dpreloaded-classes1020 android.hardware.display.DisplayManager
1021 android.hardware.display.DisplayManager$DisplayListener
1022 android.hardware.display.DisplayManagerGlobal
1023 android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
1024 android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
1025 android.hardware.display.IDisplayManager
1026 android.hardware.display.IDisplayManager$Stub
1027 android.hardware.display.IDisplayManager$Stub$Proxy
1028 android.hardware.display.IDisplayManagerCallback
1029 android.hardware.display
[all...]
/frameworks/native/opengl/libagl/
H A Degl.cpp1432 EGLDisplay eglGetDisplay(NativeDisplayType display) argument
1443 if (display == EGL_DEFAULT_DISPLAY) {
1446 d.type = display;
1886 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp278 EGLDisplay eglGetDisplay(EGLNativeDisplayType display) argument
283 uintptr_t index = reinterpret_cast<uintptr_t>(display);
292 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display);
590 // wide-color support isn't available on the display the window is on.
951 // a valid but uninitialized display.

Completed in 732 milliseconds

1234567891011