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

<<11

/frameworks/base/services/java/com/android/server/
H A DSystemServer.java71 import com.android.server.display.DisplayManagerService;
72 import com.android.server.display.NightDisplayService;
192 "com.google.android.clockwork.display.WearDisplayService";
553 // Manages LEDs and display backlight so we need it to bring up the display.
558 // Display manager is needed to provide display metrics before package manager
564 // We need the default display before we can initialize the package manager.
626 // DisplayManagerService needs to setup android.display scheduling related policies
915 reportWtf("making display ready", e);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java70 import android.hardware.display.DisplayManager;
1325 public Context createDisplayContext(Display display) { argument
/frameworks/native/opengl/include/EGL/
H A Deglext.h128 typedef EGLint (EGLAPIENTRYP PFNEGLLABELOBJECTKHRPROC) (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
132 EGLAPI EGLint EGLAPIENTRY eglLabelObjectKHR (EGLDisplay display, EGLenum objectType, EGLObjectKHR object, EGLLabelKHR label);
/frameworks/base/config/
H A Dcompiled-classes-phone1700 android.hardware.display.DisplayManager
1701 android.hardware.display.DisplayManager$DisplayListener
1702 android.hardware.display.DisplayManagerGlobal
1703 android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
1704 android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
1705 android.hardware.display.DisplayManagerInternal
1706 android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks
1707 android.hardware.display.DisplayManagerInternal$DisplayPowerRequest
1708 android.hardware.display.DisplayManagerInternal$DisplayTransactionListener
1709 android.hardware.display
[all...]
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp48 static float kDisplayRefreshingRate = 60.f; // TODO: get this from the display
1127 mCCDecoder->display(timeUs);
/frameworks/base/core/java/android/content/
H A DContext.java3789 * {@link android.hardware.display.DisplayManager} for interacting with display devices.
3792 * @see android.hardware.display.DisplayManager
3794 public static final String DISPLAY_SERVICE = "display";
4194 * display).
4611 * The returned display Context provides a {@link WindowManager}
4613 * on the given display. The WindowManager's {@link WindowManager#getDefaultDisplay}
4616 * @param display A {@link Display} object specifying the display
4620 * @return A {@link Context} for the display
4622 createDisplayContext(@onNull Display display) argument
[all...]
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java51 import android.hardware.display.DisplayManager;
H A DActivityThread.java54 import android.hardware.display.DisplayManagerGlobal;
2816 // the "debug.use-second-display" system property as a substring, then show
2817 // its content on a secondary display if there is one.
2818 String pkgName = SystemProperties.get("debug.second-display.pkg");
2823 Display display =
2825 appContext = (ContextImpl) appContext.createDisplayContext(display);
4799 * @param displayId The id of the display where the Activity currently resides.
4800 * @param movedToDifferentDisplay Indicates if the activity was moved to different display.
4864 * @param displayId Id of the display where activity currently resides.
4865 * @param movedToDifferentDisplay Indicates if the activity was moved to different display
[all...]
/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java37 import android.hardware.display.DisplayManager;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java471 record.display.get(0).alphaBuf);
/frameworks/base/
H A DAndroid.mk191 core/java/android/hardware/display/IDisplayManager.aidl \
192 core/java/android/hardware/display/IDisplayManagerCallback.aidl \
193 core/java/android/hardware/display/IVirtualDisplayCallback.aidl \
/frameworks/base/core/java/android/view/
H A DViewRootImpl.java53 import android.hardware.display.DisplayManager;
54 import android.hardware.display.DisplayManager.DisplayListener;
154 // properties used by emulator to determine display shape
186 * Notifies about override config change and/or move to different display.
188 * @param newDisplayId New display id, {@link Display#INVALID_DISPLAY} if not changed.
478 public ViewRootImpl(Context context, Display display) { argument
481 mDisplay = display;
499 mAttachInfo = new View.AttachInfo(mWindowSession, mWindow, display, this, mHandler, this,
794 + mWindow + " -- the specified display can not be found");
1118 * Notify about move to a different display
[all...]
H A DViewGroup.java3356 void dispatchMovedToDisplay(Display display, Configuration config) { argument
3357 super.dispatchMovedToDisplay(display, config);
3362 children[i].dispatchMovedToDisplay(display, config);
4093 * types of views may not display correctly.</p>
4187 * display lists. It is called by getDisplayList() when the parent ViewGroup does not need
4188 * to recreate its own display list, which would happen if it went through the normal
6799 * of removing a view from its parent; it just discontinues the display of a View that
H A DView.java63 import android.hardware.display.DisplayManagerGlobal;
661 * how the view is drawn on the display. In particular, the {@link ViewPropertyAnimator} class
1515 * The scrollbar style to display the scrollbars inside the content area,
1522 * The scrollbar style to display the scrollbars inside the padded area,
1529 * The scrollbar style to display the scrollbars at the edge of the view,
1536 * The scrollbar style to display the scrollbars at the edge of the view,
1597 * <p>Indicates this view can display a tooltip on hover or long press.</p>
2115 * Flag to indicate that this view was marked INVALIDATED, or had its display list
2117 * its display list. This flag, used only when hw accelerated, allows us to clear the
2119 * in drawChild(), when we decide to draw a view's children's display list
17014 dispatchMovedToDisplay(Display display, Configuration config) argument
25596 AttachInfo(IWindowSession session, IWindow window, Display display, ViewRootImpl viewRootImpl, Handler handler, Callbacks effectPlayer, Context context) argument
[all...]
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java153 import android.hardware.display.DisplayManager;
473 if (DEBUG_WAKEUP) Slog.i(TAG, "All windows ready for display!");
542 // Default display does not rotate, apps that require non-default orientation will have to
601 // that area of the display from all other windows.
1874 // Init display burn-in protection
2188 public void setInitialDisplaySize(Display display, int width, int height, int density) { argument
2191 // TODO(multi-display): Define policy for secondary displays.
2192 if (mContext == null || display.getDisplayId() != DEFAULT_DISPLAY) {
2195 mDisplay = display;
2243 // For demo purposes, allow the rotation of the HDMI display t
2286 setDisplayOverscan(Display display, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/services/usage/java/com/android/server/usage/
H A DUsageStatsService.java48 import android.hardware.display.DisplayManager;
/frameworks/rs/driver/
H A DrsdAllocation.cpp782 RSD_CALL_GL(eglSwapBuffers, dc->gl.egl.display, dc->gl.egl.surface);
/frameworks/support/v7/mediarouter/src/android/support/v7/media/
H A DMediaRouter.java40 import android.support.v4.hardware.display.DisplayManagerCompat;
138 * routes. Certain routes, such as wifi display routes, may not be discoverable
930 * The default presentation display id indicating no presentation display is associated
1385 * a {@link android.app.Presentation} on an external display when this route is selected.
1389 * The preferred presentation display may change independently of the route
1390 * being selected or unselected. For example, the presentation display
1391 * of the default system route may change when an external HDMI display is connected
1394 * This method may return null if there is no external display associated with
1395 * the route or if the display i
[all...]
/frameworks/base/services/core/java/com/android/server/power/
H A DPowerManagerService.java32 import android.hardware.display.DisplayManagerInternal;
33 import android.hardware.display.DisplayManagerInternal.DisplayPowerRequest;
141 // Dirty bit: actual display power state was updated asynchronously
281 // If true, instructs the display controller to wait for the proximity sensor to
303 // The desired display power state. The actual state may lag behind the
304 // requested because it is updated asynchronously by the display power controller.
307 // True if the display power state has been fully applied, which means the display
318 // The suspend blocker used to keep the CPU alive when the display is on, the
319 // display i
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DRecyclerView.java82 * <li><em>Binding:</em> The process of preparing a child view to display data corresponding
84 * <li><em>Recycle (view):</em> A view previously used to display data for a specific adapter
85 * position may be placed in a cache for later reuse to display the same type of data again
150 * recursively traverses itemView and invalidates display list for each ViewGroup that matches
2449 // break 60 fps assumption if data from display appears valid
2451 Display display = getDisplay();
2453 if (!isInEditMode() && display != null) {
2454 float displayRefreshRate = display.getRefreshRate();
3863 // display lists are not invalidated.
6236 * The new ViewHolder will be used to display item
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java99 * <li><em>Binding:</em> The process of preparing a child view to display data corresponding
101 * <li><em>Recycle (view):</em> A view previously used to display data for a specific adapter
102 * position may be placed in a cache for later reuse to display the same type of data again
172 * recursively traverses itemView and invalidates display list for each ViewGroup that matches
2613 // break 60 fps assumption if data from display appears valid
2615 Display display = ViewCompat.getDisplay(this);
2617 if (!isInEditMode() && display != null) {
2618 float displayRefreshRate = display.getRefreshRate();
4061 // display lists are not invalidated.
6441 * The new ViewHolder will be used to display item
[all...]
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java263 Display display = wm.getDefaultDisplay();
265 display.getRealSize(size);
266 // Cap memory usage at 1.5 times the size of the display
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java55 import android.hardware.display.DisplayManager;
922 * Called by the MagnificationController when the state of display
960 // TODO: (multi-display) Make sure this works for multiple displays.
4359 //TODO: (multi-display) We need to support multiple displays.
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java185 import android.hardware.display.DisplayManager;
[all...]

Completed in 7931 milliseconds

<<11