Home | History | Annotate | Download | only in app

Lines Matching defs:displays

63  * The activity uses the {@link DisplayManager} API to enumerate displays.
67 * We also write information about displays and display-related events to
71 * "Simulate secondary displays" feature in Development Settings to create a few
72 * simulated secondary displays. Each display will appear in the list along with a
136 // Set up checkbox to toggle between showing all displays or only presentation displays.
140 // Set up the list of displays.
151 // Update our list of displays on resume.
251 * Called when the show all displays checkbox is toggled or when
252 * an item in the list of displays is checked or unchecked.
257 // Show all displays checkbox was toggled.
318 * Listens for displays to be added, changed or removed.
364 * Shows information about all displays.
438 * information about all current displays.
444 Display[] displays = mDisplayManager.getDisplays(displayCategory);
445 addAll(displays);
447 Log.d(TAG, "There are currently " + displays.length + " displays connected.");
448 for (Display display : displays) {