Lines Matching refs:display

53 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) {
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.
1113 * @param displayId The id of the display where this view root is moved to.
1114 * @param config Configuration of the resources on new display after move.
1123 // Get new instance of display based on current display adjustments. It may be updated later
1451 "Measuring " + host + " in display " + desiredWindowWidth
1457 // stretch to fill the entire width of the screen to display
1907 INVALID_DISPLAY /* same display */);
1971 // before actually drawing them, so it can display then
3510 * Notifies all callbacks that configuration and/or display has changed and updates internal
3515 * @param newDisplayId Id of new display if moved, {@link Display#INVALID_DISPLAY} if not
3560 * Update display and views if last applied merged configuration changed.
3561 * @param newDisplayId Id of new display if moved, {@link Display#INVALID_DISPLAY} otherwise.
3574 // Handle move to display.
3581 // Update the display with new DisplayAdjustments.
3759 // display.
3761 displayChanged ? displayId : INVALID_DISPLAY /* same display */);
3763 // Moved to display without config change - report last applied one.
3946 INVALID_DISPLAY /* same display */);