HomeSort by relevance Sort by last modified time
    Searched full:bounds (Results 1251 - 1275 of 5192) sorted by null

<<51525354555657585960>>

  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 40 * The cached bounds of the view.
106 // Cache the view bounds.
  /external/chromium-trace/trace-viewer/src/tracing/tracks/
counter_track_test.js 102 // In bounds.
112 // Outside bounds.
drawing_container.js 76 var bounds = this.canvas_.getBoundingClientRect();
79 bounds.width * pixelRatio);
  /external/chromium_org/apps/ui/
native_app_window.h 66 // Returns the difference between the window bounds (including titlebar and
67 // borders) and the content bounds, if any.
  /external/chromium_org/apps/ui/views/
app_window_frame_view.h 108 // Allow resize for clicks this many pixels inside the bounds.
111 // Allow resize for clicks this many pixels outside the bounds.
  /external/chromium_org/ash/desktop_background/
desktop_background_widget_controller.h 33 // Set bounds of component that draws background.
34 void SetBounds(gfx::Rect bounds);
  /external/chromium_org/ash/display/
mouse_cursor_event_filter.h 85 // Update the edge/indicator bounds based on the current
109 // The bounds for warp hole windows. |dst_indicator_bounds_| is kept
  /external/chromium_org/ash/first_run/
first_run_helper_impl.cc 25 params.bounds = Shell::GetScreen()->GetPrimaryDisplay().bounds();
  /external/chromium_org/ash/host/
transformer_helper.cc 41 gfx::Rect bounds(host_size);
42 gfx::RectF new_bounds(ui::ConvertRectToDIP(root_window_->layer(), bounds));
  /external/chromium_org/ash/ime/
candidate_window_view.h 110 // The last cursor bounds.
113 // The last compostion head bounds.
  /external/chromium_org/ash/keyboard_overlay/
keyboard_overlay_delegate.cc 88 gfx::Rect bounds(rect.x() + (rect.width() - size.width()) / 2,
92 widget_->SetBounds(bounds);
  /external/chromium_org/ash/magnifier/
magnification_controller.cc 187 point_of_interest_ = root_window_->bounds().CenterPoint();
201 if (!root_window_->bounds().Contains(mouse_in_root))
202 mouse_in_root = root_window_->bounds().CenterPoint();
389 return root_window_->bounds().size();
393 const gfx::Size size_in_dip = root_window_->bounds().size();
451 point_of_interest_ = target_root_window->bounds().CenterPoint();
554 gfx::Rect root_bounds = current_root->bounds();
594 gfx::Rect root_bounds = current_root->bounds();
  /external/chromium_org/ash/shell/
widgets.cc 138 gfx::Rect bounds(kWindowLeft, kWindowTop, kWindowWidth, kWindowHeight);
141 new WidgetsWindow, Shell::GetPrimaryRootWindow(), bounds);
  /external/chromium_org/ash/touch/
touch_observer_hud.cc 38 params.bounds = display.bounds();
  /external/chromium_org/ash/wm/
app_list_controller.cc 126 gfx::Rect bounds = Shell::GetScreen()->GetDisplayNearestWindow( local
127 view->GetWidget()->GetNativeView()).bounds();
129 // If the virtual keyboard is active, subtract it from the display bounds, so
136 bounds.Subtract(keyboard_controller->current_keyboard_bounds());
139 if (bounds.height() < minimum_height)
140 bounds.set_height(minimum_height);
142 return bounds.CenterPoint();
147 return app_list->bounds().height() + 2 * kMinimalCenteredAppListMargin;
system_modal_container_layout_manager.h 87 // Get the usable bounds rectangle for enclosed dialogs.
90 // Gets the new bounds for a |window| to use which are either centered (if the
window_util_unittest.cc 40 EXPECT_EQ("200,126 100x100", window->bounds().ToString());
45 EXPECT_EQ("250,126 100x100", window->bounds().ToString());
  /external/chromium_org/cc/animation/
transform_operation.cc 369 gfx::BoxF* bounds) {
373 *bounds = box;
386 *bounds = box;
398 *bounds = box;
399 from_transform.TransformBox(bounds);
403 bounds->ExpandTo(to_box);
425 *bounds = box_for_arc;
427 bounds->Union(box_for_arc);
transform_operations.h 50 // Sets |bounds| be the bounding box for the region within which |box| will
58 gfx::BoxF* bounds) const;
  /external/chromium_org/cc/layers/
content_layer.cc 143 int width = bounds().width();
144 int height = bounds().height();
picture_image_layer_impl_unittest.cc 68 layer->bounds()));
148 gfx::Rect(active_layer->bounds());
ui_resource_layer_impl.cc 114 DCHECK(!bounds().IsEmpty());
119 gfx::Rect quad_rect(bounds());
  /external/chromium_org/cc/resources/
picture_layer_tiling_perftest.cc 107 gfx::Size bounds(10000, 10000);
109 PictureLayerTiling::Create(1, bounds, &picture_layer_tiling_client_);
  /external/chromium_org/cc/test/
layer_tree_json_parser_unittest.cc 30 RETURN_IF_EXPECTATION_FAILS(EXPECT_SIZE_EQ(layer_impl->bounds(),
31 layer->bounds()));
tiled_layer_test_common.cc 166 static_cast<float>(forced_content_bounds_.width()) / bounds().width();
168 static_cast<float>(forced_content_bounds_.height()) / bounds().height();

Completed in 375 milliseconds

<<51525354555657585960>>