HomeSort by relevance Sort by last modified time
    Searched defs:Display (Results 26 - 50 of 91) sorted by null

12 3 4

  /frameworks/base/core/java/android/view/
DisplayInfo.java 38 * Describes the characteristics of a particular logical display.
43 * The surface flinger layer stack associated with this logical display.
48 * Display flags.
53 * Display type.
58 * Display address, or null if none.
59 * Interpretation varies by display type.
64 * The human-readable name of the display.
69 * Unique identifier for the display. Shouldn't be displayed to the user.
74 * The width of the portion of the display that is available to applications, in pixels.
75 * Represents the size of the display minus any system decorations
    [all...]
Display.java 30 import android.hardware.display.DisplayManager;
31 import android.hardware.display.DisplayManagerGlobal;
44 * Provides information about the size and density of a logical display.
46 * The display area is described in two different ways.
48 * <li>The application display area specifies the part of the display that may contain
49 * an application window, excluding the system decorations. The application display area may
50 * be smaller than the real display area because the system subtracts the space needed
52 * application display area: {@link #getSize}, {@link #getRectSize} and {@link #getMetrics}.</li>
53 * <li>The real display area specifies the part of the display that contains conten
    [all...]
  /art/oatdump/
oatdump_test.h 98 // Display style.
99 enum Display {
141 Display display,
161 if (display == kListAndCode) {
  /external/autotest/frontend/client/src/autotest/tko/
ParameterizedFieldListPresenter.java 20 public interface Display {
32 private Display display; field in class:ParameterizedFieldListPresenter
34 private Map<ParameterizedField, Display.FieldWidget> fieldInputMap =
35 new HashMap<ParameterizedField, Display.FieldWidget>();
47 public void bindDisplay(Display display) {
48 this.display = display;
49 display.getAddLink().addClickHandler(this)
    [all...]
SpreadsheetHeaderSelect.java 24 public interface Display {
32 private Display display; field in class:SpreadsheetHeaderSelect
40 public void bindDisplay(Display display) {
41 this.display = display;
43 headerSelect.bindDisplay(display.getDoubleListDisplay());
44 headerSelect.multiListSelect.bindToggleDisplay(display.getToggleDisplay());
45 display.getFixedValuesToggle().addClickHandler(this)
    [all...]
  /external/autotest/frontend/client/src/autotest/tko/embedded_spreadsheet/
EmbeddedSpreadsheetPresenter.java 26 public interface Display {
57 private Display display; field in class:EmbeddedSpreadsheetPresenter
59 public void bindDisplay(Display display) {
60 this.display = display;
102 display.showNoResults();
106 display.showSpreadsheet();
108 new SpreadsheetDataProcessor(display.getSpreadsheet())
    [all...]
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 87 def Display(self, port_chain='', info=False):
101 info: [bool] Whether to display detailed info as well.
194 def Display(self, port_chain='', info=False):
199 device.Display('%s%d:' % (port_chain, port), info=info)
240 def Display(self, port_chain='', info=False):
243 device.Display('%s%d:' % (port_chain, port), info=info)
488 """Test display and hub identification."""
498 # Display devices
499 logger.info('==== DEVICE DISPLAY ====')
502 device_tree.Display()
    [all...]
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 78 def Display(self, port_chain='', info=False):
92 info: [bool] Whether to display detailed info as well.
185 def Display(self, port_chain='', info=False):
190 device.Display('%s%d:' % (port_chain, port), info=info)
231 def Display(self, port_chain='', info=False):
234 device.Display('%s%d:' % (port_chain, port), info=info)
479 """Test display and hub identification."""
483 # Display devices
484 print '==== DEVICE DISPLAY ===='
487 device_tree.Display()
    [all...]
  /external/mesa3d/src/egl/main/
eglconfig.h 50 _EGLDisplay *Display;
egldisplay.h 73 * A resource of a display.
77 /* which display the resource belongs to */
78 _EGLDisplay *Display;
144 _EGLPlatformType Platform; /**< The type of the platform display */
145 void *PlatformDisplay; /**< A pointer to the platform display */
147 _EGLDriver *Driver; /**< Matched driver of the display */
148 EGLBoolean Initialized; /**< True if the display is initialized */
150 /* options that affect how the driver initializes the display */
206 * Lookup a handle to find the linked display.
207 * Return NULL if the handle has no corresponding linked display
    [all...]
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.h 55 class Display;
69 virtual void onHotplugReceived(int32_t sequenceId, hwc2_display_t display,
72 hwc2_display_t display) = 0;
73 virtual void onVsyncReceived(int32_t sequenceId, hwc2_display_t display,
97 android::ui::PixelFormat* format, Display** outDisplay);
104 Display* getDisplayById(hwc2_display_t id);
109 // Display::validate, Display::present, and Display::presentOrValidate.
121 std::unordered_map<hwc2_display_t, std::unique_ptr<Display>> mDisplays
    [all...]
HWC2.cpp 69 Return<void> onHotplug(Hwc2::Display display,
73 mCallback->onHotplugReceived(mSequenceId, display, connection);
77 Return<void> onRefresh(Hwc2::Display display) override
79 mCallback->onRefreshReceived(mSequenceId, display);
83 Return<void> onVsync(Hwc2::Display display, int64_t timestamp) override
85 mCallback->onVsyncReceived(mSequenceId, display, timestamp);
128 PixelFormat* format, Display** outDisplay
140 auto display = std::make_unique<Display>( local
186 auto display = getDisplayById(displayId); local
    [all...]
  /hardware/intel/common/utils/ISV/include/
isv_worker.h 30 #define Display unsigned int
35 * top and bottom field and display ordering is top field first.
41 * top and bottom field and display ordering is bottom field first.
113 // set video display mode
116 // get video display mode
164 Display * mDisplay;
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/idna/
idna.go 244 // Display is the recommended profile for displaying domain names.
246 Display *Profile = display
262 display = &Profile{options{
261 display = &Profile{options{ var
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/idna/
idna.go 244 // Display is the recommended profile for displaying domain names.
246 Display *Profile = display
262 display = &Profile{options{
261 display = &Profile{options{ var
  /external/autotest/frontend/client/src/autotest/afe/
TestSelector.java 31 public static interface Display {
146 private Display display; field in class:TestSelector
148 public void bindDisplay(Display display) {
149 this.display = display;
151 display.getTestTypeSelect().addItem(CLIENT_TYPE, CLIENT_TYPE);
152 display.getTestTypeSelect().addItem(SERVER_TYPE, SERVER_TYPE);
153 display.getTestTypeSelect().addChangeHandler(this)
    [all...]
HostSelector.java 52 public interface Display {
68 private Display display; field in class:HostSelector
137 public void bindDisplay(Display display) {
138 this.display = display;
139 display.getAddByHostnameButton().addClickHandler(this);
140 display.getAddByLabelButton().addClickHandler(this);
141 display.addTables(availableDecorator, selectedDecorator)
    [all...]
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderBase.h 31 #ifndef Display
33 typedef char Display;
35 typedef unsigned int Display;
126 Display *mDisplay;
142 bool mShowFrame; // indicate whether the decoded frame is for display
  /packages/apps/DocumentsUI/src/com/android/documentsui/inspector/
InspectorController.java 328 public interface Display {
338 public interface ActionDisplay extends Display {
376 public interface MediaDisplay extends Display {
380 * Returns true if there are now rows in the display. Does not consider the title.
388 public interface DebugDisplay extends Display {
393 * Returns true if there are now rows in the display. Does not consider the title.
401 public interface TableDisplay extends Display {
414 * Returns true if there are now rows in the display. Does not consider the title.
  /cts/tests/tests/keystore/src/android/server/am/
WindowManagerState.java 25 import static android.view.Display.DEFAULT_DISPLAY;
72 // Stacks in z-order with the top most at the front of the list, starting with primary display.
77 private List<Display> mDisplays = new ArrayList();
156 final Display display = new Display(displayProto); local
157 mDisplays.add(display);
158 allWindows.addAll(display.getWindows());
167 mDisplayStacks.put(display.mDisplayId, stacks);
169 // use properties from the default display onl
    [all...]
  /external/pdfium/core/fxcrt/css/
cfx_css.h 114 Display,
  /external/webrtc/webrtc/base/
testutils.h 605 operator Display*() { return display_; }
607 Display* display_;
615 XDisplay display; local
616 if (!display.IsValid()) {
617 LOG(LS_WARNING) << "No X Display available.";
621 if (!XRRQueryExtension(display, &ignored_int, &ignored_int) ||
622 !XRRQueryVersion(display, &major_version, &minor_version) ||
  /hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
HWC2On1Adapter.h 97 HWC2::Error destroyVirtualDisplay(hwc2_display_t display);
99 hwc2_display_t display) {
100 auto error = getAdapter(device)->destroyVirtualDisplay(display);
127 // Display functions
189 class Display {
191 Display(HWC2On1Adapter& device, HWC2::DisplayType type);
201 // HWC2 Display functions
226 // at once, the first call to any Display::present will trigger
244 // at once, the first call to any Display::validate() will trigger
257 // Set configs for a virtual display
469 auto display = getAdapter(device)->getDisplay(displayId); local
    [all...]
  /hardware/qcom/display/msm8994/libhwcomposer/
HWC2On1Adapter.h 89 HWC2::Error destroyVirtualDisplay(hwc2_display_t display);
91 hwc2_display_t display) {
92 auto error = getAdapter(device)->destroyVirtualDisplay(display);
119 // Display functions
169 class Display {
174 Display(HWC2On1Adapter& device, HWC2::DisplayType type);
188 // HWC2 Display functions
230 // Set configs for a virtual display
248 Config(Display& display)
403 auto display = getAdapter(device)->getDisplay(displayId); local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc     [all...]

Completed in 2560 milliseconds

12 3 4