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

12345678

/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java544 // Call callback, and return if it doesn't want to display menu.
3440 final Display display = windowService.getDefaultDisplay();
3442 display.getDisplayId() == Display.DEFAULT_DISPLAY
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java212 Display display = wm.getDefaultDisplay();
214 display.getRealSize(size);
215 // Cap memory usage at 1.5 times the size of the display
/frameworks/base/core/java/android/view/
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/accessibility/java/com/android/server/accessibility/
H A DAccessibilityManagerService.java46 import android.hardware.display.DisplayManager;
763 // TODO: (multi-display) Make sure this works for multiple displays.
1504 // If display adjustment is enabled, always assume there was a change in
3170 //TODO: (multi-display) We need to support multiple displays.
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java32 import android.hardware.display.DisplayManager;
2642 // If not versbose logging just return and don't display IMSI and IMEI, IMEISV
/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java137 import android.hardware.display.DisplayManager;

Completed in 365 milliseconds

12345678