HomeSort by relevance Sort by last modified time
    Searched defs:display (Results 1 - 25 of 308) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/ash/wm/
coordinate_conversion.cc 7 #include "ash/display/display_controller.h"
10 #include "ui/gfx/display.h"
19 const gfx::Display& display = local
21 DCHECK(display.is_valid());
25 GetRootWindowForDisplayId(display.id());
29 const gfx::Display& display = Shell::GetScreen()->GetDisplayMatching(rect); local
31 GetRootWindowForDisplayId(display.id());
  /external/chromium_org/gpu/config/
gpu_info_collector_x11.cc 18 Display* display = gfx::GetXDisplay(); local
19 if (!display) {
24 if (!XNVCTRLQueryExtension(display, &event_base, &error_base)) {
28 int screen_count = ScreenCount(display);
31 if (XNVCTRLIsNvScreen(display, screen) &&
32 XNVCTRLQueryStringAttribute(display, screen, 0,
  /external/chromium_org/gpu/gles2_conform_support/native/
egl_native_windowless.cc 5 #include "gpu/gles2_conform_support/egl/display.h"
27 egl::Display* display = static_cast<egl::Display*>(eglDisplay); local
28 display->SetCreateOffscreen(width, height);
  /external/chromium_org/ui/views/
drag_utils.cc 8 #include "ui/gfx/display.h"
22 gfx::Display display = gfx::Screen::GetScreenFor(view)-> local
24 device_scale = display.device_scale_factor();
  /cts/tests/tests/util/src/android/util/cts/
DisplayMetricsTest.java 21 import android.view.Display;
25 private Display initDisplay() {
29 Display display = windowManager.getDefaultDisplay(); local
30 assertNotNull(display);
31 return display;
45 Display display = initDisplay(); local
46 display.getMetrics(outMetrics);
49 assertEquals(display.getHeight(), metrics.heightPixels)
    [all...]
  /cts/tests/tests/provider/src/android/provider/cts/
Contacts_OrganizationsTest.java 26 String display = Organizations.getDisplayLabel(getContext(), local
28 assertEquals(label, display);
32 display = Organizations.getDisplayLabel(getContext(),
34 assertEquals(labels[Organizations.TYPE_OTHER - 1], display);
36 display = Organizations.getDisplayLabel(getContext(),
38 assertEquals(labels[Organizations.TYPE_WORK - 1], display);
Contacts_ContactMethodsTest.java 56 String display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL, local
58 assertEquals(label, display);
62 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL,
64 assertEquals(labels[ContactMethods.TYPE_HOME - 1], display);
66 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL,
68 assertEquals(labels[ContactMethods.TYPE_OTHER - 1], display);
70 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_EMAIL,
72 assertEquals(labels[ContactMethods.TYPE_WORK - 1], display);
75 display = ContactMethods.getDisplayLabel(getContext(), Contacts.KIND_IM,
77 assertEquals(untitled, display);
    [all...]
Contacts_PhonesTest.java 26 String display = Phones.getDisplayLabel(getContext(), local
28 assertEquals(label, display);
32 display = Phones.getDisplayLabel(getContext(),
34 assertEquals(labels[Phones.TYPE_HOME - 1], display);
36 display = Phones.getDisplayLabel(getContext(),
38 assertEquals(labels[Phones.TYPE_MOBILE - 1], display);
40 display = Phones.getDisplayLabel(getContext(),
42 assertEquals(labels[Phones.TYPE_WORK - 1], display);
44 display = Phones.getDisplayLabel(getContext(),
46 assertEquals(labels[Phones.TYPE_FAX_WORK - 1], display);
72 String display = Phones.getDisplayLabel(getContext(), local
    [all...]
  /external/chromium_org/ash/
dip_unittest.cc 9 #include "ash/display/display_manager.h"
21 #include "ui/gfx/display.h"
39 const gfx::Display display = local
42 EXPECT_EQ("0,0 1000x900", display.bounds().ToString());
43 gfx::Rect work_area = display.work_area();
45 EXPECT_EQ("0,0,47,0", display.bounds().InsetsFrom(work_area).ToString());
50 const gfx::Display display_2x = screen->GetDisplayNearestWindow(root);
  /external/chromium_org/ash/display/
event_transformation_handler.cc 5 #include "ash/display/event_transformation_handler.h"
9 #include "ash/display/display_info.h"
10 #include "ash/display/display_manager.h"
17 #include "ui/gfx/display.h"
45 const gfx::Display& display = local
48 // Apply some additional scaling if the display is non-integrated.
49 if (!display.IsInternal())
  /external/chromium_org/chrome/browser/extensions/
path_util.cc 25 // Retrieves the localized display name for the base name of the given path.
60 // Break down the incoming path into components, and grab the display name
63 // Don't grab the display name of the first component, i.e., "/", as it'll
77 std::string display = GetDisplayBaseName(actual_path); local
78 display_path = display_path.Append(display);
  /external/chromium_org/chrome/browser/ui/window_sizer/
window_sizer_ash.cc 53 gfx::Display display = screen_->GetDisplayMatching(*bounds); local
54 gfx::Rect work_area = display.work_area();
62 *bounds = ash::WindowPositioner::GetDefaultWindowBounds(display);
80 gfx::Display display; local
82 display = screen_->GetDisplayMatching(*bounds_in_screen);
85 // target display.
86 display = target_display_provider_->GetTargetDisplay(screen_,
88 *bounds_in_screen = ash::WindowPositioner::GetDefaultWindowBounds(display);
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_view_base_unittest.cc 9 #include "ui/gfx/display.h"
15 gfx::Display CreateDisplay(int width, int height, int angle) {
16 gfx::Display display; local
17 display.SetRotationAsDegree(angle);
18 display.set_bounds(gfx::Rect(width, height));
20 return display;
26 // Square display (width == height).
28 gfx::Display display = CreateDisplay(100, 100, 0) local
47 gfx::Display display = CreateDisplay(1, 0, 0); local
66 gfx::Display display = CreateDisplay(0, 1, 0); local
93 gfx::Display display = CreateDisplay(1, 0, 0); local
    [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
main.h 21 EGLDisplay display; member in struct:egl::Current
  /external/chromium_org/third_party/angle/src/libGLESv2/
main.h 19 class Display;
30 egl::Display *display; member in struct:gl::Current
33 void makeCurrent(Context *context, egl::Display *display, egl::Surface *surface);
37 egl::Display *getDisplay();
61 void glMakeCurrent(gl::Context *context, egl::Display *display, egl::Surface *surface);
63 rx::Renderer *glCreateRenderer(egl::Display *display, EGLNativeDisplayType nativeDisplay, EGLint requestedDisplayType)
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi_x11.h 54 Display* display; member in struct:_NPSetWindowCallbackStruct
  /external/chromium_org/third_party/tcmalloc/chromium/src/tests/
thread_dealloc_unittest.cc 65 char* display = new char[kDisplaySize]; local
72 MallocExtension::instance()->GetStats(display, kDisplaySize);
73 fprintf(stderr, "%s\n", display);
76 delete[] display;
  /external/chromium_org/third_party/tcmalloc/vendor/src/tests/
thread_dealloc_unittest.cc 65 char* display = new char[kDisplaySize]; local
72 MallocExtension::instance()->GetStats(display, kDisplaySize);
73 fprintf(stderr, "%s\n", display);
76 delete[] display;
  /cts/tests/tests/display/src/android/display/cts/
DisplayTest.java 17 package android.display.cts;
22 import android.hardware.display.DisplayManager;
25 import android.view.Display;
29 // This test is called from DisplayTestRunner which brings up an overlay display on the target
30 // device. The overlay display parameters must match the ones defined there which are
53 private boolean isSecondarySize(Display display) {
55 display.getSize(p);
59 private Display getSecondaryDisplay(Display[] displays)
100 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
109 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
132 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
159 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
175 Display display = getSecondaryDisplay(mDisplayManager.getDisplays()); local
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoCaptureVideoPermissionTest.java 21 import android.hardware.display.DisplayManager;
22 import android.hardware.display.VirtualDisplay;
53 + "as expected when creating public virtual display.");
76 + "as expected when creating secure virtual display.");
94 VirtualDisplay display = displayManager.createVirtualDisplay( local
97 display.release();
100 + "when creating private virtual display.");
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/draw2d/
IColorConstants.java 15 import org.eclipse.swt.widgets.Display;
84 * Invokes {@link Display#getSystemColor(int)} in UI thread.
88 final Display display = Display.getDefault(); local
89 display.syncExec(new Runnable() {
92 color[0] = display.getSystemColor(id);
  /cts/hostsidetests/theme/app/src/android/theme/app/
DisplayInfoActivity.java 23 import android.view.Display;
28 * An activity to display information about the device, including density bucket and dimensions.
38 Display display = windowManager.getDefaultDisplay(); local
40 display.getMetrics(metrics);
  /cts/tests/tests/dpi/src/android/dpi/cts/
AspectRatioTest.java 26 import android.view.Display;
65 Display display = windowManager.getDefaultDisplay(); local
67 display.getRealMetrics(metrics);
ConfigurationTest.java 23 import android.view.Display;
37 Display display = windowManager.getDefaultDisplay(); local
39 display.getMetrics(metrics);
  /developers/build/prebuilts/androidtv/leanback/app/src/main/java/com/example/android/leanback/
Utils.java 23 import android.view.Display;
39 * Returns the screen/display size
46 Display display = wm.getDefaultDisplay(); local
48 display.getSize(size);

Completed in 898 milliseconds

1 2 3 4 5 6 7 8 91011>>