Lines Matching defs:display
21 import android.hardware.display.DisplayManager;
25 import android.view.Display;
43 * Manages an overlay display window, used for simulating remote playback.
93 // Watches for significant changes in the overlay display window lifecycle.
122 Display display = mWindowManager.getDefaultDisplay();
135 int width = (int)(display.getWidth() * INITIAL_SCALE);
136 int height = (int)(display.getHeight() * INITIAL_SCALE);
181 private final Display mDefaultDisplay;
303 // The position and scale will be clamped when the display is first shown.