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

12345678

/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerCCDecoder.cpp323 void NuPlayer::CCDecoder::display(int64_t timeUs) { function in class:android::NuPlayer::CCDecoder
H A DNuPlayerDecoder.cpp792 mCCDecoder->display(timeUs);
/frameworks/base/core/java/android/view/
H A DChoreographer.java19 import android.hardware.display.DisplayManagerGlobal;
34 * from the display subsystem then schedules work to occur as part of rendering
35 * the next display frame.
43 * display frame rendering, use {@link android.animation.ValueAnimator#start}.</li>
44 * <li>To post a {@link Runnable} to be invoked once at the beginning of the next display
46 * <li>To post a {@link Runnable} to be invoked once at the beginning of the next display
49 * next display frame, use {@link View#postInvalidateOnAnimation()} or
52 * sync with display frame rendering, do nothing. This already happens automatically.
62 * and you want to ensure that it is appropriately synchronized with the display, then use
82 // and display loo
[all...]
H A DViewRootImpl.java39 import android.hardware.display.DisplayManager;
40 import android.hardware.display.DisplayManager.DisplayListener;
123 // property used by emulator to determine display shape
353 public ViewRootImpl(Context context, Display display) { argument
356 mDisplay = display;
359 mDisplayAdjustments = display.getDisplayAdjustments();
377 mAttachInfo = new View.AttachInfo(mWindowSession, mWindow, display, this, mHandler, this);
592 " -- the specified display can not be found");
1129 "Measuring " + host + " in display " + desiredWindowWidth
1135 // stretch to fill the entire width of the screen to display
[all...]
/frameworks/base/test-runner/src/android/test/mock/
H A DMockContext.java612 public Context createDisplayContext(Display display) { argument
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DImageProcessingActivity.java153 // more work is ready. Either way, display the result.
418 mDisplayView = (ImageView) findViewById(R.id.display);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DImageProcessingActivity2.java357 mDisplayView = (ImageView) findViewById(R.id.display);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java74 import android.hardware.display.DisplayManager;
75 import android.hardware.display.DisplayManagerInternal;
667 // Set to true when the display contains content to show the user.
668 // When false, the display manager may choose to mirror or blank the display.
671 // Only set while traversing the default display based on its content.
842 for (Display display : displays) {
843 createDisplayContentLocked(display);
984 * @param displayContent The display we are interested in.
1025 // It doesn't matter this display i
11500 newDisplayContentLocked(final Display display) argument
11528 createDisplayContentLocked(final Display display) argument
11570 getWindowListLocked(final Display display) argument
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp354 EGLDisplay display, EGLSyncKHR eglFence) {
360 buf, graphicBuffer, display, eglFence);
394 ST_LOGW("updateAndRelease: unable to createImage on display=%p slot=%d",
448 ALOGE("bindTextureImage: invalid display");
467 ST_LOGW("bindTextureImage: can't create image on display=%p slot=%d",
473 // In the rare case that the display is terminated and then initialized
474 // again, we can't detect that the display changed (it didn't), but the
483 ST_LOGW("bindTextureImage: can't create image on display=%p slot=%d",
352 releaseBufferLocked(int buf, sp<GraphicBuffer> graphicBuffer, EGLDisplay display, EGLSyncKHR eglFence) argument
H A DIGraphicBufferConsumer.cpp259 EGLDisplay display __attribute__((unused)), EGLSyncKHR fence __attribute__((unused)),
/frameworks/base/core/java/android/text/
H A DLayout.java63 * Return how wide a layout must be in order to display the
72 * Return how wide a layout must be in order to display the
100 * Subclasses of Layout use this constructor to set the display text,
120 * Subclasses of Layout use this constructor to set the display text,
1876 public SpannedEllipsizer(CharSequence display) { argument
1877 super(display);
1878 mSpanned = (Spanned) display;
/frameworks/base/core/java/android/content/
H A DContext.java2778 * {@link android.hardware.display.DisplayManager} for interacting with display devices.
2781 * @see android.hardware.display.DisplayManager
2783 public static final String DISPLAY_SERVICE = "display";
3043 * display).
3413 * The returned display Context provides a {@link WindowManager}
3415 * on the given display. The WindowManager's {@link WindowManager#getDefaultDisplay}
3418 * @param display A {@link Display} object specifying the display
3422 * @return A {@link Context} for the display
3424 createDisplayContext(@onNull Display display) argument
[all...]
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java17 package com.android.server.display;
103 // Callbacks for requesting updates to the the display's power state
553 /** Callbacks to request updates to the display's power state. */
/frameworks/base/services/core/java/com/android/server/media/projection/
H A DMediaProjectionManagerService.java25 import android.hardware.display.DisplayManager;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DImageProcessingActivityJB.java92 // called to display a result.
259 // in interactive apps as they introduce 'lag' between user input and display.
351 // During startup we may not have a surface yet to display, if
357 // Our display surface changed, set it.
628 mDisplayView = (SizedTV) findViewById(R.id.display);
722 mToggleDisplay = i.getBooleanExtra("enable display", false);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java61 import android.hardware.display.DisplayManager;
1010 public Context createDisplayContext(Display display) { argument
/frameworks/base/
H A DAndroid.mk153 core/java/android/hardware/display/IDisplayManager.aidl \
154 core/java/android/hardware/display/IDisplayManagerCallback.aidl \
155 core/java/android/hardware/display/IVirtualDisplayCallback.aidl \
/frameworks/native/opengl/libagl/
H A Degl.cpp1377 EGLDisplay eglGetDisplay(NativeDisplayType display) argument
1388 if (display == EGL_DEFAULT_DISPLAY) {
1391 d.type = display;
1827 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java66 import com.android.server.display.DisplayManagerService;
330 // Display manager is needed to provide display metrics before package manager
334 // We need the default display before we can initialize the package manager.
368 // Manages LEDs and display backlight.
552 reportWtf("making display ready", e);
/frameworks/base/core/java/android/app/
H A DActivityThread.java46 import android.hardware.display.DisplayManagerGlobal;
2344 Display display = dm.getRealDisplay(displayId, r.token);
2345 baseContext = appContext.createDisplayContext(display);
2351 // the "debug.use-second-display" system property as a substring, then show
2352 // its content on a secondary display if there is one.
2353 String pkgName = SystemProperties.get("debug.second-display.pkg");
2358 Display display = dm.getRealDisplay(displayId, r.token);
2359 baseContext = appContext.createDisplayContext(display);
5118 // we can't display an alert, we just want to die die die.
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java41 import android.hardware.display.DisplayManagerInternal;
42 import android.hardware.display.DisplayManagerInternal.DisplayPowerRequest;
104 // Dirty bit: actual display power state was updated asynchronously
195 // If true, instructs the display controller to wait for the proximity sensor to
217 // The desired display power state. The actual state may lag behind the
218 // requested because it is updated asynchronously by the display power controller.
221 // True if the display power state has been fully applied, which means the display
232 // The suspend blocker used to keep the CPU alive when the display is on, the
233 // display i
[all...]
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java37 import android.support.v4.hardware.display.DisplayManagerCompat;
124 * routes. Certain routes, such as wifi display routes, may not be discoverable
1189 * a {@link android.app.Presentation} on an external display when this route is selected.
1193 * The preferred presentation display may change independently of the route
1194 * being selected or unselected. For example, the presentation display
1195 * of the default system route may change when an external HDMI display is connected
1198 * This method may return null if there is no external display associated with
1199 * the route or if the display is not ready to show UI yet.
1201 * The application should listen for changes to the presentation display
1203 * show or dismiss its {@link android.app.Presentation} accordingly when the display
[all...]
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindowManager.java295 if (DEBUG_WAKEUP) Slog.i(TAG, "All windows ready for display!");
350 // Default display does not rotate, apps that require non-default orientation will have to
401 // that area of the display from all other windows.
1375 public void setInitialDisplaySize(Display display, int width, int height, int density) { argument
1378 if (mContext == null || display.getDisplayId() != Display.DEFAULT_DISPLAY) {
1381 mDisplay = display;
1446 // For demo purposes, allow the rotation of the HDMI display to be controlled.
1455 // For demo purposes, allow the rotation of the remote display to be controlled.
1456 // By default, remote display locks rotation to landscape.
1490 public void setDisplayOverscan(Display display, in argument
[all...]
/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java49 import android.hardware.display.DisplayViewport;
/frameworks/rs/driver/
H A DrsdAllocation.cpp763 RSD_CALL_GL(eglSwapBuffers, dc->gl.egl.display, dc->gl.egl.surface);

Completed in 933 milliseconds

12345678