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

1234567891011

/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.java37 import android.hardware.display.DisplayManager;
38 import android.hardware.display.DisplayManager.DisplayListener;
/frameworks/native/opengl/libagl/
H A Degl.cpp1414 EGLDisplay eglGetDisplay(NativeDisplayType display) argument
1425 if (display == EGL_DEFAULT_DISPLAY) {
1428 d.type = display;
1868 // eglGetCurrentDisplay returns the current EGL display connection
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp276 EGLDisplay eglGetDisplay(EGLNativeDisplayType display) argument
281 uintptr_t index = reinterpret_cast<uintptr_t>(display);
290 EGLDisplay dpy = egl_display_t::getFromNativeDisplay(display);
755 // a valid but uninitialized display.
/frameworks/base/services/java/com/android/server/
H A DSystemServer.java70 import com.android.server.display.DisplayManagerService;
71 import com.android.server.display.NightDisplayService;
189 "com.google.android.clockwork.display.WearDisplayService";
545 // Manages LEDs and display backlight so we need it to bring up the display.
550 // Display manager is needed to provide display metrics before package manager
556 // We need the default display before we can initialize the package manager.
618 // DisplayManagerService needs to setup android.display scheduling related policies
913 reportWtf("making display ready", e);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeContext.java70 import android.hardware.display.DisplayManager;
1323 public Context createDisplayContext(Display display) { argument
/frameworks/base/
H A Dcompiled-classes-phone1681 android.hardware.display.DisplayManager
1682 android.hardware.display.DisplayManager$DisplayListener
1683 android.hardware.display.DisplayManagerGlobal
1684 android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
1685 android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
1686 android.hardware.display.DisplayManagerInternal
1687 android.hardware.display.DisplayManagerInternal$DisplayPowerCallbacks
1688 android.hardware.display.DisplayManagerInternal$DisplayPowerRequest
1689 android.hardware.display.DisplayManagerInternal$DisplayTransactionListener
1690 android.hardware.display
[all...]
H A Dpreloaded-classes1231 android.hardware.display.DisplayManager
1232 android.hardware.display.DisplayManager$DisplayListener
1233 android.hardware.display.DisplayManagerGlobal
1234 android.hardware.display.DisplayManagerGlobal$DisplayListenerDelegate
1235 android.hardware.display.DisplayManagerGlobal$DisplayManagerCallback
1236 android.hardware.display.IDisplayManager
1237 android.hardware.display.IDisplayManager$Stub
1238 android.hardware.display.IDisplayManager$Stub$Proxy
1239 android.hardware.display.IDisplayManagerCallback
1240 android.hardware.display
[all...]
H A DAndroid.mk188 core/java/android/hardware/display/IDisplayManager.aidl \
189 core/java/android/hardware/display/IDisplayManagerCallback.aidl \
190 core/java/android/hardware/display/IVirtualDisplayCallback.aidl \
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayerDecoder.cpp48 static float kDisplayRefreshingRate = 60.f; // TODO: get this from the display
1101 mCCDecoder->display(timeUs);
/frameworks/base/core/java/android/content/
H A DContext.java3726 * {@link android.hardware.display.DisplayManager} for interacting with display devices.
3729 * @see android.hardware.display.DisplayManager
3731 public static final String DISPLAY_SERVICE = "display";
4122 * display).
4539 * The returned display Context provides a {@link WindowManager}
4541 * on the given display. The WindowManager's {@link WindowManager#getDefaultDisplay}
4544 * @param display A {@link Display} object specifying the display
4548 * @return A {@link Context} for the display
4550 createDisplayContext(@onNull Display display) argument
[all...]
/frameworks/base/services/core/java/com/android/server/vr/
H A DVrManagerService.java33 import android.hardware.display.DisplayManager;
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRadioIndication.java468 record.display.get(0).alphaBuf);
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java149 import android.hardware.display.DisplayManager;
486 if (DEBUG_WAKEUP) Slog.i(TAG, "All windows ready for display!");
554 // Default display does not rotate, apps that require non-default orientation will have to
613 // that area of the display from all other windows.
1844 // Init display burn-in protection
2168 public void setInitialDisplaySize(Display display, int width, int height, int density) { argument
2171 // TODO(multi-display): Define policy for secondary displays.
2172 if (mContext == null || display.getDisplayId() != Display.DEFAULT_DISPLAY) {
2175 mDisplay = display;
2223 // For demo purposes, allow the rotation of the HDMI display t
2266 setDisplayOverscan(Display display, int left, int top, int right, int bottom) argument
[all...]
/frameworks/base/core/java/android/app/
H A DSystemServiceRegistry.java49 import android.hardware.display.DisplayManager;
H A DActivityThread.java54 import android.hardware.display.DisplayManagerGlobal;
2855 // the "debug.use-second-display" system property as a substring, then show
2856 // its content on a secondary display if there is one.
2857 String pkgName = SystemProperties.get("debug.second-display.pkg");
2862 Display display =
2864 appContext = (ContextImpl) appContext.createDisplayContext(display);
4854 * @param displayId The id of the display where the Activity currently resides.
4855 * @param movedToDifferentDisplay Indicates if the activity was moved to different display.
4919 * @param displayId Id of the display where activity currently resides.
4920 * @param movedToDifferentDisplay Indicates if the activity was moved to different display
[all...]
/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");
1112 * Notify about move to a different display
[all...]
H A DViewGroup.java3349 void dispatchMovedToDisplay(Display display, Configuration config) { argument
3350 super.dispatchMovedToDisplay(display, config);
3355 children[i].dispatchMovedToDisplay(display, config);
4071 * types of views may not display correctly.</p>
4165 * display lists. It is called by getDisplayList() when the parent ViewGroup does not need
4166 * to recreate its own display list, which would happen if it went through the normal
6777 * 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;
660 * how the view is drawn on the display. In particular, the {@link ViewPropertyAnimator} class
1475 * The scrollbar style to display the scrollbars inside the content area,
1482 * The scrollbar style to display the scrollbars inside the padded area,
1489 * The scrollbar style to display the scrollbars at the edge of the view,
1496 * The scrollbar style to display the scrollbars at the edge of the view,
1557 * <p>Indicates this view can display a tooltip on hover or long press.</p>
2075 * Flag to indicate that this view was marked INVALIDATED, or had its display list
2077 * its display list. This flag, used only when hw accelerated, allows us to clear the
2079 * in drawChild(), when we decide to draw a view's children's display list
16946 dispatchMovedToDisplay(Display display, Configuration config) argument
25523 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/am/
H A DActivityStack.java343 /** The other stacks, in order, on the attached display. Updated at attach/detach time. */
476 final ActivityStackSupervisor.ActivityDisplay display = mActivityContainer.mActivityDisplay;
478 mWindowContainerController = createStackWindowController(display.mDisplayId, onTop,
482 postAddToDisplay(display, mTmpRect2.isEmpty() ? null : mTmpRect2, onTop);
493 /** Adds the stack to specified display and calls WindowManager to do the same. */
508 * Updates internal state after adding to new display.
509 * @param activityDisplay New display to which this stack was attached.
1653 // Check position and visibility of this stack relative to the front stack on its display.
1895 // shouldn't be visible when the home stack is brought to the front to display
1979 * Check if the display t
[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.cpp780 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
1376 * a {@link android.app.Presentation} on an external display when this route is selected.
1380 * The preferred presentation display may change independently of the route
1381 * being selected or unselected. For example, the presentation display
1382 * of the default system route may change when an external HDMI display is connected
1385 * This method may return null if there is no external display associated with
1386 * 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;
140 // Dirty bit: actual display power state was updated asynchronously
277 // If true, instructs the display controller to wait for the proximity sensor to
299 // The desired display power state. The actual state may lag behind the
300 // requested because it is updated asynchronously by the display power controller.
303 // True if the display power state has been fully applied, which means the display
314 // The suspend blocker used to keep the CPU alive when the display is on, the
315 // 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
152 * recursively traverses itemView and invalidates display list for each ViewGroup that matches
2451 // break 60 fps assumption if data from display appears valid
2453 Display display = getDisplay();
2455 if (!isInEditMode() && display != null) {
2456 float displayRefreshRate = display.getRefreshRate();
3865 // display lists are not invalidated.
6238 * The new ViewHolder will be used to display item
[all...]

Completed in 3700 milliseconds

1234567891011