Home | History | Annotate | Download | only in view

Lines Matching refs:Display

21  * operations that are bound to a particular context, display or parent window.
47 private final Display mDisplay;
50 public WindowManagerImpl(Display display) {
51 this(display, null);
54 private WindowManagerImpl(Display display, Window parentWindow) {
55 mDisplay = display;
63 public WindowManagerImpl createPresentationWindowManager(Display display) {
64 return new WindowManagerImpl(display, mParentWindow);
88 public Display getDefaultDisplay() {