HomeSort by relevance Sort by last modified time
    Searched full:displays (Results 1 - 25 of 2362) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/pdfium/testing/resources/pixel/
bug_736695_2.evt 1 # Open the dropdown to make sure it displays correctly.
  /external/clang/test/Frontend/
cc1-return-codes.c 1 // cc1 immediate arguments (arguments which displays information and exits)
  /external/curl/docs/cmdline-opts/
trace-time.d 5 Prepends a time stamp to each trace or verbose line that curl displays.
head.d 8 curl displays the file size and last modification time only.
  /frameworks/support/compat/src/main/java/androidx/core/hardware/display/
DisplayManagerCompat.java 38 * Display category: Presentation displays.
40 * This category can be used to identify secondary displays that are suitable for
41 * use as presentation displays.
45 * on secondary displays.
97 * Gets all currently valid logical displays.
99 * @return An array containing all displays.
114 * Gets all currently valid logical displays of the specified category.
116 * When there are multiple displays in a category the returned displays are sorted
118 * {@link #DISPLAY_CATEGORY_PRESENTATION} and there are multiple presentation displays
    [all...]
  /development/samples/browseable/RecyclerView/
_index.jd 10 their ViewHolder. The log also displays elements that you tap.
  /device/linaro/bootloader/edk2/UefiCpuPkg/Application/Cpuid/
Cpuid.uni 4 // This UEFI application displays the registers values returned by CPUID for
5 // all the CPUID leafs and sub-leafs that a CPU supports. It also displays
22 #string STR_MODULE_DESCRIPTION #language en-US "This UEFI application displays the registers values returned by CPUID for all the CPUID leafs and sub-leafs that a CPU supports. It also displays the values of all the bit fields in the registers returned by each CPUID leaf and sub-leaf."
CpuidExtra.uni 4 // This UEFI application displays the registers values returned by CPUID for
5 // all the CPUID leafs and sub-leafs that a CPU supports. It also displays
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
DisplayFacade.java 46 private void updateDisplays(Display[] displays) {
51 for(Display d : displays) {
56 @Rpc(description = "Get a list of IDs of the logical displays connected."
57 + "Also updates the cached displays.")
59 Display[] displays = mDisplayManager.getDisplays(); local
60 updateDisplays(displays);
61 Integer[] results = new Integer[displays.length];
62 for(int i = 0; i < displays.length; i++) {
63 results[i] = displays[i].getDisplayId();
  /frameworks/base/core/java/android/hardware/display/
WifiDisplayStatus.java 26 * currently connected display and all available or remembered displays.
75 WifiDisplay[] displays = WifiDisplay.CREATOR.newArray(in.readInt());
76 for (int i = 0; i < displays.length; i++) {
77 displays[i] = WifiDisplay.CREATOR.createFromParcel(in);
84 activeDisplay, displays, sessionInfo);
98 WifiDisplay activeDisplay, WifiDisplay[] displays, WifiDisplaySessionInfo sessionInfo) {
99 if (displays == null) {
100 throw new IllegalArgumentException("displays must not be null");
107 mDisplays = displays;
117 * connecting to displays have been met
    [all...]
DisplayManager.java 40 * Manages the properties of attached displays.
76 * Display category: Presentation displays.
78 * This category can be used to identify secondary displays that are suitable for
79 * use as presentation displays such as HDMI or Wireless displays. Applications
80 * may automatically project their content to presentation displays to provide
94 * <h3>Public virtual displays</h3>
100 * windows on the display and the system may mirror the contents of other displays
108 * <h3>Private virtual displays</h3>
134 * <h3>Presentation virtual displays</h3
    [all...]
  /compatibility/cdd/5_multimedia/
5_8_secure-media.md 12 as HDCP 2.x or higher for the displays connected through wireless protocols
18 * [C-3-1] MUST support HDCP 1.2 or higher for all wired external displays.
  /hardware/libhardware/modules/hwcomposer/
hwcomposer.cpp 74 size_t /*numDisplays*/, hwc_display_contents_1_t** displays) {
75 if (displays && (displays[0]->flags & HWC_GEOMETRY_CHANGED)) {
76 for (size_t i=0 ; i<displays[0]->numHwLayers ; i++) {
78 displays[0]->hwLayers[i].compositionType = HWC_FRAMEBUFFER;
85 size_t /*numDisplays*/, hwc_display_contents_1_t** displays)
91 EGLBoolean success = eglSwapBuffers((EGLDisplay)displays[0]->dpy,
92 (EGLSurface)displays[0]->sur);
  /development/samples/ApiDemos/res/layout/
presentation_activity.xml 17 <!-- Demonstrates an activity that shows content on secondary displays using
35 <!-- A checkbox to toggle between showing all displays or only presentation displays. -->
42 <!-- List that will show information about all connected displays. -->
  /development/samples/browseable/ActionBarCompat-Basic/
_index.jd 9 displays action items. It covers inflating items from a menu resource, as well as adding
  /development/samples/browseable/AppRestrictions/
_index.jd 12 types and custom. When launched under a restricted profile, this activity displays app
  /prebuilts/go/darwin-x86/src/cmd/pprof/
doc.go 5 // Pprof interprets and displays profiles of Go programs.
  /prebuilts/go/linux-x86/src/cmd/pprof/
doc.go 5 // Pprof interprets and displays profiles of Go programs.
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 120 InvertRectYOrigin(desktop_config.displays[0].bounds,
125 desktop_config.displays[0].dip_to_pixel_scale;
127 desktop_config.displays[0].pixel_bounds.left() * scaling_factor,
128 desktop_config.displays[0].pixel_bounds.top() * scaling_factor,
129 desktop_config.displays[0].pixel_bounds.right() * scaling_factor,
130 desktop_config.displays[0].pixel_bounds.bottom() * scaling_factor);
135 desktop_config.displays.push_back(display_config);
165 displays == other.displays;
172 for (MacDisplayConfigurations::const_iterator it = displays.begin()
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngDisplayContext.cpp 65 bool TngDisplayContext::commitBegin(size_t numDisplays, hwc_display_contents_1_t **displays)
144 bool TngDisplayContext::commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays)
164 hwc_display_contents_1_t* display = displays[i];
198 // For physical displays, dup the releaseFenceFd only for
210 if (!displays[i]) {
215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
217 displays[i]->hwLayers[j].handle,
218 displays[i]->hwLayers[j].acquireFenceFd,
219 displays[i]->hwLayers[j].releaseFenceFd);
223 // dup releaseFenceFd for physical displays and ignore virtua
    [all...]
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/tangier/
TngDisplayContext.cpp 65 hwc_display_contents_1_t ** /* displays */)
144 bool TngDisplayContext::commitEnd(size_t numDisplays, hwc_display_contents_1_t **displays)
164 hwc_display_contents_1_t* display = displays[i];
198 // For physical displays, dup the releaseFenceFd only for
210 if (!displays[i]) {
215 for (size_t j = 0; j < displays[i]->numHwLayers; j++) {
217 (uint32_t)displays[i]->hwLayers[j].handle,
218 displays[i]->hwLayers[j].acquireFenceFd,
219 displays[i]->hwLayers[j].releaseFenceFd);
223 // dup releaseFenceFd for physical displays and ignore virtua
    [all...]
  /development/samples/USB/AdbTest/
README.txt 2 Currently it only implements the "adb logcat" command and displays the log
  /development/samples/browseable/BasicMediaRouter/
_index.jd 10 to select an output device. If your device supports Miracast wireless displays,
  /development/samples/browseable/DelayedConfirmation/
_index.jd 10 activity. This activity displays a DelayedConfirmationView that starts when the user presses "Start
  /external/autotest/client/site_tests/policy_NotificationsAllowedForUrls/
control.siteallowed_show 18 the page that displays notifications, and DefaultNotificationsSetting=2 (Block

Completed in 985 milliseconds

1 2 3 4 5 6 7 8 91011>>