Searched defs:display (Results 176 - 200 of 425) sorted by relevance

1234567891011>>

/external/smali/util/src/main/java/ds/tree/
H A DRadixTreeImpl.java379 public void display() { method in class:RadixTreeImpl
384 private void display(int level, RadixTreeNode<T> node) { method in class:RadixTreeImpl
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
H A Dmain.c52 EGLDisplay display; member in struct:engine
61 * Initialize an EGL context for the current display.
84 EGLDisplay display = eglGetDisplay(EGL_DEFAULT_DISPLAY); local
86 eglInitialize(display, 0, 0);
91 eglChooseConfig(display, attribs, &config, 1, &numConfigs);
97 eglGetConfigAttrib(display, config, EGL_NATIVE_VISUAL_ID, &format);
101 surface = eglCreateWindowSurface(display, config, engine->app->window, NULL);
102 context = eglCreateContext(display, config, NULL, NULL);
104 if (eglMakeCurrent(display, surface, surface, context) == EGL_FALSE) {
109 eglQuerySurface(display, surfac
[all...]
/external/chromium_org/ash/desktop_background/
H A Ddesktop_background_view.cc13 #include "ash/display/display_manager.h"
39 // always has the same size as the display's original, un-scaled size
53 gfx::Display display = Shell::GetScreen()->GetDisplayNearestWindow( variable
56 DisplayInfo info = display_manager->GetDisplayInfo(display.id());
58 gfx::SizeF pixel_size = display.size();
128 // than the largest display supported, if not we will scale and center it if
141 gfx::Display display = gfx::Screen::GetScreenFor(native_view)-> local
145 DisplayInfo display_info = display_manager->GetDisplayInfo(display.id());
/external/chromium_org/ash/display/
H A Droot_window_transformers.cc5 #include "ash/display/root_window_transformers.h"
9 #include "ash/display/display_info.h"
10 #include "ash/display/display_manager.h"
20 #include "ui/gfx/display.h"
53 const gfx::Display& display) {
55 Shell::GetInstance()->display_manager()->GetDisplayInfo(display.id());
71 float one_pixel = 1.0f / display.device_scale_factor();
76 rotate.Translate(display.bounds().height() - one_pixel, 0);
80 rotate.Translate(0, display.bounds().width() - one_pixel);
84 rotate.Translate(display
52 CreateRotationTransform(aura::Window* root_window, const gfx::Display& display) argument
128 AshRootWindowTransformer(aura::Window* root, const gfx::Display& display) argument
269 CreateRootWindowTransformerForDisplay( aura::Window* root, const gfx::Display& display) argument
[all...]
H A Dscreen_ash.cc5 #include "ash/display/screen_ash.h"
7 #include "ash/display/display_controller.h"
8 #include "ash/display/display_manager.h"
19 #include "ui/gfx/display.h"
36 const gfx::Display& display = *iter; local
37 int distance = display.bounds().ManhattanDistanceToPoint(point);
40 nearest_display = &display;
43 // There should always be at least one display that is less than INT_MAX away.
55 const gfx::Display& display = *iter; local
56 gfx::Rect intersect = gfx::IntersectRects(display
191 NotifyMetricsChanged(const gfx::Display& display, uint32_t metrics) argument
198 NotifyDisplayAdded(const gfx::Display& display) argument
202 NotifyDisplayRemoved(const gfx::Display& display) argument
253 const gfx::Display& display = local
[all...]
/external/chromium_org/ash/system/chromeos/
H A Dtray_display.cc7 #include "ash/display/display_controller.h"
8 #include "ash/display/display_manager.h"
49 const gfx::Display* display = &display_manager->GetDisplayForId(display_id); local
51 // We don't show display size for mirrored display. Fallback
58 DCHECK(display->is_valid());
59 return base::UTF8ToUTF16(display->size().ToString());
62 // Returns 1-line information for the specified display, like
92 // Make sure to show the internal display first.
134 const char TrayDisplay::kNotificationId[] = "chrome://settings/display";
[all...]
/external/chromium_org/ash/test/
H A Dash_test_base.cc11 #include "ash/display/display_controller.h"
31 #include "ui/gfx/display.h"
68 gfx::Display display = screen->GetDisplayNearestPoint(point_in_screen); variable
70 GetRootWindowForDisplayId(display.id())->GetHost();
185 // Some tests set an internal display id,
254 gfx::Display display = local
257 GetRootWindowForDisplayId(display.id());
/external/chromium_org/ash/wm/
H A Ddefault_state.cc7 #include "ash/display/display_controller.h"
22 #include "ui/gfx/display.h"
44 // the display. There is no information about in which
45 // display it should be restored, so this is best guess.
53 const gfx::Display& display = local
58 display_controller->GetRootWindowForDisplayId(display.id());
146 // If the display has changed while in the another mode,
165 // Remember the display state so that in case of the display change
168 // display
[all...]
H A Dwindow_resizer.cc21 #include "ui/gfx/display.h"
205 // for the current display but the window can move to a different one.
211 // calculate the target display after the drag.
212 const gfx::Display& display = local
221 gfx::Rect screen_work_area = display.work_area();
227 // Make sure that the x origin does not leave the current display.
313 // And don't let the window go bigger than the display.
343 // And don't let the window go bigger than the display.
/external/chromium_org/ash/wm/maximize_mode/
H A Dmaximize_mode_window_manager.cc129 void MaximizeModeWindowManager::OnDisplayAdded(const gfx::Display& display) { argument
133 void MaximizeModeWindowManager::OnDisplayRemoved(const gfx::Display& display) { argument
/external/chromium_org/chrome/browser/chromeos/ui/
H A Daccessibility_focus_ring_controller.cc7 #include "ash/display/display_controller.h"
19 // TODO(dmazzoni): take display resolution into account.
74 gfx::Display display = local
77 ->GetRootWindowForDisplayId(display.id());
/external/chromium_org/chrome/browser/extensions/
H A Ddisplay_info_provider_chromeos.cc7 #include "ash/display/display_controller.h"
8 #include "ash/display/display_manager.h"
13 #include "ui/gfx/display.h"
33 // Checks if the given integer value is valid display rotation in degrees.
162 // Updates the display layout for the target display in reference to the primary
163 // display.
175 // desired display and the current display manager state.
179 const gfx::Display& display,
178 ValidateParamsForDisplay(const DisplayProperties& info, const gfx::Display& display, DisplayManager* display_manager, int64 primary_display_id, std::string* error) argument
360 UpdateDisplayUnitInfoForPlatform( const gfx::Display& display, extensions::core_api::system_display::DisplayUnitInfo* unit) argument
[all...]
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_unittest.cc26 #include "ui/gfx/display.h"
82 void set_display(const gfx::Display& display) { argument
83 test_controller_common_->set_display(display);
313 // Set up some visible display so the text values are kept.
314 gfx::Display display(0, gfx::Rect(0, 0, 100, 100));
315 autofill_popup_controller_->set_display(display);
515 // Ensure the popup will be too small to display all of the first row.
/external/chromium_org/chrome/browser/ui/libgtk2ui/
H A Dx11_input_method_context_impl_gtk2.cc155 Display* display = gfx::GetXDisplay(); local
156 const XModifierKeymap* modmap = XGetModifierMapping(display);
160 XDisplayKeycodes(display, &min_keycode, &max_keycode);
162 display, min_keycode, max_keycode - min_keycode + 1,
207 GdkDisplay* display = gdk_x11_lookup_xdisplay(xkey.display); local
208 if (!display) {
209 // Fall back to the default display.
210 display = gdk_display_get_default();
212 if (!display) {
[all...]
/external/chromium_org/chrome/browser/ui/views/
H A Dchrome_views_delegate.cc199 gfx::Display display = gfx::Screen::GetScreenFor(window)-> local
201 bounds->AdjustToFit(display.work_area());
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Ddisplay_options_handler.cc9 #include "ash/display/display_configurator_animation.h"
10 #include "ash/display/display_controller.h"
11 #include "ash/display/display_manager.h"
12 #include "ash/display/resolution_notification_controller.h"
19 #include "chrome/browser/chromeos/display/display_preferences.h"
25 #include "ui/gfx/display.h"
41 // Assumes the display ID is specified as the first argument.
50 LOG(ERROR) << "Invalid display id: " << id_value;
274 const gfx::Display& display = displays[i]; local
276 display_manager->GetDisplayInfo(display
[all...]
/external/chromium_org/chrome/browser/ui/window_sizer/
H A Dwindow_sizer.cc152 // we should get the display for the corresponding root window created for
153 // ASH. This ensures that the display gets the correct workarea, etc.
165 // Use the target display on ash.
306 void WindowSizer::GetDefaultWindowBounds(const gfx::Display& display, argument
312 *default_bounds = ash::WindowPositioner::GetDefaultWindowBounds(display);
316 gfx::Rect work_area = display.work_area();
332 // computer display.
347 const gfx::Display& display,
355 GetDefaultWindowBounds(display, &default_bounds);
366 gfx::Rect work_area = display
346 AdjustBoundsToBeVisibleOnDisplay( const gfx::Display& display, const gfx::Rect& saved_work_area, gfx::Rect* bounds) const argument
[all...]
/external/chromium_org/content/browser/
H A Dpower_save_blocker_x11.cc98 // enable DPMS with very poor default settings (e.g. turning off the display
296 XDisplay* display = gfx::GetXDisplay(); local
299 if (DPMSQueryExtension(display, &dummy, &dummy) && DPMSCapable(display)) {
301 DPMSInfo(display, &state, &enabled);
/external/chromium_org/content/renderer/manifest/
H A Dmanifest_parser.cc91 // Parses the 'display' field of the manifest, as defined in:
92 // http://w3c.github.io/manifest/#dfn-steps-for-processing-the-display-member
96 base::NullableString16 display = ParseString(dictionary, "display", Trim); local
98 if (display.is_null())
101 if (LowerCaseEqualsASCII(display.string(), "fullscreen"))
103 else if (LowerCaseEqualsASCII(display.string(), "standalone"))
105 else if (LowerCaseEqualsASCII(display.string(), "minimal-ui"))
107 else if (LowerCaseEqualsASCII(display.string(), "browser"))
307 manifest.display
[all...]
/external/chromium_org/extensions/browser/api/system_info/
H A Dsystem_info_api.cc65 virtual void OnDisplayMetricsChanged(const gfx::Display& display,
79 // Called to dispatch the systemInfo.display.onDisplayChanged event.
189 void SystemInfoEventRouter::OnDisplayMetricsChanged(const gfx::Display& display, argument
/external/chromium_org/media/tools/player_x11/
H A Dgl_video_renderer.cc18 static GLXContext InitGLContext(Display* display, Window window) { argument
29 XGetWindowAttributes(display, window, &attributes);
33 XVisualInfo* visual_info_list = XGetVisualInfo(display, VisualIDMask,
38 context = glXCreateContext(display, visual_info_list + i, 0,
47 if (!glXMakeCurrent(display, window, context)) {
48 glXDestroyContext(display, context);
103 GlVideoRenderer::GlVideoRenderer(Display* display, Window window) argument
104 : display_(display),
/external/chromium_org/remoting/host/
H A Ddesktop_resizer_linux.cc76 bool Refresh(Display* display, Window window) { argument
78 resources_ = XRRGetScreenResources(display, window);
112 XRROutputInfo* GetOutputInfo(Display* display, RROutput output_id) { argument
114 return XRRGetOutputInfo(display, resources_, output_id);
235 // Ignore X errors encountered while resizing the display. We might hit an
241 // Grab the X server while we're changing the display resolution. This ensures
242 // that the display configuration doesn't change under our feet.
/external/chromium_org/remoting/host/linux/
H A Dx_server_clipboard.cc33 void XServerClipboard::Init(Display* display, argument
35 display_ = display;
223 selection_event.display = event->xselectionrequest.display;
/external/chromium_org/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/braille/display/
H A DBrailleInputEvent.java17 package com.googlecode.eyesfree.braille.display;
26 * An input event, originating from a braille display.
29 * key or key combination that was pressed on the display such as a
48 /** Keyboard command: Navigate one display window to the left. */
50 /** Keyboard command: Navigate one display window to the right. */
92 * on the display, of the cell that is closed to the key that
142 * The argument represents a 0-based position on the display counted from
/external/chromium_org/third_party/libjingle/source/talk/media/base/
H A Dstreamparams.cc88 if (!display.empty()) {
89 ost << "display:" << display << ";"; local

Completed in 430 milliseconds

1234567891011>>