Searched defs:display (Results 101 - 103 of 103) sorted by relevance

12345

/frameworks/base/core/java/android/view/
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...]
H A DView.java50 import android.hardware.display.DisplayManagerGlobal;
588 * how the view is drawn on the display. In particular, the {@link ViewPropertyAnimator} class
990 * The scrollbar style to display the scrollbars inside the content area,
997 * The scrollbar style to display the scrollbars inside the padded area,
1004 * The scrollbar style to display the scrollbars at the edge of the view,
1011 * The scrollbar style to display the scrollbars at the edge of the view,
1631 * Flag to indicate that this view was marked INVALIDATED, or had its display list
1633 * its display list. This flag, used only when hw accelerated, allows us to clear the
1635 * in drawChild(), when we decide to draw a view's children's display lists into our own).
1819 * a view's display lis
20561 AttachInfo(IWindowSession session, IWindow window, Display display, ViewRootImpl viewRootImpl, Handler handler, Callbacks effectPlayer) argument
[all...]
/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...]

Completed in 526 milliseconds

12345